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 EndpointEndpoint. clone()EndpointCluster. getEndpoint()The connection endpoint.EndpointEndpoint. withAddress(String address)The DNS address of the Cluster.EndpointEndpoint. 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 voidCluster. setEndpoint(Endpoint endpoint)The connection endpoint.ClusterCluster. withEndpoint(Endpoint endpoint)The connection endpoint.
-