Uses of Class
software.amazon.awssdk.services.dax.model.Endpoint
-
Packages that use Endpoint Package Description software.amazon.awssdk.services.dax.model -
-
Uses of Endpoint in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return Endpoint Modifier and Type Method Description EndpointCluster. clusterDiscoveryEndpoint()The endpoint for this DAX cluster, consisting of a DNS name, a port number, and a URL.EndpointNode. endpoint()The endpoint for the node, consisting of a DNS name and a port number.Methods in software.amazon.awssdk.services.dax.model with parameters of type Endpoint Modifier and Type Method Description Cluster.BuilderCluster.Builder. clusterDiscoveryEndpoint(Endpoint clusterDiscoveryEndpoint)The endpoint for this DAX cluster, consisting of a DNS name, a port number, and a URL.Node.BuilderNode.Builder. endpoint(Endpoint endpoint)The endpoint for the node, consisting of a DNS name and a port number.
-