Uses of Class
com.amazonaws.services.redshift.model.Endpoint
Packages that use Endpoint
-
Uses of Endpoint in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return EndpointModifier and TypeMethodDescriptionEndpoint.clone()Cluster.getEndpoint()The connection endpoint.Endpoint.withAddress(String address) The DNS address of the Cluster.The port that the database engine is listening on.Methods in com.amazonaws.services.redshift.model with parameters of type EndpointModifier and TypeMethodDescriptionvoidCluster.setEndpoint(Endpoint endpoint) The connection endpoint.Cluster.withEndpoint(Endpoint endpoint) The connection endpoint.