Uses of Class
com.amazonaws.services.redshift.model.DescribeTagsResult
-
Packages that use DescribeTagsResult Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of DescribeTagsResult in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return DescribeTagsResult Modifier and Type Method Description DescribeTagsResult
AbstractAmazonRedshift. describeTags()
DescribeTagsResult
AbstractAmazonRedshift. describeTags(DescribeTagsRequest request)
DescribeTagsResult
AmazonRedshift. describeTags()
Simplified method form for invoking the DescribeTags operation.DescribeTagsResult
AmazonRedshift. describeTags(DescribeTagsRequest describeTagsRequest)
Returns a list of tags.DescribeTagsResult
AmazonRedshiftClient. describeTags()
DescribeTagsResult
AmazonRedshiftClient. describeTags(DescribeTagsRequest describeTagsRequest)
Returns a list of tags.Methods in com.amazonaws.services.redshift that return types with arguments of type DescribeTagsResult Modifier and Type Method Description Future<DescribeTagsResult>
AbstractAmazonRedshiftAsync. describeTagsAsync()
Simplified method form for invoking the DescribeTags operation.Future<DescribeTagsResult>
AbstractAmazonRedshiftAsync. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>
AbstractAmazonRedshiftAsync. describeTagsAsync(DescribeTagsRequest request)
Future<DescribeTagsResult>
AbstractAmazonRedshiftAsync. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Future<DescribeTagsResult>
AmazonRedshiftAsync. describeTagsAsync()
Simplified method form for invoking the DescribeTags operation.Future<DescribeTagsResult>
AmazonRedshiftAsync. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>
AmazonRedshiftAsync. describeTagsAsync(DescribeTagsRequest describeTagsRequest)
Returns a list of tags.Future<DescribeTagsResult>
AmazonRedshiftAsync. describeTagsAsync(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Returns a list of tags.Future<DescribeTagsResult>
AmazonRedshiftAsyncClient. describeTagsAsync()
Simplified method form for invoking the DescribeTags operation.Future<DescribeTagsResult>
AmazonRedshiftAsyncClient. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>
AmazonRedshiftAsyncClient. describeTagsAsync(DescribeTagsRequest request)
Future<DescribeTagsResult>
AmazonRedshiftAsyncClient. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeTagsResult Modifier and Type Method Description Future<DescribeTagsResult>
AbstractAmazonRedshiftAsync. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>
AbstractAmazonRedshiftAsync. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Future<DescribeTagsResult>
AmazonRedshiftAsync. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>
AmazonRedshiftAsync. describeTagsAsync(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Returns a list of tags.Future<DescribeTagsResult>
AmazonRedshiftAsyncClient. describeTagsAsync(AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Simplified method form for invoking the DescribeTags operation with an AsyncHandler.Future<DescribeTagsResult>
AmazonRedshiftAsyncClient. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
-
Uses of DescribeTagsResult in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeTagsResult Modifier and Type Method Description DescribeTagsResult
DescribeTagsResult. clone()
DescribeTagsResult
DescribeTagsResult. withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.DescribeTagsResult
DescribeTagsResult. withTaggedResources(TaggedResource... taggedResources)
A list of tags with their associated resources.DescribeTagsResult
DescribeTagsResult. withTaggedResources(Collection<TaggedResource> taggedResources)
A list of tags with their associated resources.
-