| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
ReplicationGroup.configurationEndpoint()
The configuration endpoint for this replication group.
|
Endpoint |
CacheCluster.configurationEndpoint()
Represents a Memcached cluster endpoint which can be used by an application to connect to any node in the
cluster.
|
Endpoint |
CacheNode.endpoint()
The hostname for connecting to this cache node.
|
Endpoint |
NodeGroup.primaryEndpoint()
The endpoint of the primary node in this node group (shard).
|
Endpoint |
NodeGroupMember.readEndpoint()
The information required for client programs to connect to a node for read operations.
|
Endpoint |
NodeGroup.readerEndpoint()
The endpoint of the replica nodes in this node group (shard).
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationGroup.Builder |
ReplicationGroup.Builder.configurationEndpoint(Endpoint configurationEndpoint)
The configuration endpoint for this replication group.
|
CacheCluster.Builder |
CacheCluster.Builder.configurationEndpoint(Endpoint configurationEndpoint)
Represents a Memcached cluster endpoint which can be used by an application to connect to any node in the
cluster.
|
CacheNode.Builder |
CacheNode.Builder.endpoint(Endpoint endpoint)
The hostname for connecting to this cache node.
|
NodeGroup.Builder |
NodeGroup.Builder.primaryEndpoint(Endpoint primaryEndpoint)
The endpoint of the primary node in this node group (shard).
|
NodeGroupMember.Builder |
NodeGroupMember.Builder.readEndpoint(Endpoint readEndpoint)
The information required for client programs to connect to a node for read operations.
|
NodeGroup.Builder |
NodeGroup.Builder.readerEndpoint(Endpoint readerEndpoint)
The endpoint of the replica nodes in this node group (shard).
|
Copyright © 2023. All rights reserved.