Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
GetRestApiResult |
AmazonApiGatewayClient.getRestApi(GetRestApiRequest getRestApiRequest)
Lists the RestApi resource in the collection.
|
GetRestApiResult |
AmazonApiGateway.getRestApi(GetRestApiRequest getRestApiRequest)
Lists the RestApi resource in the collection.
|
GetRestApiResult |
AbstractAmazonApiGateway.getRestApi(GetRestApiRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetRestApiResult> |
AmazonApiGatewayAsyncClient.getRestApiAsync(GetRestApiRequest request) |
java.util.concurrent.Future<GetRestApiResult> |
AmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest getRestApiRequest)
Lists the RestApi resource in the collection.
|
java.util.concurrent.Future<GetRestApiResult> |
AbstractAmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest request) |
java.util.concurrent.Future<GetRestApiResult> |
AmazonApiGatewayAsyncClient.getRestApiAsync(GetRestApiRequest request,
AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler) |
java.util.concurrent.Future<GetRestApiResult> |
AmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest getRestApiRequest,
AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler)
Lists the RestApi resource in the collection.
|
java.util.concurrent.Future<GetRestApiResult> |
AbstractAmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest request,
AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetRestApiResult> |
AmazonApiGatewayAsyncClient.getRestApiAsync(GetRestApiRequest request,
AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler) |
java.util.concurrent.Future<GetRestApiResult> |
AmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest getRestApiRequest,
AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler)
Lists the RestApi resource in the collection.
|
java.util.concurrent.Future<GetRestApiResult> |
AbstractAmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest request,
AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetRestApiResult |
GetRestApiResult.clone() |
GetRestApiResult |
GetRestApiResult.withCreatedDate(java.util.Date createdDate)
The date when the API was created, in ISO 8601 format.
|
GetRestApiResult |
GetRestApiResult.withDescription(java.lang.String description)
The API's description.
|
GetRestApiResult |
GetRestApiResult.withId(java.lang.String id)
The API's identifier.
|
GetRestApiResult |
GetRestApiResult.withName(java.lang.String name)
The API's name.
|
GetRestApiResult |
GetRestApiResult.withWarnings(java.util.Collection<java.lang.String> warnings) |
GetRestApiResult |
GetRestApiResult.withWarnings(java.lang.String... warnings)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
GetRestApiResult |
GetRestApiResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |