| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteGatewayResponseResponse |
ApiGatewayClient.deleteGatewayResponse(Consumer<DeleteGatewayResponseRequest.Builder> deleteGatewayResponseRequest)
Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it
with the default settings.
|
default DeleteGatewayResponseResponse |
ApiGatewayClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteGatewayResponseResponse> |
ApiGatewayAsyncClient.deleteGatewayResponse(Consumer<DeleteGatewayResponseRequest.Builder> deleteGatewayResponseRequest)
Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it
with the default settings.
|
default CompletableFuture<DeleteGatewayResponseResponse> |
ApiGatewayAsyncClient.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.
|
Copyright © 2023. All rights reserved.