Uses of Class
com.amazonaws.services.redshift.model.Endpoint
-
Packages that use Endpoint Package Description com.amazonaws.services.redshift.model -
-
Uses of Endpoint in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return Endpoint Modifier and Type Method Description Endpoint
Endpoint. clone()
Endpoint
Cluster. getEndpoint()
The connection endpoint.Endpoint
Endpoint. withAddress(String address)
The DNS address of the Cluster.Endpoint
Endpoint. withPort(Integer port)
The port that the database engine is listening on.Methods in com.amazonaws.services.redshift.model with parameters of type Endpoint Modifier and Type Method Description void
Cluster. setEndpoint(Endpoint endpoint)
The connection endpoint.Cluster
Cluster. withEndpoint(Endpoint endpoint)
The connection endpoint.
-