| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteGatewayResponseResult> |
AbstractAmazonApiGatewayAsync.deleteGatewayResponseAsync(DeleteGatewayResponseRequest request,
AsyncHandler<DeleteGatewayResponseRequest,DeleteGatewayResponseResult> asyncHandler) |
Future<DeleteGatewayResponseResult> |
AmazonApiGatewayAsyncClient.deleteGatewayResponseAsync(DeleteGatewayResponseRequest request,
AsyncHandler<DeleteGatewayResponseRequest,DeleteGatewayResponseResult> asyncHandler) |
Future<DeleteGatewayResponseResult> |
AmazonApiGatewayAsync.deleteGatewayResponseAsync(DeleteGatewayResponseRequest deleteGatewayResponseRequest,
AsyncHandler<DeleteGatewayResponseRequest,DeleteGatewayResponseResult> asyncHandler)
Clears any customization of a GatewayResponse of a specified response type on the given RestApi and
resets it with the default settings.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteGatewayResponseRequest |
DeleteGatewayResponseRequest.clone() |
DeleteGatewayResponseRequest |
DeleteGatewayResponseRequest.withResponseType(GatewayResponseType responseType)
[Required]
|
DeleteGatewayResponseRequest |
DeleteGatewayResponseRequest.withResponseType(String responseType)
[Required]
|
DeleteGatewayResponseRequest |
DeleteGatewayResponseRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
Copyright © 2020. All rights reserved.