Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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> |
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)
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.