Java com.amazonaws.services.rds.model Endpoint fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.rds.model Endpoint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.rds.model Endpoint.

The text is from its open source code.

Constructor

Method

StringgetAddress()

Specifies the DNS address of the DB instance.

IntegergetPort()

Specifies the port that the database engine is listening on.

voidsetAddress(String address)

Specifies the DNS address of the DB instance.

voidsetPort(Integer port)

Specifies the port that the database engine is listening on.

StringtoString()
Returns a string representation of this object.