Uses of Class
software.amazon.awssdk.services.elasticache.model.NetworkType
-
Packages that use NetworkType Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of NetworkType in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return NetworkType Modifier and Type Method Description static NetworkTypeNetworkType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NetworkTypeCacheCluster. networkType()Must be eitheripv4|ipv6|dual_stack.NetworkTypeCreateCacheClusterRequest. networkType()Must be eitheripv4|ipv6|dual_stack.NetworkTypeCreateReplicationGroupRequest. networkType()Must be eitheripv4|ipv6|dual_stack.NetworkTypeReplicationGroup. networkType()Must be eitheripv4|ipv6|dual_stack.static NetworkTypeNetworkType. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkType[]NetworkType. 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 NetworkType Modifier and Type Method Description static Set<NetworkType>NetworkType. knownValues()List<NetworkType>CacheSubnetGroup. supportedNetworkTypes()Eitheripv4|ipv6|dual_stack.List<NetworkType>Subnet. supportedNetworkTypes()Eitheripv4|ipv6|dual_stack.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type NetworkType Modifier and Type Method Description CacheCluster.BuilderCacheCluster.Builder. networkType(NetworkType networkType)Must be eitheripv4|ipv6|dual_stack.CreateCacheClusterRequest.BuilderCreateCacheClusterRequest.Builder. networkType(NetworkType networkType)Must be eitheripv4|ipv6|dual_stack.CreateReplicationGroupRequest.BuilderCreateReplicationGroupRequest.Builder. networkType(NetworkType networkType)Must be eitheripv4|ipv6|dual_stack.ReplicationGroup.BuilderReplicationGroup.Builder. networkType(NetworkType networkType)Must be eitheripv4|ipv6|dual_stack.CacheSubnetGroup.BuilderCacheSubnetGroup.Builder. supportedNetworkTypes(NetworkType... supportedNetworkTypes)Eitheripv4|ipv6|dual_stack.Subnet.BuilderSubnet.Builder. supportedNetworkTypes(NetworkType... supportedNetworkTypes)Eitheripv4|ipv6|dual_stack.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type NetworkType Modifier and Type Method Description CacheSubnetGroup.BuilderCacheSubnetGroup.Builder. supportedNetworkTypes(Collection<NetworkType> supportedNetworkTypes)Eitheripv4|ipv6|dual_stack.Subnet.BuilderSubnet.Builder. supportedNetworkTypes(Collection<NetworkType> supportedNetworkTypes)Eitheripv4|ipv6|dual_stack.
-