Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
GetModelResult |
AbstractAmazonApiGateway.getModel(GetModelRequest request) |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<GetModelResult> |
AmazonApiGatewayAsyncClient.getModelAsync(GetModelRequest request) |
Future<GetModelResult> |
AmazonApiGatewayAsync.getModelAsync(GetModelRequest getModelRequest)
Describes an existing model defined for a RestApi resource.
|
Future<GetModelResult> |
AbstractAmazonApiGatewayAsync.getModelAsync(GetModelRequest request) |
Future<GetModelResult> |
AmazonApiGatewayAsyncClient.getModelAsync(GetModelRequest request,
AsyncHandler<GetModelRequest,GetModelResult> asyncHandler) |
Future<GetModelResult> |
AmazonApiGatewayAsync.getModelAsync(GetModelRequest getModelRequest,
AsyncHandler<GetModelRequest,GetModelResult> asyncHandler)
Describes an existing model defined for a RestApi resource.
|
Future<GetModelResult> |
AbstractAmazonApiGatewayAsync.getModelAsync(GetModelRequest request,
AsyncHandler<GetModelRequest,GetModelResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<GetModelResult> |
AmazonApiGatewayAsyncClient.getModelAsync(GetModelRequest request,
AsyncHandler<GetModelRequest,GetModelResult> asyncHandler) |
Future<GetModelResult> |
AmazonApiGatewayAsync.getModelAsync(GetModelRequest getModelRequest,
AsyncHandler<GetModelRequest,GetModelResult> asyncHandler)
Describes an existing model defined for a RestApi resource.
|
Future<GetModelResult> |
AbstractAmazonApiGatewayAsync.getModelAsync(GetModelRequest request,
AsyncHandler<GetModelRequest,GetModelResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetModelResult |
GetModelResult.clone() |
GetModelResult |
GetModelResult.withContentType(String contentType)
The content-type for the model.
|
GetModelResult |
GetModelResult.withDescription(String description)
The description of the model.
|
GetModelResult |
GetModelResult.withId(String id)
The identifier for the model resource.
|
GetModelResult |
GetModelResult.withName(String name)
The name of the model.
|
GetModelResult |
GetModelResult.withSchema(String schema)
The schema for the model.
|
Copyright © 2018. All rights reserved.