Uses of Class
com.amazonaws.services.apigateway.model.UpdateAccountRequest
Packages that use UpdateAccountRequest
-
Uses of UpdateAccountRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type UpdateAccountRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.updateAccount(UpdateAccountRequest request) AmazonApiGateway.updateAccount(UpdateAccountRequest updateAccountRequest) Changes information about the current Account resource.AmazonApiGatewayClient.updateAccount(UpdateAccountRequest updateAccountRequest) Changes information about the current Account resource.AbstractAmazonApiGatewayAsync.updateAccountAsync(UpdateAccountRequest request) AbstractAmazonApiGatewayAsync.updateAccountAsync(UpdateAccountRequest request, AsyncHandler<UpdateAccountRequest, UpdateAccountResult> asyncHandler) AmazonApiGatewayAsync.updateAccountAsync(UpdateAccountRequest updateAccountRequest) Changes information about the current Account resource.AmazonApiGatewayAsync.updateAccountAsync(UpdateAccountRequest updateAccountRequest, AsyncHandler<UpdateAccountRequest, UpdateAccountResult> asyncHandler) Changes information about the current Account resource.AmazonApiGatewayAsyncClient.updateAccountAsync(UpdateAccountRequest request) AmazonApiGatewayAsyncClient.updateAccountAsync(UpdateAccountRequest request, AsyncHandler<UpdateAccountRequest, UpdateAccountResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateAccountRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateAccountAsync(UpdateAccountRequest request, AsyncHandler<UpdateAccountRequest, UpdateAccountResult> asyncHandler) AmazonApiGatewayAsync.updateAccountAsync(UpdateAccountRequest updateAccountRequest, AsyncHandler<UpdateAccountRequest, UpdateAccountResult> asyncHandler) Changes information about the current Account resource.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 UpdateAccountRequestModifier and TypeMethodDescriptionUpdateAccountRequest.clone()UpdateAccountRequest.withPatchOperations(PatchOperation... patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateAccountRequest.withPatchOperations(Collection<PatchOperation> patchOperations) A list of operations describing the updates to apply to the specified resource.