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 UpdateAccountResult
AbstractAmazonApiGateway. updateAccount(UpdateAccountRequest request)
UpdateAccountResult
AmazonApiGateway. updateAccount(UpdateAccountRequest updateAccountRequest)
Changes information about the current Account resource.UpdateAccountResult
AmazonApiGatewayClient. 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 UpdateAccountResult
UpdateAccountResult. clone()
UpdateAccountResult
UpdateAccountResult. withCloudwatchRoleArn(String cloudwatchRoleArn)
Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.UpdateAccountResult
UpdateAccountResult. withThrottleSettings(ThrottleSettings throttleSettings)
Specifies the application programming interface (API) throttle settings for the current Account resource.
-