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