Uses of Class
software.amazon.awssdk.services.rds.model.DBParameterGroup
Packages that use DBParameterGroup
Package
Description
-
Uses of DBParameterGroup in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBParameterGroupModifier and TypeMethodDescriptionfinal DBParameterGroupCopyDbParameterGroupResponse.dbParameterGroup()Returns the value of the DBParameterGroup property for this object.final 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 DBParameterGroupModifier and TypeMethodDescriptionfinal List<DBParameterGroup>DescribeDbParameterGroupsResponse.dbParameterGroups()A list ofDBParameterGroupinstances.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBParameterGroupModifier and TypeMethodDescriptionCopyDbParameterGroupResponse.Builder.dbParameterGroup(DBParameterGroup dbParameterGroup) Sets the value of the DBParameterGroup property for this object.CreateDbParameterGroupResponse.Builder.dbParameterGroup(DBParameterGroup dbParameterGroup) Sets the value of the DBParameterGroup property for this object.DescribeDbParameterGroupsResponse.Builder.dbParameterGroups(DBParameterGroup... dbParameterGroups) A list ofDBParameterGroupinstances.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBParameterGroupModifier and TypeMethodDescriptionDescribeDbParameterGroupsResponse.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 DBParameterGroupModifier and TypeMethodDescriptionfinal SdkIterable<DBParameterGroup>DescribeDBParameterGroupsIterable.dbParameterGroups()Returns an iterable to iterate through the paginatedDescribeDbParameterGroupsResponse.dbParameterGroups()member.final SdkPublisher<DBParameterGroup>DescribeDBParameterGroupsPublisher.dbParameterGroups()Returns a publisher that can be used to get a stream of data.