Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsRdsDbParameterGroup
-
Packages that use AwsRdsDbParameterGroup Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRdsDbParameterGroup in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRdsDbParameterGroup Modifier and Type Method Description List<AwsRdsDbParameterGroup>AwsRdsDbInstanceDetails. dbParameterGroups()A list of the DB parameter groups to assign to the DB instance.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsRdsDbParameterGroup Modifier and Type Method Description AwsRdsDbInstanceDetails.BuilderAwsRdsDbInstanceDetails.Builder. dbParameterGroups(AwsRdsDbParameterGroup... dbParameterGroups)A list of the DB parameter groups to assign to the DB instance.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRdsDbParameterGroup Modifier and Type Method Description AwsRdsDbInstanceDetails.BuilderAwsRdsDbInstanceDetails.Builder. dbParameterGroups(Collection<AwsRdsDbParameterGroup> dbParameterGroups)A list of the DB parameter groups to assign to the DB instance.
-