| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
RelationalDatabaseEndpoint |
RelationalDatabaseEndpoint.clone() |
RelationalDatabaseEndpoint |
RelationalDatabase.getMasterEndpoint()
The master endpoint for the database.
|
RelationalDatabaseEndpoint |
RelationalDatabaseEndpoint.withAddress(String address)
Specifies the DNS address of the database.
|
RelationalDatabaseEndpoint |
RelationalDatabaseEndpoint.withPort(Integer port)
Specifies the port that the database is listening on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelationalDatabase.setMasterEndpoint(RelationalDatabaseEndpoint masterEndpoint)
The master endpoint for the database.
|
RelationalDatabase |
RelationalDatabase.withMasterEndpoint(RelationalDatabaseEndpoint masterEndpoint)
The master endpoint for the database.
|
Copyright © 2025. All rights reserved.