Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
UpdateAccountResult |
AmazonApiGatewayClient.updateAccount(UpdateAccountRequest request)
Changes information about the current Account resource.
|
UpdateAccountResult |
AmazonApiGateway.updateAccount(UpdateAccountRequest updateAccountRequest)
Changes information about the current Account resource.
|
UpdateAccountResult |
AbstractAmazonApiGateway.updateAccount(UpdateAccountRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateAccountResult> |
AmazonApiGatewayAsyncClient.updateAccountAsync(UpdateAccountRequest request,
AsyncHandler<UpdateAccountRequest,UpdateAccountResult> asyncHandler) |
Future<UpdateAccountResult> |
AbstractAmazonApiGatewayAsync.updateAccountAsync(UpdateAccountRequest request,
AsyncHandler<UpdateAccountRequest,UpdateAccountResult> asyncHandler) |
Future<UpdateAccountResult> |
AmazonApiGatewayAsync.updateAccountAsync(UpdateAccountRequest updateAccountRequest,
AsyncHandler<UpdateAccountRequest,UpdateAccountResult> asyncHandler)
Changes information about the current Account resource.
|
Modifier and Type | Method and Description |
---|---|
UpdateAccountResult |
UpdateAccountResult.clone() |
UpdateAccountResult |
UpdateAccountResult.withApiKeyVersion(String apiKeyVersion)
The version of the API keys used for the account.
|
UpdateAccountResult |
UpdateAccountResult.withCloudwatchRoleArn(String cloudwatchRoleArn)
The ARN of an Amazon CloudWatch role for the current Account.
|
UpdateAccountResult |
UpdateAccountResult.withFeatures(Collection<String> features)
A list of features supported for the account.
|
UpdateAccountResult |
UpdateAccountResult.withFeatures(String... features)
A list of features supported for the account.
|
UpdateAccountResult |
UpdateAccountResult.withThrottleSettings(ThrottleSettings throttleSettings)
Specifies the API request limits configured for the current Account.
|
Copyright © 2017. All rights reserved.