Uses of Class
com.amazonaws.services.redshift.model.DescribeTagsRequest
-
Packages that use DescribeTagsRequest Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of DescribeTagsRequest in com.amazonaws.services.redshift
Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeTagsRequest 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 DescribeTagsRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeTagsRequest Modifier and Type Method Description DescribeTagsRequestDescribeTagsRequest. clone()DescribeTagsRequestDescribeTagsRequest. withMarker(String marker)A value that indicates the starting point for the next set of response records in a subsequent request.DescribeTagsRequestDescribeTagsRequest. withMaxRecords(Integer maxRecords)The maximum number or response records to return in each call.DescribeTagsRequestDescribeTagsRequest. withResourceName(String resourceName)The Amazon Resource Name (ARN) for which you want to describe the tag or tags.DescribeTagsRequestDescribeTagsRequest. withResourceType(String resourceType)The type of resource with which you want to view tags.DescribeTagsRequestDescribeTagsRequest. 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.DescribeTagsRequestDescribeTagsRequest. 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.DescribeTagsRequestDescribeTagsRequest. 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.DescribeTagsRequestDescribeTagsRequest. 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.
-