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()
Returns one or more cluster subnet group objects, which contain
metadata about your cluster subnet groups.
|
DescribeClusterSubnetGroupsResult |
AmazonRedshift.describeClusterSubnetGroups()
Returns one or more cluster subnet group objects, which contain
metadata about your cluster subnet groups.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
DescribeClusterSubnetGroupsResult |
DescribeClusterSubnetGroupsResult.withClusterSubnetGroups(ClusterSubnetGroup... clusterSubnetGroups)
A list of ClusterSubnetGroup instances.
|
DescribeClusterSubnetGroupsResult |
DescribeClusterSubnetGroupsResult.withClusterSubnetGroups(Collection<ClusterSubnetGroup> clusterSubnetGroups)
A list of ClusterSubnetGroup instances.
|
DescribeClusterSubnetGroupsResult |
DescribeClusterSubnetGroupsResult.withMarker(String marker)
A value that indicates the starting point for the next set of response
records in a subsequent request.
|
Copyright © 2014. All rights reserved.