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.
|
DescribeClusterSubnetGroupsRequest |
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 |
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 |
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.
|
DescribeClusterSubnetGroupsRequest |
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.
|
Copyright © 2015. All rights reserved.