Uses of Class
software.amazon.awssdk.services.rds.model.DBParameterGroupStatus
Packages that use DBParameterGroupStatus
-
Uses of DBParameterGroupStatus in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBParameterGroupStatusModifier and TypeMethodDescriptionfinal List<DBParameterGroupStatus>DBInstance.dbParameterGroups()The list of DB parameter groups applied to this DB instance.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBParameterGroupStatusModifier and TypeMethodDescriptionDBInstance.Builder.dbParameterGroups(DBParameterGroupStatus... dbParameterGroups) The list of DB parameter groups applied to this DB instance.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBParameterGroupStatusModifier and TypeMethodDescriptionDBInstance.Builder.dbParameterGroups(Collection<DBParameterGroupStatus> dbParameterGroups) The list of DB parameter groups applied to this DB instance.