Uses of Class
software.amazon.awssdk.services.elasticache.model.AuthTokenUpdateStatus
-
Packages that use AuthTokenUpdateStatus Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of AuthTokenUpdateStatus in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return AuthTokenUpdateStatus Modifier and Type Method Description AuthTokenUpdateStatusPendingModifiedValues. authTokenStatus()The auth token statusAuthTokenUpdateStatusReplicationGroupPendingModifiedValues. authTokenStatus()The auth token statusstatic AuthTokenUpdateStatusAuthTokenUpdateStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthTokenUpdateStatusAuthTokenUpdateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthTokenUpdateStatus[]AuthTokenUpdateStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type AuthTokenUpdateStatus Modifier and Type Method Description static Set<AuthTokenUpdateStatus>AuthTokenUpdateStatus. knownValues()Methods in software.amazon.awssdk.services.elasticache.model with parameters of type AuthTokenUpdateStatus Modifier and Type Method Description PendingModifiedValues.BuilderPendingModifiedValues.Builder. authTokenStatus(AuthTokenUpdateStatus authTokenStatus)The auth token statusReplicationGroupPendingModifiedValues.BuilderReplicationGroupPendingModifiedValues.Builder. authTokenStatus(AuthTokenUpdateStatus authTokenStatus)The auth token status
-