| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateAccountResponse.Builder |
UpdateAccountResponse.Builder.apiKeyVersion(String apiKeyVersion)
The version of the API keys used for the account.
|
static UpdateAccountResponse.Builder |
UpdateAccountResponse.builder() |
UpdateAccountResponse.Builder |
UpdateAccountResponse.Builder.cloudwatchRoleArn(String cloudwatchRoleArn)
The ARN of an Amazon CloudWatch role for the current Account.
|
UpdateAccountResponse.Builder |
UpdateAccountResponse.Builder.features(Collection<String> features)
A list of features supported for the account.
|
UpdateAccountResponse.Builder |
UpdateAccountResponse.Builder.features(String... features)
A list of features supported for the account.
|
default UpdateAccountResponse.Builder |
UpdateAccountResponse.Builder.throttleSettings(Consumer<ThrottleSettings.Builder> throttleSettings)
Specifies the API request limits configured for the current Account.
|
UpdateAccountResponse.Builder |
UpdateAccountResponse.Builder.throttleSettings(ThrottleSettings throttleSettings)
Specifies the API request limits configured for the current Account.
|
UpdateAccountResponse.Builder |
UpdateAccountResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateAccountResponse.Builder> |
UpdateAccountResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.