| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default PutGatewayResponseResponse |
ApiGatewayClient.putGatewayResponse(Consumer<PutGatewayResponseRequest.Builder> putGatewayResponseRequest)
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
|
default PutGatewayResponseResponse |
ApiGatewayClient.putGatewayResponse(PutGatewayResponseRequest putGatewayResponseRequest)
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutGatewayResponseResponse> |
ApiGatewayAsyncClient.putGatewayResponse(Consumer<PutGatewayResponseRequest.Builder> putGatewayResponseRequest)
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
|
default CompletableFuture<PutGatewayResponseResponse> |
ApiGatewayAsyncClient.putGatewayResponse(PutGatewayResponseRequest putGatewayResponseRequest)
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
|
Copyright © 2023. All rights reserved.