| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateRestApiResult> |
AmazonApiGatewayAsyncClient.updateRestApiAsync(UpdateRestApiRequest request,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler) |
Future<UpdateRestApiResult> |
AbstractAmazonApiGatewayAsync.updateRestApiAsync(UpdateRestApiRequest request,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler) |
Future<UpdateRestApiResult> |
AmazonApiGatewayAsync.updateRestApiAsync(UpdateRestApiRequest updateRestApiRequest,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler)
Changes information about the specified API.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRestApiRequest |
UpdateRestApiRequest.clone() |
UpdateRestApiRequest |
UpdateRestApiRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateRestApiRequest |
UpdateRestApiRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateRestApiRequest |
UpdateRestApiRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
Copyright © 2018. All rights reserved.