| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteGatewayResponseRequest.Builder |
DeleteGatewayResponseRequest.builder() |
DeleteGatewayResponseRequest.Builder |
DeleteGatewayResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteGatewayResponseRequest.Builder |
DeleteGatewayResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteGatewayResponseRequest.Builder |
DeleteGatewayResponseRequest.Builder.responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
DeleteGatewayResponseRequest.Builder |
DeleteGatewayResponseRequest.Builder.responseType(String responseType)
The response type of the associated GatewayResponse.
|
DeleteGatewayResponseRequest.Builder |
DeleteGatewayResponseRequest.Builder.restApiId(String restApiId)
The string identifier of the associated RestApi.
|
DeleteGatewayResponseRequest.Builder |
DeleteGatewayResponseRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteGatewayResponseRequest.Builder> |
DeleteGatewayResponseRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.