| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| 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 CompletableFuture<UpdateGatewayResponseResponse> |
ApiGatewayAsyncClient.updateGatewayResponse(Consumer<UpdateGatewayResponseRequest.Builder> updateGatewayResponseRequest)
Updates a GatewayResponse of a specified response type on the given RestApi.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateGatewayResponseRequest.Builder |
UpdateGatewayResponseRequest.builder() |
UpdateGatewayResponseRequest.Builder |
UpdateGatewayResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGatewayResponseRequest.Builder |
UpdateGatewayResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateGatewayResponseRequest.Builder |
UpdateGatewayResponseRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateGatewayResponseRequest.Builder |
UpdateGatewayResponseRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateGatewayResponseRequest.Builder |
UpdateGatewayResponseRequest.Builder.patchOperations(PatchOperation... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateGatewayResponseRequest.Builder |
UpdateGatewayResponseRequest.Builder.responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
UpdateGatewayResponseRequest.Builder |
UpdateGatewayResponseRequest.Builder.responseType(String responseType)
The response type of the associated GatewayResponse.
|
UpdateGatewayResponseRequest.Builder |
UpdateGatewayResponseRequest.Builder.restApiId(String restApiId)
The string identifier of the associated RestApi.
|
UpdateGatewayResponseRequest.Builder |
UpdateGatewayResponseRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateGatewayResponseRequest.Builder> |
UpdateGatewayResponseRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.