Uses of Class
com.amazonaws.services.redshift.model.DescribeClusterSubnetGroupsResult
Packages that use DescribeClusterSubnetGroupsResult
-
Uses of DescribeClusterSubnetGroupsResult in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return DescribeClusterSubnetGroupsResultModifier and TypeMethodDescriptionAbstractAmazonRedshift.describeClusterSubnetGroups()AbstractAmazonRedshift.describeClusterSubnetGroups(DescribeClusterSubnetGroupsRequest request) AmazonRedshift.describeClusterSubnetGroups()Simplified method form for invoking the DescribeClusterSubnetGroups operation.AmazonRedshift.describeClusterSubnetGroups(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest) Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.AmazonRedshiftClient.describeClusterSubnetGroups()AmazonRedshiftClient.describeClusterSubnetGroups(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest) Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.Methods in com.amazonaws.services.redshift that return types with arguments of type DescribeClusterSubnetGroupsResultModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.describeClusterSubnetGroupsAsync()Simplified method form for invoking the DescribeClusterSubnetGroups operation.AbstractAmazonRedshiftAsync.describeClusterSubnetGroupsAsync(AsyncHandler<DescribeClusterSubnetGroupsRequest, DescribeClusterSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeClusterSubnetGroups operation with an AsyncHandler.AbstractAmazonRedshiftAsync.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest request) AbstractAmazonRedshiftAsync.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest request, AsyncHandler<DescribeClusterSubnetGroupsRequest, DescribeClusterSubnetGroupsResult> asyncHandler) AmazonRedshiftAsync.describeClusterSubnetGroupsAsync()Simplified method form for invoking the DescribeClusterSubnetGroups operation.AmazonRedshiftAsync.describeClusterSubnetGroupsAsync(AsyncHandler<DescribeClusterSubnetGroupsRequest, DescribeClusterSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeClusterSubnetGroups operation with an 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()Simplified method form for invoking the DescribeClusterSubnetGroups operation.AmazonRedshiftAsyncClient.describeClusterSubnetGroupsAsync(AsyncHandler<DescribeClusterSubnetGroupsRequest, DescribeClusterSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeClusterSubnetGroups operation with an AsyncHandler.AmazonRedshiftAsyncClient.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest request) AmazonRedshiftAsyncClient.describeClusterSubnetGroupsAsync(DescribeClusterSubnetGroupsRequest request, AsyncHandler<DescribeClusterSubnetGroupsRequest, DescribeClusterSubnetGroupsResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeClusterSubnetGroupsResultModifier 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 DescribeClusterSubnetGroupsResult in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeClusterSubnetGroupsResultModifier and TypeMethodDescriptionDescribeClusterSubnetGroupsResult.clone()DescribeClusterSubnetGroupsResult.withClusterSubnetGroups(ClusterSubnetGroup... clusterSubnetGroups) A list of ClusterSubnetGroup instances.DescribeClusterSubnetGroupsResult.withClusterSubnetGroups(Collection<ClusterSubnetGroup> clusterSubnetGroups) A list of ClusterSubnetGroup instances.DescribeClusterSubnetGroupsResult.withMarker(String marker) A value that indicates the starting point for the next set of response records in a subsequent request.