Uses of Class
com.amazonaws.services.apigateway.model.UpdateAccountRequest
-
Packages that use UpdateAccountRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateAccountRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateAccountRequest Modifier and Type Method Description Future<UpdateAccountResult>AbstractAmazonApiGatewayAsync. 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>AmazonApiGatewayAsyncClient. updateAccountAsync(UpdateAccountRequest request, AsyncHandler<UpdateAccountRequest,UpdateAccountResult> asyncHandler) -
Uses of UpdateAccountRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateAccountRequest Modifier and Type Method Description UpdateAccountRequestUpdateAccountRequest. clone()UpdateAccountRequestUpdateAccountRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateAccountRequestUpdateAccountRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.
-