Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<GetGatewayResponsesResult> |
AmazonApiGatewayAsyncClient.getGatewayResponsesAsync(GetGatewayResponsesRequest request,
AsyncHandler<GetGatewayResponsesRequest,GetGatewayResponsesResult> asyncHandler) |
Future<GetGatewayResponsesResult> |
AbstractAmazonApiGatewayAsync.getGatewayResponsesAsync(GetGatewayResponsesRequest request,
AsyncHandler<GetGatewayResponsesRequest,GetGatewayResponsesResult> asyncHandler) |
Future<GetGatewayResponsesResult> |
AmazonApiGatewayAsync.getGatewayResponsesAsync(GetGatewayResponsesRequest getGatewayResponsesRequest,
AsyncHandler<GetGatewayResponsesRequest,GetGatewayResponsesResult> asyncHandler)
Gets the GatewayResponses collection on the given RestApi.
|
Modifier and Type | Method and Description |
---|---|
GetGatewayResponsesRequest |
GetGatewayResponsesRequest.clone() |
GetGatewayResponsesRequest |
GetGatewayResponsesRequest.withLimit(Integer limit)
The maximum number of returned results per page.
|
GetGatewayResponsesRequest |
GetGatewayResponsesRequest.withPosition(String position)
The current pagination position in the paged result set.
|
GetGatewayResponsesRequest |
GetGatewayResponsesRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
Copyright © 2019. All rights reserved.