| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeClusterSubnetGroupsResponse |
RedshiftClient.describeClusterSubnetGroups()
Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
|
default DescribeClusterSubnetGroupsResponse |
RedshiftClient.describeClusterSubnetGroups(Consumer<DescribeClusterSubnetGroupsRequest.Builder> describeClusterSubnetGroupsRequest)
Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
|
default DescribeClusterSubnetGroupsResponse |
RedshiftClient.describeClusterSubnetGroups(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest)
Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeClusterSubnetGroupsResponse> |
RedshiftAsyncClient.describeClusterSubnetGroups()
Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
|
default CompletableFuture<DescribeClusterSubnetGroupsResponse> |
RedshiftAsyncClient.describeClusterSubnetGroups(Consumer<DescribeClusterSubnetGroupsRequest.Builder> describeClusterSubnetGroupsRequest)
Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
|
default CompletableFuture<DescribeClusterSubnetGroupsResponse> |
RedshiftAsyncClient.describeClusterSubnetGroups(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest)
Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeClusterSubnetGroupsResponse> |
DescribeClusterSubnetGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeClusterSubnetGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeClusterSubnetGroupsResponse> subscriber) |
Copyright © 2020. All rights reserved.