Uses of Class
com.amazonaws.services.redshift.model.Endpoint

Packages that use Endpoint
com.amazonaws.services.redshift.model Classes modeling the various types represented by AmazonRedshift. 
 

Uses of Endpoint in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return Endpoint
 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
 void Cluster.setEndpoint(Endpoint endpoint)
          The connection endpoint.
 Cluster Cluster.withEndpoint(Endpoint endpoint)
          The connection endpoint.
 



Copyright © 2016. All rights reserved.