Uses of Class
software.amazon.awssdk.services.memorydb.model.Endpoint
-
Packages that use Endpoint Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of Endpoint in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return Endpoint Modifier and Type Method Description EndpointCluster. clusterEndpoint()The cluster's configuration endpointEndpointNode. endpoint()The hostname for connecting to this node.Methods in software.amazon.awssdk.services.memorydb.model with parameters of type Endpoint Modifier and Type Method Description Cluster.BuilderCluster.Builder. clusterEndpoint(Endpoint clusterEndpoint)The cluster's configuration endpointNode.BuilderNode.Builder. endpoint(Endpoint endpoint)The hostname for connecting to this node.
-