Uses of Class
com.amazonaws.services.apigateway.model.UpdateAccountResult
Packages that use UpdateAccountResult
-
Uses of UpdateAccountResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return UpdateAccountResultModifier 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.Methods in com.amazonaws.services.apigateway that return types with arguments of type UpdateAccountResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.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 UpdateAccountResultModifier 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 UpdateAccountResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateAccountResultModifier and TypeMethodDescriptionUpdateAccountResult.clone()UpdateAccountResult.withCloudwatchRoleArn(String cloudwatchRoleArn) Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.UpdateAccountResult.withThrottleSettings(ThrottleSettings throttleSettings) Specifies the application programming interface (API) throttle settings for the current Account resource.