| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateGatewayResponseResponse |
ApiGatewayClient.updateGatewayResponse(Consumer<UpdateGatewayResponseRequest.Builder> updateGatewayResponseRequest)
Updates a GatewayResponse of a specified response type on the given RestApi.
|
default UpdateGatewayResponseResponse |
ApiGatewayClient.updateGatewayResponse(UpdateGatewayResponseRequest updateGatewayResponseRequest)
Updates a GatewayResponse of a specified response type on the given RestApi.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateGatewayResponseResponse> |
ApiGatewayAsyncClient.updateGatewayResponse(Consumer<UpdateGatewayResponseRequest.Builder> updateGatewayResponseRequest)
Updates a GatewayResponse of a specified response type on the given RestApi.
|
default CompletableFuture<UpdateGatewayResponseResponse> |
ApiGatewayAsyncClient.updateGatewayResponse(UpdateGatewayResponseRequest updateGatewayResponseRequest)
Updates a GatewayResponse of a specified response type on the given RestApi.
|
Copyright © 2023. All rights reserved.