Uses of Class
software.amazon.awssdk.services.elasticache.model.OutpostMode
-
Packages that use OutpostMode Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of OutpostMode in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return OutpostMode Modifier and Type Method Description static OutpostModeOutpostMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OutpostModeCreateCacheClusterRequest. outpostMode()Specifies whether the nodes in the cluster are created in a single outpost or across multiple outposts.static OutpostModeOutpostMode. valueOf(String name)Returns the enum constant of this type with the specified name.static OutpostMode[]OutpostMode. 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 OutpostMode Modifier and Type Method Description static Set<OutpostMode>OutpostMode. knownValues()Methods in software.amazon.awssdk.services.elasticache.model with parameters of type OutpostMode Modifier and Type Method Description CreateCacheClusterRequest.BuilderCreateCacheClusterRequest.Builder. outpostMode(OutpostMode outpostMode)Specifies whether the nodes in the cluster are created in a single outpost or across multiple outposts.
-