| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateGatewayResponseResult> |
AmazonApiGatewayAsync.updateGatewayResponseAsync(UpdateGatewayResponseRequest updateGatewayResponseRequest,
AsyncHandler<UpdateGatewayResponseRequest,UpdateGatewayResponseResult> asyncHandler)
Updates a GatewayResponse of a specified response type on the given RestApi.
|
Future<UpdateGatewayResponseResult> |
AbstractAmazonApiGatewayAsync.updateGatewayResponseAsync(UpdateGatewayResponseRequest request,
AsyncHandler<UpdateGatewayResponseRequest,UpdateGatewayResponseResult> asyncHandler) |
Future<UpdateGatewayResponseResult> |
AmazonApiGatewayAsyncClient.updateGatewayResponseAsync(UpdateGatewayResponseRequest request,
AsyncHandler<UpdateGatewayResponseRequest,UpdateGatewayResponseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateGatewayResponseRequest |
UpdateGatewayResponseRequest.clone() |
UpdateGatewayResponseRequest |
UpdateGatewayResponseRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateGatewayResponseRequest |
UpdateGatewayResponseRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateGatewayResponseRequest |
UpdateGatewayResponseRequest.withResponseType(GatewayResponseType responseType)
[Required]
|
UpdateGatewayResponseRequest |
UpdateGatewayResponseRequest.withResponseType(String responseType)
[Required]
|
UpdateGatewayResponseRequest |
UpdateGatewayResponseRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
Copyright © 2019. All rights reserved.