| Package | Description |
|---|---|
| com.amazonaws.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
static IpDiscovery |
IpDiscovery.fromValue(String value)
Use this in place of valueOf.
|
static IpDiscovery |
IpDiscovery.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyCacheClusterRequest.setIpDiscovery(IpDiscovery ipDiscovery)
The network type you choose when modifying a cluster, either
ipv4 | ipv6. |
void |
CreateCacheClusterRequest.setIpDiscovery(IpDiscovery ipDiscovery)
The network type you choose when modifying a cluster, either
ipv4 | ipv6. |
void |
ReplicationGroup.setIpDiscovery(IpDiscovery ipDiscovery)
The network type you choose when modifying a cluster, either
ipv4 | ipv6. |
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withIpDiscovery(IpDiscovery ipDiscovery)
The network type you choose when modifying a cluster, either
ipv4 | ipv6. |
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withIpDiscovery(IpDiscovery ipDiscovery)
The network type you choose when modifying a cluster, either
ipv4 | ipv6. |
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withIpDiscovery(IpDiscovery ipDiscovery)
The network type you choose when creating a replication group, either
ipv4 | ipv6. |
CreateCacheClusterRequest |
CreateCacheClusterRequest.withIpDiscovery(IpDiscovery ipDiscovery)
The network type you choose when modifying a cluster, either
ipv4 | ipv6. |
ReplicationGroup |
ReplicationGroup.withIpDiscovery(IpDiscovery ipDiscovery)
The network type you choose when modifying a cluster, either
ipv4 | ipv6. |
CacheCluster |
CacheCluster.withIpDiscovery(IpDiscovery ipDiscovery)
The network type associated with the cluster, either
ipv4 | ipv6. |
Copyright © 2023. All rights reserved.