Package | Description |
---|---|
com.amazonaws.services.redshift | |
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
AmazonRedshiftClient.describeTags(DescribeTagsRequest describeTagsRequest)
Returns a list of tags.
|
DescribeTagsResult |
AmazonRedshift.describeTags(DescribeTagsRequest describeTagsRequest)
Returns a list of tags.
|
DescribeTagsResult |
AbstractAmazonRedshift.describeTags(DescribeTagsRequest request) |
java.util.concurrent.Future<DescribeTagsResult> |
AmazonRedshiftAsyncClient.describeTagsAsync(DescribeTagsRequest request) |
java.util.concurrent.Future<DescribeTagsResult> |
AmazonRedshiftAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest)
Returns a list of tags.
|
java.util.concurrent.Future<DescribeTagsResult> |
AbstractAmazonRedshiftAsync.describeTagsAsync(DescribeTagsRequest request) |
java.util.concurrent.Future<DescribeTagsResult> |
AmazonRedshiftAsyncClient.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
java.util.concurrent.Future<DescribeTagsResult> |
AmazonRedshiftAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Returns a list of tags.
|
java.util.concurrent.Future<DescribeTagsResult> |
AbstractAmazonRedshiftAsync.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeTagsResult> |
AmazonRedshiftAsyncClient.describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Simplified method form for invoking the DescribeTags operation with an
AsyncHandler.
|
java.util.concurrent.Future<DescribeTagsResult> |
AmazonRedshiftAsync.describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Simplified method form for invoking the DescribeTags operation with an
AsyncHandler.
|
java.util.concurrent.Future<DescribeTagsResult> |
AbstractAmazonRedshiftAsync.describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Simplified method form for invoking the DescribeTags operation with an
AsyncHandler.
|
java.util.concurrent.Future<DescribeTagsResult> |
AmazonRedshiftAsyncClient.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
java.util.concurrent.Future<DescribeTagsResult> |
AmazonRedshiftAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Returns a list of tags.
|
java.util.concurrent.Future<DescribeTagsResult> |
AbstractAmazonRedshiftAsync.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeTagsRequest |
DescribeTagsRequest.clone() |
DescribeTagsRequest |
DescribeTagsRequest.withMarker(java.lang.String marker)
A value that indicates the starting point for the next set of response
records in a subsequent request.
|
DescribeTagsRequest |
DescribeTagsRequest.withMaxRecords(java.lang.Integer maxRecords)
The maximum number or response records to return in each call.
|
DescribeTagsRequest |
DescribeTagsRequest.withResourceName(java.lang.String resourceName)
The Amazon Resource Name (ARN) for which you want to describe the tag or
tags.
|
DescribeTagsRequest |
DescribeTagsRequest.withResourceType(java.lang.String resourceType)
The type of resource with which you want to view tags.
|
DescribeTagsRequest |
DescribeTagsRequest.withTagKeys(java.util.Collection<java.lang.String> tagKeys)
A tag key or keys for which you want to return all matching resources
that are associated with the specified key or keys.
|
DescribeTagsRequest |
DescribeTagsRequest.withTagKeys(java.lang.String... tagKeys)
A tag key or keys for which you want to return all matching resources
that are associated with the specified key or keys.
|
DescribeTagsRequest |
DescribeTagsRequest.withTagValues(java.util.Collection<java.lang.String> tagValues)
A tag value or values for which you want to return all matching resources
that are associated with the specified value or values.
|
DescribeTagsRequest |
DescribeTagsRequest.withTagValues(java.lang.String... tagValues)
A tag value or values for which you want to return all matching resources
that are associated with the specified value or values.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeTagsRequest> |
DescribeTagsRequestMarshaller.marshall(DescribeTagsRequest describeTagsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DescribeTagsRequest> |
DescribeTagsRequestMarshaller.marshall(DescribeTagsRequest describeTagsRequest) |