| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Cluster.clusterDiscoveryEndpoint()
The endpoint for this DAX cluster, consisting of a DNS name, a port number, and a URL.
|
Endpoint |
Node.endpoint()
The endpoint for the node, consisting of a DNS name and a port number.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.clusterDiscoveryEndpoint(Endpoint clusterDiscoveryEndpoint)
The endpoint for this DAX cluster, consisting of a DNS name, a port number, and a URL.
|
Node.Builder |
Node.Builder.endpoint(Endpoint endpoint)
The endpoint for the node, consisting of a DNS name and a port number.
|
Copyright © 2021. All rights reserved.