Uses of Class
com.amazonaws.services.redshift.model.DescribeClusterSubnetGroupsRequest
Packages that use DescribeClusterSubnetGroupsRequest
-
Uses of DescribeClusterSubnetGroupsRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type DescribeClusterSubnetGroupsRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.describeClusterSubnetGroups(DescribeClusterSubnetGroupsRequest request) AmazonRedshift.describeClusterSubnetGroups(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest) Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.AmazonRedshiftClient.describeClusterSubnetGroups(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest) Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.AbstractAmazonRedshiftAsync.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest request) AbstractAmazonRedshiftAsync.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest request, AsyncHandler<DescribeClusterSubnetGroupsRequest, DescribeClusterSubnetGroupsResult> asyncHandler) AmazonRedshiftAsync.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest) Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.AmazonRedshiftAsync.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest, AsyncHandler<DescribeClusterSubnetGroupsRequest, DescribeClusterSubnetGroupsResult> asyncHandler) Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.AmazonRedshiftAsyncClient.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest request) AmazonRedshiftAsyncClient.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest request, AsyncHandler<DescribeClusterSubnetGroupsRequest, DescribeClusterSubnetGroupsResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeClusterSubnetGroupsRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.describeClusterSubnetGroupsAsync(AsyncHandler<DescribeClusterSubnetGroupsRequest, DescribeClusterSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeClusterSubnetGroups operation with an AsyncHandler.AbstractAmazonRedshiftAsync.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest request, AsyncHandler<DescribeClusterSubnetGroupsRequest, DescribeClusterSubnetGroupsResult> asyncHandler) AmazonRedshiftAsync.describeClusterSubnetGroupsAsync(AsyncHandler<DescribeClusterSubnetGroupsRequest, DescribeClusterSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeClusterSubnetGroups operation with an AsyncHandler.AmazonRedshiftAsync.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest, AsyncHandler<DescribeClusterSubnetGroupsRequest, DescribeClusterSubnetGroupsResult> asyncHandler) Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.AmazonRedshiftAsyncClient.describeClusterSubnetGroupsAsync(AsyncHandler<DescribeClusterSubnetGroupsRequest, DescribeClusterSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeClusterSubnetGroups operation with an AsyncHandler.AmazonRedshiftAsyncClient.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest request, AsyncHandler<DescribeClusterSubnetGroupsRequest, DescribeClusterSubnetGroupsResult> asyncHandler) -
Uses of DescribeClusterSubnetGroupsRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeClusterSubnetGroupsRequestModifier and TypeMethodDescriptionDescribeClusterSubnetGroupsRequest.clone()DescribeClusterSubnetGroupsRequest.withClusterSubnetGroupName(String clusterSubnetGroupName) The name of the cluster subnet group for which information is requested.DescribeClusterSubnetGroupsRequest.withMarker(String marker) An optional parameter that specifies the starting point to return a set of response records.DescribeClusterSubnetGroupsRequest.withMaxRecords(Integer maxRecords) The maximum number of response records to return in each call.DescribeClusterSubnetGroupsRequest.withTagKeys(String... tagKeys) A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys.DescribeClusterSubnetGroupsRequest.withTagKeys(Collection<String> tagKeys) A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys.DescribeClusterSubnetGroupsRequest.withTagValues(String... tagValues) A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values.DescribeClusterSubnetGroupsRequest.withTagValues(Collection<String> tagValues) A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values.