Uses of Class
com.amazonaws.services.kinesis.model.ListTagsForStreamResult
-
Packages that use ListTagsForStreamResult Package Description com.amazonaws.services.kinesis com.amazonaws.services.kinesis.model -
-
Uses of ListTagsForStreamResult in com.amazonaws.services.kinesis
Methods in com.amazonaws.services.kinesis that return ListTagsForStreamResult Modifier and Type Method Description ListTagsForStreamResultAbstractAmazonKinesis. listTagsForStream(ListTagsForStreamRequest request)ListTagsForStreamResultAmazonKinesis. listTagsForStream(ListTagsForStreamRequest listTagsForStreamRequest)Lists the tags for the specified Amazon Kinesis stream.ListTagsForStreamResultAmazonKinesisClient. listTagsForStream(ListTagsForStreamRequest listTagsForStreamRequest)Lists the tags for the specified Amazon Kinesis stream.Method parameters in com.amazonaws.services.kinesis with type arguments of type ListTagsForStreamResult Modifier and Type Method Description Future<ListTagsForStreamResult>AbstractAmazonKinesisAsync. listTagsForStreamAsync(ListTagsForStreamRequest request, AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler)Future<ListTagsForStreamResult>AmazonKinesisAsync. listTagsForStreamAsync(ListTagsForStreamRequest listTagsForStreamRequest, AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler)Lists the tags for the specified Amazon Kinesis stream.Future<ListTagsForStreamResult>AmazonKinesisAsyncClient. listTagsForStreamAsync(ListTagsForStreamRequest request, AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler) -
Uses of ListTagsForStreamResult in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return ListTagsForStreamResult Modifier and Type Method Description ListTagsForStreamResultListTagsForStreamResult. clone()ListTagsForStreamResultListTagsForStreamResult. withHasMoreTags(Boolean hasMoreTags)If set totrue, more tags are available.ListTagsForStreamResultListTagsForStreamResult. withTags(Tag... tags)A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.ListTagsForStreamResultListTagsForStreamResult. withTags(Collection<Tag> tags)A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.
-