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