| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.clone() |
Endpoint |
DBInstance.getEndpoint()
Specifies the connection endpoint.
|
Endpoint |
DBInstance.getListenerEndpoint()
Specifies the listener connection endpoint for SQL Server Always On.
|
Endpoint |
Endpoint.withAddress(String address)
Specifies the DNS address of the DB instance.
|
Endpoint |
Endpoint.withHostedZoneId(String hostedZoneId)
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
|
Endpoint |
Endpoint.withPort(Integer port)
Specifies the port that the database engine is listening on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBInstance.setEndpoint(Endpoint endpoint)
Specifies the connection endpoint.
|
void |
DBInstance.setListenerEndpoint(Endpoint listenerEndpoint)
Specifies the listener connection endpoint for SQL Server Always On.
|
DBInstance |
DBInstance.withEndpoint(Endpoint endpoint)
Specifies the connection endpoint.
|
DBInstance |
DBInstance.withListenerEndpoint(Endpoint listenerEndpoint)
Specifies the listener connection endpoint for SQL Server Always On.
|
Copyright © 2022. All rights reserved.