| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetGatewayResponsesResult |
AmazonApiGatewayClient.getGatewayResponses(GetGatewayResponsesRequest request)
Gets the GatewayResponses collection on the given RestApi.
|
GetGatewayResponsesResult |
AbstractAmazonApiGateway.getGatewayResponses(GetGatewayResponsesRequest request) |
GetGatewayResponsesResult |
AmazonApiGateway.getGatewayResponses(GetGatewayResponsesRequest getGatewayResponsesRequest)
Gets the GatewayResponses collection on the given RestApi.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetGatewayResponsesResult> |
AmazonApiGatewayAsyncClient.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.
|
Future<GetGatewayResponsesResult> |
AbstractAmazonApiGatewayAsync.getGatewayResponsesAsync(GetGatewayResponsesRequest request,
AsyncHandler<GetGatewayResponsesRequest,GetGatewayResponsesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetGatewayResponsesResult |
GetGatewayResponsesResult.clone() |
GetGatewayResponsesResult |
GetGatewayResponsesResult.withItems(Collection<GatewayResponse> items)
Returns the entire collection, because of no pagination support.
|
GetGatewayResponsesResult |
GetGatewayResponsesResult.withItems(GatewayResponse... items)
Returns the entire collection, because of no pagination support.
|
GetGatewayResponsesResult |
GetGatewayResponsesResult.withPosition(String position) |
Copyright © 2022. All rights reserved.