| Package | Description |
|---|---|
| com.amazonaws.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
static NetworkType |
NetworkType.fromValue(String value)
Use this in place of valueOf.
|
static NetworkType |
NetworkType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCacheClusterRequest.setNetworkType(NetworkType networkType)
Must be either
ipv4 | ipv6 | dual_stack. |
void |
ReplicationGroup.setNetworkType(NetworkType networkType)
Must be either
ipv4 | ipv6 | dual_stack. |
CreateCacheClusterRequest |
CreateCacheClusterRequest.withNetworkType(NetworkType networkType)
Must be either
ipv4 | ipv6 | dual_stack. |
CacheCluster |
CacheCluster.withNetworkType(NetworkType networkType)
Must be either
ipv4 | ipv6 | dual_stack. |
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withNetworkType(NetworkType networkType)
Must be either
ipv4 | ipv6 | dual_stack. |
ReplicationGroup |
ReplicationGroup.withNetworkType(NetworkType networkType)
Must be either
ipv4 | ipv6 | dual_stack. |
Subnet |
Subnet.withSupportedNetworkTypes(NetworkType... supportedNetworkTypes)
Either
ipv4 | ipv6 | dual_stack. |
CacheSubnetGroup |
CacheSubnetGroup.withSupportedNetworkTypes(NetworkType... supportedNetworkTypes)
Either
ipv4 | ipv6 | dual_stack. |
Copyright © 2025. All rights reserved.