Uses of Class
software.amazon.awssdk.services.rds.model.DBClusterParameterGroup
Packages that use DBClusterParameterGroup
Package
Description
-
Uses of DBClusterParameterGroup in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBClusterParameterGroupModifier and TypeMethodDescriptionfinal DBClusterParameterGroupCopyDbClusterParameterGroupResponse.dbClusterParameterGroup()Returns the value of the DBClusterParameterGroup property for this object.final DBClusterParameterGroupCreateDbClusterParameterGroupResponse.dbClusterParameterGroup()Returns the value of the DBClusterParameterGroup property for this object.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBClusterParameterGroupModifier and TypeMethodDescriptionfinal List<DBClusterParameterGroup>DescribeDbClusterParameterGroupsResponse.dbClusterParameterGroups()A list of DB cluster parameter groups.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBClusterParameterGroupModifier and TypeMethodDescriptionCopyDbClusterParameterGroupResponse.Builder.dbClusterParameterGroup(DBClusterParameterGroup dbClusterParameterGroup) Sets the value of the DBClusterParameterGroup property for this object.CreateDbClusterParameterGroupResponse.Builder.dbClusterParameterGroup(DBClusterParameterGroup dbClusterParameterGroup) Sets the value of the DBClusterParameterGroup property for this object.DescribeDbClusterParameterGroupsResponse.Builder.dbClusterParameterGroups(DBClusterParameterGroup... dbClusterParameterGroups) A list of DB cluster parameter groups.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBClusterParameterGroupModifier and TypeMethodDescriptionDescribeDbClusterParameterGroupsResponse.Builder.dbClusterParameterGroups(Collection<DBClusterParameterGroup> dbClusterParameterGroups) A list of DB cluster parameter groups. -
Uses of DBClusterParameterGroup in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DBClusterParameterGroupModifier and TypeMethodDescriptionDescribeDBClusterParameterGroupsIterable.dbClusterParameterGroups()Returns an iterable to iterate through the paginatedDescribeDbClusterParameterGroupsResponse.dbClusterParameterGroups()member.DescribeDBClusterParameterGroupsPublisher.dbClusterParameterGroups()Returns a publisher that can be used to get a stream of data.