Uses of Class
com.amazonaws.services.apigateway.model.GetAccountResult
Packages that use GetAccountResult
-
Uses of GetAccountResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetAccountResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getAccount(GetAccountRequest request) AmazonApiGateway.getAccount(GetAccountRequest getAccountRequest) Gets information about the current Account resource.AmazonApiGatewayClient.getAccount(GetAccountRequest getAccountRequest) Gets information about the current Account resource.Methods in com.amazonaws.services.apigateway that return types with arguments of type GetAccountResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getAccountAsync(GetAccountRequest request) AbstractAmazonApiGatewayAsync.getAccountAsync(GetAccountRequest request, AsyncHandler<GetAccountRequest, GetAccountResult> asyncHandler) AmazonApiGatewayAsync.getAccountAsync(GetAccountRequest getAccountRequest) Gets information about the current Account resource.AmazonApiGatewayAsync.getAccountAsync(GetAccountRequest getAccountRequest, AsyncHandler<GetAccountRequest, GetAccountResult> asyncHandler) Gets information about the current Account resource.AmazonApiGatewayAsyncClient.getAccountAsync(GetAccountRequest request) AmazonApiGatewayAsyncClient.getAccountAsync(GetAccountRequest request, AsyncHandler<GetAccountRequest, GetAccountResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetAccountResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getAccountAsync(GetAccountRequest request, AsyncHandler<GetAccountRequest, GetAccountResult> asyncHandler) AmazonApiGatewayAsync.getAccountAsync(GetAccountRequest getAccountRequest, AsyncHandler<GetAccountRequest, GetAccountResult> asyncHandler) Gets information about the current Account resource.AmazonApiGatewayAsyncClient.getAccountAsync(GetAccountRequest request, AsyncHandler<GetAccountRequest, GetAccountResult> asyncHandler) -
Uses of GetAccountResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetAccountResultModifier and TypeMethodDescriptionGetAccountResult.clone()GetAccountResult.withCloudwatchRoleArn(String cloudwatchRoleArn) Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.GetAccountResult.withThrottleSettings(ThrottleSettings throttleSettings) Specifies the application programming interface (API) throttle settings for the current Account resource.