Uses of Class
com.amazonaws.services.apigateway.model.GetAccountResult
-
Packages that use GetAccountResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetAccountResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetAccountResult Modifier and Type Method Description GetAccountResultAbstractAmazonApiGateway. getAccount(GetAccountRequest request)GetAccountResultAmazonApiGateway. getAccount(GetAccountRequest getAccountRequest)Gets information about the current Account resource.GetAccountResultAmazonApiGatewayClient. getAccount(GetAccountRequest getAccountRequest)Gets information about the current Account resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type GetAccountResult Modifier and Type Method Description Future<GetAccountResult>AbstractAmazonApiGatewayAsync. getAccountAsync(GetAccountRequest request, AsyncHandler<GetAccountRequest,GetAccountResult> asyncHandler)Future<GetAccountResult>AmazonApiGatewayAsync. getAccountAsync(GetAccountRequest getAccountRequest, AsyncHandler<GetAccountRequest,GetAccountResult> asyncHandler)Gets information about the current Account resource.Future<GetAccountResult>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 GetAccountResult Modifier and Type Method Description GetAccountResultGetAccountResult. clone()GetAccountResultGetAccountResult. withCloudwatchRoleArn(String cloudwatchRoleArn)Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.GetAccountResultGetAccountResult. withThrottleSettings(ThrottleSettings throttleSettings)Specifies the application programming interface (API) throttle settings for the current Account resource.
-