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> |
AmazonApiGatewayAsync.updateRestApiAsync(UpdateRestApiRequest updateRestApiRequest,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler)
Changes information about the specified API.
|
Future<UpdateRestApiResult> |
AbstractAmazonApiGatewayAsync.updateRestApiAsync(UpdateRestApiRequest request,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateRestApiRequest |
UpdateRestApiRequest.clone() |
UpdateRestApiRequest |
UpdateRestApiRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateRestApiRequest |
UpdateRestApiRequest.withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateRestApiRequest |
UpdateRestApiRequest.withRestApiId(String restApiId)
The ID of the RestApi you want to update.
|
Copyright © 2018. All rights reserved.