Uses of Class
com.amazonaws.services.rds.model.Endpoint
-
Packages that use Endpoint Package Description com.amazonaws.services.rds.model -
-
Uses of Endpoint in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return Endpoint Modifier and Type Method Description EndpointEndpoint. clone()EndpointDBInstance. getEndpoint()Specifies the connection endpoint.EndpointEndpoint. withAddress(String address)Specifies the DNS address of the DB instance.EndpointEndpoint. withHostedZoneId(String hostedZoneId)Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.EndpointEndpoint. 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 Modifier and Type Method Description voidDBInstance. setEndpoint(Endpoint endpoint)Specifies the connection endpoint.DBInstanceDBInstance. withEndpoint(Endpoint endpoint)Specifies the connection endpoint.
-