Uses of Class
com.amazonaws.services.apigateway.model.UpdateAccountResult
-
Packages that use UpdateAccountResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateAccountResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return UpdateAccountResult Modifier and Type Method Description UpdateAccountResultAbstractAmazonApiGateway. updateAccount(UpdateAccountRequest request)UpdateAccountResultAmazonApiGateway. updateAccount(UpdateAccountRequest updateAccountRequest)Changes information about the current Account resource.UpdateAccountResultAmazonApiGatewayClient. updateAccount(UpdateAccountRequest updateAccountRequest)Changes information about the current Account resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateAccountResult 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 UpdateAccountResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateAccountResult Modifier and Type Method Description UpdateAccountResultUpdateAccountResult. clone()UpdateAccountResultUpdateAccountResult. withCloudwatchRoleArn(String cloudwatchRoleArn)Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.UpdateAccountResultUpdateAccountResult. withThrottleSettings(ThrottleSettings throttleSettings)Specifies the application programming interface (API) throttle settings for the current Account resource.
-