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