Uses of Class
software.amazon.awssdk.services.rds.model.DBParameterGroup
-
Packages that use DBParameterGroup Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of DBParameterGroup in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBParameterGroup Modifier and Type Method Description DBParameterGroupCopyDbParameterGroupResponse. dbParameterGroup()Returns the value of the DBParameterGroup property for this object.DBParameterGroupCreateDbParameterGroupResponse. dbParameterGroup()Returns the value of the DBParameterGroup property for this object.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBParameterGroup Modifier and Type Method Description List<DBParameterGroup>DescribeDbParameterGroupsResponse. dbParameterGroups()A list ofDBParameterGroupinstances.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBParameterGroup Modifier and Type Method Description CopyDbParameterGroupResponse.BuilderCopyDbParameterGroupResponse.Builder. dbParameterGroup(DBParameterGroup dbParameterGroup)Sets the value of the DBParameterGroup property for this object.CreateDbParameterGroupResponse.BuilderCreateDbParameterGroupResponse.Builder. dbParameterGroup(DBParameterGroup dbParameterGroup)Sets the value of the DBParameterGroup property for this object.DescribeDbParameterGroupsResponse.BuilderDescribeDbParameterGroupsResponse.Builder. dbParameterGroups(DBParameterGroup... dbParameterGroups)A list ofDBParameterGroupinstances.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBParameterGroup Modifier and Type Method Description DescribeDbParameterGroupsResponse.BuilderDescribeDbParameterGroupsResponse.Builder. dbParameterGroups(Collection<DBParameterGroup> dbParameterGroups)A list ofDBParameterGroupinstances. -
Uses of DBParameterGroup in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DBParameterGroup Modifier and Type Method Description SdkIterable<DBParameterGroup>DescribeDBParameterGroupsIterable. dbParameterGroups()Returns an iterable to iterate through the paginatedDescribeDbParameterGroupsResponse.dbParameterGroups()member.SdkPublisher<DBParameterGroup>DescribeDBParameterGroupsPublisher. dbParameterGroups()Returns a publisher that can be used to get a stream of data.
-