| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
AuthTokenUpdateStrategyType |
ModifyReplicationGroupRequest.authTokenUpdateStrategy()
Specifies the strategy to use to update the AUTH token.
|
AuthTokenUpdateStrategyType |
ModifyCacheClusterRequest.authTokenUpdateStrategy()
Specifies the strategy to use to update the AUTH token.
|
static AuthTokenUpdateStrategyType |
AuthTokenUpdateStrategyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AuthTokenUpdateStrategyType |
AuthTokenUpdateStrategyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthTokenUpdateStrategyType[] |
AuthTokenUpdateStrategyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AuthTokenUpdateStrategyType> |
AuthTokenUpdateStrategyType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModifyReplicationGroupRequest.Builder |
ModifyReplicationGroupRequest.Builder.authTokenUpdateStrategy(AuthTokenUpdateStrategyType authTokenUpdateStrategy)
Specifies the strategy to use to update the AUTH token.
|
ModifyCacheClusterRequest.Builder |
ModifyCacheClusterRequest.Builder.authTokenUpdateStrategy(AuthTokenUpdateStrategyType authTokenUpdateStrategy)
Specifies the strategy to use to update the AUTH token.
|
Copyright © 2023. All rights reserved.