| Package | Description |
|---|---|
| com.amazonaws.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.clone() |
Endpoint |
Cluster.getClusterDiscoveryEndpoint()
The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number.
|
Endpoint |
Node.getEndpoint()
The endpoint for the node, consisting of a DNS name and a port number.
|
Endpoint |
Endpoint.withAddress(String address)
The DNS hostname of the endpoint.
|
Endpoint |
Endpoint.withPort(Integer port)
The port number that applications should use to connect to the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setClusterDiscoveryEndpoint(Endpoint clusterDiscoveryEndpoint)
The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number.
|
void |
Node.setEndpoint(Endpoint endpoint)
The endpoint for the node, consisting of a DNS name and a port number.
|
Cluster |
Cluster.withClusterDiscoveryEndpoint(Endpoint clusterDiscoveryEndpoint)
The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number.
|
Node |
Node.withEndpoint(Endpoint endpoint)
The endpoint for the node, consisting of a DNS name and a port number.
|
Copyright © 2018. All rights reserved.