| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model | |
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
ClusterParameterGroup |
CreateClusterParameterGroupResponse.clusterParameterGroup()
Returns the value of the ClusterParameterGroup property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClusterParameterGroup> |
DescribeClusterParameterGroupsResponse.parameterGroups()
A list of ClusterParameterGroup instances.
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterParameterGroupResponse.Builder |
CreateClusterParameterGroupResponse.Builder.clusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
Sets the value of the ClusterParameterGroup property for this object.
|
DescribeClusterParameterGroupsResponse.Builder |
DescribeClusterParameterGroupsResponse.Builder.parameterGroups(ClusterParameterGroup... parameterGroups)
A list of ClusterParameterGroup instances.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeClusterParameterGroupsResponse.Builder |
DescribeClusterParameterGroupsResponse.Builder.parameterGroups(Collection<ClusterParameterGroup> parameterGroups)
A list of ClusterParameterGroup instances.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ClusterParameterGroup> |
DescribeClusterParameterGroupsPublisher.parameterGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ClusterParameterGroup> |
DescribeClusterParameterGroupsIterable.parameterGroups()
Returns an iterable to iterate through the paginated
DescribeClusterParameterGroupsResponse.parameterGroups() member. |
Copyright © 2022. All rights reserved.