Uses of Class
software.amazon.awssdk.services.elasticache.model.IpDiscovery
-
Packages that use IpDiscovery Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of IpDiscovery in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return IpDiscovery Modifier and Type Method Description static IpDiscoveryIpDiscovery. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IpDiscoveryCacheCluster. ipDiscovery()The network type associated with the cluster, eitheripv4|ipv6.IpDiscoveryCreateCacheClusterRequest. ipDiscovery()The network type you choose when modifying a cluster, eitheripv4|ipv6.IpDiscoveryCreateReplicationGroupRequest. ipDiscovery()The network type you choose when creating a replication group, eitheripv4|ipv6.IpDiscoveryModifyCacheClusterRequest. ipDiscovery()The network type you choose when modifying a cluster, eitheripv4|ipv6.IpDiscoveryModifyReplicationGroupRequest. ipDiscovery()The network type you choose when modifying a cluster, eitheripv4|ipv6.IpDiscoveryReplicationGroup. ipDiscovery()The network type you choose when modifying a cluster, eitheripv4|ipv6.static IpDiscoveryIpDiscovery. valueOf(String name)Returns the enum constant of this type with the specified name.static IpDiscovery[]IpDiscovery. 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 IpDiscovery Modifier and Type Method Description static Set<IpDiscovery>IpDiscovery. knownValues()Methods in software.amazon.awssdk.services.elasticache.model with parameters of type IpDiscovery Modifier and Type Method Description CacheCluster.BuilderCacheCluster.Builder. ipDiscovery(IpDiscovery ipDiscovery)The network type associated with the cluster, eitheripv4|ipv6.CreateCacheClusterRequest.BuilderCreateCacheClusterRequest.Builder. ipDiscovery(IpDiscovery ipDiscovery)The network type you choose when modifying a cluster, eitheripv4|ipv6.CreateReplicationGroupRequest.BuilderCreateReplicationGroupRequest.Builder. ipDiscovery(IpDiscovery ipDiscovery)The network type you choose when creating a replication group, eitheripv4|ipv6.ModifyCacheClusterRequest.BuilderModifyCacheClusterRequest.Builder. ipDiscovery(IpDiscovery ipDiscovery)The network type you choose when modifying a cluster, eitheripv4|ipv6.ModifyReplicationGroupRequest.BuilderModifyReplicationGroupRequest.Builder. ipDiscovery(IpDiscovery ipDiscovery)The network type you choose when modifying a cluster, eitheripv4|ipv6.ReplicationGroup.BuilderReplicationGroup.Builder. ipDiscovery(IpDiscovery ipDiscovery)The network type you choose when modifying a cluster, eitheripv4|ipv6.
-