| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateGatewayResponseResult> |
AmazonApiGatewayAsyncClient.updateGatewayResponseAsync(UpdateGatewayResponseRequest request,
AsyncHandler<UpdateGatewayResponseRequest,UpdateGatewayResponseResult> asyncHandler) |
Future<UpdateGatewayResponseResult> |
AbstractAmazonApiGatewayAsync.updateGatewayResponseAsync(UpdateGatewayResponseRequest request,
AsyncHandler<UpdateGatewayResponseRequest,UpdateGatewayResponseResult> asyncHandler) |
Future<UpdateGatewayResponseResult> |
AmazonApiGatewayAsync.updateGatewayResponseAsync(UpdateGatewayResponseRequest updateGatewayResponseRequest,
AsyncHandler<UpdateGatewayResponseRequest,UpdateGatewayResponseResult> asyncHandler)
Updates a GatewayResponse of a specified response type on the given RestApi.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGatewayResponseRequest |
UpdateGatewayResponseRequest.clone() |
UpdateGatewayResponseRequest |
UpdateGatewayResponseRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateGatewayResponseRequest |
UpdateGatewayResponseRequest.withPatchOperations(PatchOperation... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateGatewayResponseRequest |
UpdateGatewayResponseRequest.withResponseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
UpdateGatewayResponseRequest |
UpdateGatewayResponseRequest.withResponseType(String responseType)
The response type of the associated GatewayResponse.
|
UpdateGatewayResponseRequest |
UpdateGatewayResponseRequest.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
Copyright © 2025. All rights reserved.