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

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

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

Methods in com.amazonaws.services.rds.model that return Endpoint
 Endpoint DBInstance.getEndpoint()
          Specifies the endpoint type.
 Endpoint Endpoint.withAddress(String address)
          Specifies the DNS address of the DB Instance.
 Endpoint Endpoint.withPort(Integer port)
          Specifies the port that the database engine is listening on.
 

Methods in com.amazonaws.services.rds.model with parameters of type Endpoint
 void DBInstance.setEndpoint(Endpoint endpoint)
          Specifies the endpoint type.
 DBInstance DBInstance.withEndpoint(Endpoint endpoint)
          Specifies the endpoint type.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.