| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
static IpDiscovery |
IpDiscovery.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IpDiscovery |
ModifyReplicationGroupRequest.ipDiscovery()
The network type you choose when modifying a cluster, either
ipv4 | ipv6. |
IpDiscovery |
ReplicationGroup.ipDiscovery()
The network type you choose when modifying a cluster, either
ipv4 | ipv6. |
IpDiscovery |
CacheCluster.ipDiscovery()
The network type associated with the cluster, either
ipv4 | ipv6. |
IpDiscovery |
CreateReplicationGroupRequest.ipDiscovery()
The network type you choose when creating a replication group, either
ipv4 | ipv6. |
IpDiscovery |
ModifyCacheClusterRequest.ipDiscovery()
The network type you choose when modifying a cluster, either
ipv4 | ipv6. |
IpDiscovery |
CreateCacheClusterRequest.ipDiscovery()
The network type you choose when modifying a cluster, either
ipv4 | ipv6. |
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 |
|---|---|
static Set<IpDiscovery> |
IpDiscovery.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModifyReplicationGroupRequest.Builder |
ModifyReplicationGroupRequest.Builder.ipDiscovery(IpDiscovery ipDiscovery)
The network type you choose when modifying a cluster, either
ipv4 | ipv6. |
ReplicationGroup.Builder |
ReplicationGroup.Builder.ipDiscovery(IpDiscovery ipDiscovery)
The network type you choose when modifying a cluster, either
ipv4 | ipv6. |
CacheCluster.Builder |
CacheCluster.Builder.ipDiscovery(IpDiscovery ipDiscovery)
The network type associated with the cluster, either
ipv4 | ipv6. |
CreateReplicationGroupRequest.Builder |
CreateReplicationGroupRequest.Builder.ipDiscovery(IpDiscovery ipDiscovery)
The network type you choose when creating a replication group, either
ipv4 | ipv6. |
ModifyCacheClusterRequest.Builder |
ModifyCacheClusterRequest.Builder.ipDiscovery(IpDiscovery ipDiscovery)
The network type you choose when modifying a cluster, either
ipv4 | ipv6. |
CreateCacheClusterRequest.Builder |
CreateCacheClusterRequest.Builder.ipDiscovery(IpDiscovery ipDiscovery)
The network type you choose when modifying a cluster, either
ipv4 | ipv6. |
Copyright © 2023. All rights reserved.