| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbStatusInfo |
AwsRdsDbStatusInfo.clone() |
AwsRdsDbStatusInfo |
AwsRdsDbStatusInfo.withMessage(String message)
If the read replica is currently in an error state, provides the error details.
|
AwsRdsDbStatusInfo |
AwsRdsDbStatusInfo.withNormal(Boolean normal)
Whether the read replica instance is operating normally.
|
AwsRdsDbStatusInfo |
AwsRdsDbStatusInfo.withStatus(String status)
The status of the read replica instance.
|
AwsRdsDbStatusInfo |
AwsRdsDbStatusInfo.withStatusType(String statusType)
The type of status.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsRdsDbStatusInfo> |
AwsRdsDbInstanceDetails.getStatusInfos()
The status of a read replica.
|
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withStatusInfos(AwsRdsDbStatusInfo... statusInfos)
The status of a read replica.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsRdsDbInstanceDetails.setStatusInfos(Collection<AwsRdsDbStatusInfo> statusInfos)
The status of a read replica.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withStatusInfos(Collection<AwsRdsDbStatusInfo> statusInfos)
The status of a read replica.
|
Copyright © 2021. All rights reserved.