| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.clone() |
Endpoint |
Cluster.getClusterEndpoint()
The cluster's configuration endpoint
|
Endpoint |
Node.getEndpoint()
The hostname for connecting to this node.
|
Endpoint |
Endpoint.withAddress(String address)
The DNS hostname of the node.
|
Endpoint |
Endpoint.withPort(Integer port)
The port number that the engine is listening on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setClusterEndpoint(Endpoint clusterEndpoint)
The cluster's configuration endpoint
|
void |
Node.setEndpoint(Endpoint endpoint)
The hostname for connecting to this node.
|
Cluster |
Cluster.withClusterEndpoint(Endpoint clusterEndpoint)
The cluster's configuration endpoint
|
Node |
Node.withEndpoint(Endpoint endpoint)
The hostname for connecting to this node.
|
Copyright © 2024. All rights reserved.