Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateAccountResult> |
AmazonApiGatewayAsyncClient.updateAccountAsync(UpdateAccountRequest request,
AsyncHandler<UpdateAccountRequest,UpdateAccountResult> asyncHandler) |
Future<UpdateAccountResult> |
AmazonApiGatewayAsync.updateAccountAsync(UpdateAccountRequest updateAccountRequest,
AsyncHandler<UpdateAccountRequest,UpdateAccountResult> asyncHandler)
Changes information about the current Account resource.
|
Future<UpdateAccountResult> |
AbstractAmazonApiGatewayAsync.updateAccountAsync(UpdateAccountRequest request,
AsyncHandler<UpdateAccountRequest,UpdateAccountResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateAccountRequest |
UpdateAccountRequest.clone() |
UpdateAccountRequest |
UpdateAccountRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateAccountRequest |
UpdateAccountRequest.withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
Copyright © 2018. All rights reserved.