Uses of Class
software.amazon.awssdk.services.elasticache.model.ChangeType
-
Packages that use ChangeType Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of ChangeType in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return ChangeType Modifier and Type Method Description ChangeTypeCacheNodeTypeSpecificParameter. changeType()Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied.ChangeTypeParameter. changeType()Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied.static ChangeTypeChangeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChangeTypeChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeType[]ChangeType. 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 ChangeType Modifier and Type Method Description static Set<ChangeType>ChangeType. knownValues()Methods in software.amazon.awssdk.services.elasticache.model with parameters of type ChangeType Modifier and Type Method Description CacheNodeTypeSpecificParameter.BuilderCacheNodeTypeSpecificParameter.Builder. changeType(ChangeType changeType)Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied.Parameter.BuilderParameter.Builder. changeType(ChangeType changeType)Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied.
-