| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetGatewayResponseResult> |
AmazonApiGatewayAsyncClient.getGatewayResponseAsync(GetGatewayResponseRequest request,
AsyncHandler<GetGatewayResponseRequest,GetGatewayResponseResult> asyncHandler) |
Future<GetGatewayResponseResult> |
AbstractAmazonApiGatewayAsync.getGatewayResponseAsync(GetGatewayResponseRequest request,
AsyncHandler<GetGatewayResponseRequest,GetGatewayResponseResult> asyncHandler) |
Future<GetGatewayResponseResult> |
AmazonApiGatewayAsync.getGatewayResponseAsync(GetGatewayResponseRequest getGatewayResponseRequest,
AsyncHandler<GetGatewayResponseRequest,GetGatewayResponseResult> asyncHandler)
Gets a GatewayResponse of a specified response type on the given RestApi.
|
| Modifier and Type | Method and Description |
|---|---|
GetGatewayResponseRequest |
GetGatewayResponseRequest.clone() |
GetGatewayResponseRequest |
GetGatewayResponseRequest.withResponseType(GatewayResponseType responseType) |
GetGatewayResponseRequest |
GetGatewayResponseRequest.withResponseType(String responseType) |
GetGatewayResponseRequest |
GetGatewayResponseRequest.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
Copyright © 2018. All rights reserved.