Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
GetAccountResult |
AmazonApiGatewayClient.getAccount(GetAccountRequest request)
Gets information about the current Account resource.
|
GetAccountResult |
AmazonApiGateway.getAccount(GetAccountRequest getAccountRequest)
Gets information about the current Account resource.
|
GetAccountResult |
AbstractAmazonApiGateway.getAccount(GetAccountRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<GetAccountResult> |
AmazonApiGatewayAsyncClient.getAccountAsync(GetAccountRequest request,
AsyncHandler<GetAccountRequest,GetAccountResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
GetAccountResult |
GetAccountResult.clone() |
GetAccountResult |
GetAccountResult.withApiKeyVersion(String apiKeyVersion)
The version of the API keys used for the account.
|
GetAccountResult |
GetAccountResult.withCloudwatchRoleArn(String cloudwatchRoleArn)
The ARN of an Amazon CloudWatch role for the current Account.
|
GetAccountResult |
GetAccountResult.withFeatures(Collection<String> features)
A list of features supported for the account.
|
GetAccountResult |
GetAccountResult.withFeatures(String... features)
A list of features supported for the account.
|
GetAccountResult |
GetAccountResult.withThrottleSettings(ThrottleSettings throttleSettings)
Specifies the API request limits configured for the current Account.
|
Copyright © 2018. All rights reserved.