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