Uses of Class
com.amazonaws.services.redshift.model.DescribeTagsRequest
Packages that use DescribeTagsRequest
-
Uses of DescribeTagsRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type DescribeTagsRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.describeTags
(DescribeTagsRequest request) AmazonRedshift.describeTags
(DescribeTagsRequest describeTagsRequest) Returns a list of tags.AmazonRedshiftClient.describeTags
(DescribeTagsRequest describeTagsRequest) Returns a list of tags.AbstractAmazonRedshiftAsync.describeTagsAsync
(DescribeTagsRequest request) AbstractAmazonRedshiftAsync.describeTagsAsync
(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> 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
(DescribeTagsRequest request) AmazonRedshiftAsyncClient.describeTagsAsync
(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeTagsRequestModifier 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 DescribeTagsRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeTagsRequestModifier and TypeMethodDescriptionDescribeTagsRequest.clone()
DescribeTagsRequest.withMarker
(String marker) A value that indicates the starting point for the next set of response records in a subsequent request.DescribeTagsRequest.withMaxRecords
(Integer maxRecords) The maximum number or response records to return in each call.DescribeTagsRequest.withResourceName
(String resourceName) The Amazon Resource Name (ARN) for which you want to describe the tag or tags.DescribeTagsRequest.withResourceType
(String resourceType) The type of resource with which you want to view tags.DescribeTagsRequest.withTagKeys
(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.withTagKeys
(Collection<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.withTagValues
(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.withTagValues
(Collection<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.