Package | Description |
---|---|
com.amazonaws | |
com.amazonaws.endpoints | |
com.amazonaws.endpoints.internal | |
com.amazonaws.handlers | |
com.amazonaws.http |
Modifier and Type | Method and Description |
---|---|
AccountIdEndpointMode |
ClientConfiguration.getAccountIdEndpointMode() |
Modifier and Type | Method and Description |
---|---|
void |
ClientConfiguration.setAccountIdEndpointMode(AccountIdEndpointMode accountIdEndpointMode)
Sets the AccountIdEndpointMode to use
|
ClientConfiguration |
ClientConfiguration.withAccountIdEndpointMode(AccountIdEndpointMode accountIdEndpointMode)
Sets the AccountIdEndpointMode to use
|
Modifier and Type | Method and Description |
---|---|
static AccountIdEndpointMode |
AccountIdEndpointMode.fromName(String value)
Returns a accountEndpointId mode enum corresponding to the given accountEndpointId name.
|
static AccountIdEndpointMode |
AccountIdEndpointMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountIdEndpointMode[] |
AccountIdEndpointMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AccountIdEndpointMode |
AccountIdEndpointModeResolver.accountIdEndpointMode() |
Modifier and Type | Field and Description |
---|---|
static HandlerContextKey<AccountIdEndpointMode> |
HandlerContextKey.ACCOUNT_ID_ENDPOINT_MODE
The AccountIdEndpointMode which enables or disables account ID based endpoint routing for supported operations.
|
Modifier and Type | Method and Description |
---|---|
AccountIdEndpointMode |
ExecutionContext.getAccountIdEndpointMode() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionContext.setAccountIdEndpointMode(AccountIdEndpointMode accountIdEndpointMode) |
Copyright © 2025. All rights reserved.