Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsRdsDbStatusInfo
-
Packages that use AwsRdsDbStatusInfo Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRdsDbStatusInfo in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRdsDbStatusInfo Modifier and Type Method Description List<AwsRdsDbStatusInfo>AwsRdsDbInstanceDetails. statusInfos()The status of a read replica.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsRdsDbStatusInfo Modifier and Type Method Description AwsRdsDbInstanceDetails.BuilderAwsRdsDbInstanceDetails.Builder. statusInfos(AwsRdsDbStatusInfo... statusInfos)The status of a read replica.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRdsDbStatusInfo Modifier and Type Method Description AwsRdsDbInstanceDetails.BuilderAwsRdsDbInstanceDetails.Builder. statusInfos(Collection<AwsRdsDbStatusInfo> statusInfos)The status of a read replica.
-