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