Uses of Class
software.amazon.awssdk.services.neptune.model.DBInstanceStatusInfo
-
Packages that use DBInstanceStatusInfo Package Description software.amazon.awssdk.services.neptune.model -
-
Uses of DBInstanceStatusInfo in software.amazon.awssdk.services.neptune.model
Methods in software.amazon.awssdk.services.neptune.model that return types with arguments of type DBInstanceStatusInfo Modifier and Type Method Description List<DBInstanceStatusInfo>DBInstance. statusInfos()The status of a Read Replica.Methods in software.amazon.awssdk.services.neptune.model with parameters of type DBInstanceStatusInfo Modifier and Type Method Description DBInstance.BuilderDBInstance.Builder. statusInfos(DBInstanceStatusInfo... statusInfos)The status of a Read Replica.Method parameters in software.amazon.awssdk.services.neptune.model with type arguments of type DBInstanceStatusInfo Modifier and Type Method Description DBInstance.BuilderDBInstance.Builder. statusInfos(Collection<DBInstanceStatusInfo> statusInfos)The status of a Read Replica.
-