| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model | |
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
ClusterSubnetGroup |
CreateClusterSubnetGroupResponse.clusterSubnetGroup()
Returns the value of the ClusterSubnetGroup property for this object.
|
ClusterSubnetGroup |
ModifyClusterSubnetGroupResponse.clusterSubnetGroup()
Returns the value of the ClusterSubnetGroup property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClusterSubnetGroup> |
DescribeClusterSubnetGroupsResponse.clusterSubnetGroups()
A list of ClusterSubnetGroup instances.
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterSubnetGroupResponse.Builder |
CreateClusterSubnetGroupResponse.Builder.clusterSubnetGroup(ClusterSubnetGroup clusterSubnetGroup)
Sets the value of the ClusterSubnetGroup property for this object.
|
ModifyClusterSubnetGroupResponse.Builder |
ModifyClusterSubnetGroupResponse.Builder.clusterSubnetGroup(ClusterSubnetGroup clusterSubnetGroup)
Sets the value of the ClusterSubnetGroup property for this object.
|
DescribeClusterSubnetGroupsResponse.Builder |
DescribeClusterSubnetGroupsResponse.Builder.clusterSubnetGroups(ClusterSubnetGroup... clusterSubnetGroups)
A list of ClusterSubnetGroup instances.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeClusterSubnetGroupsResponse.Builder |
DescribeClusterSubnetGroupsResponse.Builder.clusterSubnetGroups(Collection<ClusterSubnetGroup> clusterSubnetGroups)
A list of ClusterSubnetGroup instances.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ClusterSubnetGroup> |
DescribeClusterSubnetGroupsPublisher.clusterSubnetGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ClusterSubnetGroup> |
DescribeClusterSubnetGroupsIterable.clusterSubnetGroups()
Returns an iterable to iterate through the paginated
DescribeClusterSubnetGroupsResponse.clusterSubnetGroups() member. |
Copyright © 2022. All rights reserved.