Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
GetModelResult |
AmazonApiGatewayClient.getModel(GetModelRequest getModelRequest)
Describes an existing model defined for a RestApi resource.
|
GetModelResult |
AmazonApiGateway.getModel(GetModelRequest getModelRequest)
Describes an existing model defined for a RestApi resource.
|
GetModelResult |
AbstractAmazonApiGateway.getModel(GetModelRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetModelResult> |
AmazonApiGatewayAsyncClient.getModelAsync(GetModelRequest request) |
java.util.concurrent.Future<GetModelResult> |
AmazonApiGatewayAsync.getModelAsync(GetModelRequest getModelRequest)
Describes an existing model defined for a RestApi resource.
|
java.util.concurrent.Future<GetModelResult> |
AbstractAmazonApiGatewayAsync.getModelAsync(GetModelRequest request) |
java.util.concurrent.Future<GetModelResult> |
AmazonApiGatewayAsyncClient.getModelAsync(GetModelRequest request,
AsyncHandler<GetModelRequest,GetModelResult> asyncHandler) |
java.util.concurrent.Future<GetModelResult> |
AmazonApiGatewayAsync.getModelAsync(GetModelRequest getModelRequest,
AsyncHandler<GetModelRequest,GetModelResult> asyncHandler)
Describes an existing model defined for a RestApi resource.
|
java.util.concurrent.Future<GetModelResult> |
AbstractAmazonApiGatewayAsync.getModelAsync(GetModelRequest request,
AsyncHandler<GetModelRequest,GetModelResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetModelResult> |
AmazonApiGatewayAsyncClient.getModelAsync(GetModelRequest request,
AsyncHandler<GetModelRequest,GetModelResult> asyncHandler) |
java.util.concurrent.Future<GetModelResult> |
AmazonApiGatewayAsync.getModelAsync(GetModelRequest getModelRequest,
AsyncHandler<GetModelRequest,GetModelResult> asyncHandler)
Describes an existing model defined for a RestApi resource.
|
java.util.concurrent.Future<GetModelResult> |
AbstractAmazonApiGatewayAsync.getModelAsync(GetModelRequest request,
AsyncHandler<GetModelRequest,GetModelResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetModelResult |
GetModelResult.clone() |
GetModelResult |
GetModelResult.withContentType(java.lang.String contentType)
The content-type for the model.
|
GetModelResult |
GetModelResult.withDescription(java.lang.String description)
The description of the model.
|
GetModelResult |
GetModelResult.withId(java.lang.String id)
The identifier for the model resource.
|
GetModelResult |
GetModelResult.withName(java.lang.String name)
The name of the model.
|
GetModelResult |
GetModelResult.withSchema(java.lang.String schema)
The schema for the model.
|
Modifier and Type | Method and Description |
---|---|
GetModelResult |
GetModelResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |