Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeClusterSubnetGroupsRequest
-
Packages that use DescribeClusterSubnetGroupsRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators software.amazon.awssdk.services.redshift.transform -
-
Uses of DescribeClusterSubnetGroupsRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type DescribeClusterSubnetGroupsRequest Modifier and Type Method Description default CompletableFuture<DescribeClusterSubnetGroupsResponse>RedshiftAsyncClient. describeClusterSubnetGroups(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest)Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.default DescribeClusterSubnetGroupsResponseRedshiftClient. describeClusterSubnetGroups(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest)Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.default DescribeClusterSubnetGroupsPublisherRedshiftAsyncClient. describeClusterSubnetGroupsPaginator(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest)Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.default DescribeClusterSubnetGroupsIterableRedshiftClient. describeClusterSubnetGroupsPaginator(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest)Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups. -
Uses of DescribeClusterSubnetGroupsRequest in software.amazon.awssdk.services.redshift.paginators
Constructors in software.amazon.awssdk.services.redshift.paginators with parameters of type DescribeClusterSubnetGroupsRequest Constructor Description DescribeClusterSubnetGroupsIterable(RedshiftClient client, DescribeClusterSubnetGroupsRequest firstRequest)DescribeClusterSubnetGroupsPublisher(RedshiftAsyncClient client, DescribeClusterSubnetGroupsRequest firstRequest) -
Uses of DescribeClusterSubnetGroupsRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type DescribeClusterSubnetGroupsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeClusterSubnetGroupsRequestMarshaller. marshall(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest)
-