Uses of Class
com.amazonaws.services.redshift.model.DescribeClusterSubnetGroupsRequest

Packages that use DescribeClusterSubnetGroupsRequest
com.amazonaws.services.redshift Synchronous and asynchronous client classes for accessing AmazonRedshift. 
com.amazonaws.services.redshift.model Classes modeling the various types represented by AmazonRedshift. 
 

Uses of DescribeClusterSubnetGroupsRequest in com.amazonaws.services.redshift
 

Methods in com.amazonaws.services.redshift with parameters of type DescribeClusterSubnetGroupsRequest
 DescribeClusterSubnetGroupsResult AmazonRedshiftClient.describeClusterSubnetGroups(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest)
           Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
 DescribeClusterSubnetGroupsResult AmazonRedshift.describeClusterSubnetGroups(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest)
           Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
 Future<DescribeClusterSubnetGroupsResult> AmazonRedshiftAsyncClient.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest)
           Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
 Future<DescribeClusterSubnetGroupsResult> AmazonRedshiftAsync.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest)
           Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
 Future<DescribeClusterSubnetGroupsResult> AmazonRedshiftAsyncClient.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest, AsyncHandler<DescribeClusterSubnetGroupsRequest,DescribeClusterSubnetGroupsResult> asyncHandler)
           Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
 Future<DescribeClusterSubnetGroupsResult> AmazonRedshiftAsync.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest, AsyncHandler<DescribeClusterSubnetGroupsRequest,DescribeClusterSubnetGroupsResult> asyncHandler)
           Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
 

Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeClusterSubnetGroupsRequest
 Future<DescribeClusterSubnetGroupsResult> AmazonRedshiftAsyncClient.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest, AsyncHandler<DescribeClusterSubnetGroupsRequest,DescribeClusterSubnetGroupsResult> asyncHandler)
           Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
 Future<DescribeClusterSubnetGroupsResult> AmazonRedshiftAsync.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest, AsyncHandler<DescribeClusterSubnetGroupsRequest,DescribeClusterSubnetGroupsResult> asyncHandler)
           Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
 

Uses of DescribeClusterSubnetGroupsRequest in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return DescribeClusterSubnetGroupsRequest
 DescribeClusterSubnetGroupsRequest DescribeClusterSubnetGroupsRequest.withClusterSubnetGroupName(String clusterSubnetGroupName)
          The name of the cluster subnet group for which information is requested.
 DescribeClusterSubnetGroupsRequest DescribeClusterSubnetGroupsRequest.withMarker(String marker)
          An optional parameter that specifies the starting point to return a set of response records.
 DescribeClusterSubnetGroupsRequest DescribeClusterSubnetGroupsRequest.withMaxRecords(Integer maxRecords)
          The maximum number of response records to return in each call.
 



Copyright © 2016. All rights reserved.