Uses of Class
software.amazon.awssdk.services.redshift.model.ClusterParameterGroup
-
Packages that use ClusterParameterGroup Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of ClusterParameterGroup in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ClusterParameterGroup Modifier and Type Method Description ClusterParameterGroupCreateClusterParameterGroupResponse. clusterParameterGroup()Returns the value of the ClusterParameterGroup property for this object.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ClusterParameterGroup Modifier and Type Method Description List<ClusterParameterGroup>DescribeClusterParameterGroupsResponse. parameterGroups()A list of ClusterParameterGroup instances.Methods in software.amazon.awssdk.services.redshift.model with parameters of type ClusterParameterGroup Modifier and Type Method Description CreateClusterParameterGroupResponse.BuilderCreateClusterParameterGroupResponse.Builder. clusterParameterGroup(ClusterParameterGroup clusterParameterGroup)Sets the value of the ClusterParameterGroup property for this object.DescribeClusterParameterGroupsResponse.BuilderDescribeClusterParameterGroupsResponse.Builder. parameterGroups(ClusterParameterGroup... parameterGroups)A list of ClusterParameterGroup instances.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type ClusterParameterGroup Modifier and Type Method Description DescribeClusterParameterGroupsResponse.BuilderDescribeClusterParameterGroupsResponse.Builder. parameterGroups(Collection<ClusterParameterGroup> parameterGroups)A list of ClusterParameterGroup instances. -
Uses of ClusterParameterGroup in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type ClusterParameterGroup Modifier and Type Method Description SdkIterable<ClusterParameterGroup>DescribeClusterParameterGroupsIterable. parameterGroups()Returns an iterable to iterate through the paginatedDescribeClusterParameterGroupsResponse.parameterGroups()member.SdkPublisher<ClusterParameterGroup>DescribeClusterParameterGroupsPublisher. parameterGroups()Returns a publisher that can be used to get a stream of data.
-