Uses of Class
software.amazon.awssdk.services.rds.model.DBClusterParameterGroup
-
Packages that use DBClusterParameterGroup Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of DBClusterParameterGroup in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBClusterParameterGroup Modifier and Type Method Description DBClusterParameterGroupCopyDbClusterParameterGroupResponse. dbClusterParameterGroup()Returns the value of the DBClusterParameterGroup property for this object.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 DBClusterParameterGroup Modifier and Type Method Description List<DBClusterParameterGroup>DescribeDbClusterParameterGroupsResponse. dbClusterParameterGroups()A list of DB cluster parameter groups.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBClusterParameterGroup Modifier and Type Method Description CopyDbClusterParameterGroupResponse.BuilderCopyDbClusterParameterGroupResponse.Builder. dbClusterParameterGroup(DBClusterParameterGroup dbClusterParameterGroup)Sets the value of the DBClusterParameterGroup property for this object.CreateDbClusterParameterGroupResponse.BuilderCreateDbClusterParameterGroupResponse.Builder. dbClusterParameterGroup(DBClusterParameterGroup dbClusterParameterGroup)Sets the value of the DBClusterParameterGroup property for this object.DescribeDbClusterParameterGroupsResponse.BuilderDescribeDbClusterParameterGroupsResponse.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 DBClusterParameterGroup Modifier and Type Method Description DescribeDbClusterParameterGroupsResponse.BuilderDescribeDbClusterParameterGroupsResponse.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 DBClusterParameterGroup Modifier and Type Method Description SdkIterable<DBClusterParameterGroup>DescribeDBClusterParameterGroupsIterable. dbClusterParameterGroups()Returns an iterable to iterate through the paginatedDescribeDbClusterParameterGroupsResponse.dbClusterParameterGroups()member.SdkPublisher<DBClusterParameterGroup>DescribeDBClusterParameterGroupsPublisher. dbClusterParameterGroups()Returns a publisher that can be used to get a stream of data.
-