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 ListTagsForStreamResult
AbstractAmazonKinesis. listTagsForStream(ListTagsForStreamRequest request)
ListTagsForStreamResult
AmazonKinesis. listTagsForStream(ListTagsForStreamRequest listTagsForStreamRequest)
Lists the tags for the specified Amazon Kinesis stream.ListTagsForStreamResult
AmazonKinesisClient. 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 ListTagsForStreamResult
ListTagsForStreamResult. clone()
ListTagsForStreamResult
ListTagsForStreamResult. withHasMoreTags(Boolean hasMoreTags)
If set totrue
, more tags are available.ListTagsForStreamResult
ListTagsForStreamResult. withTags(Tag... tags)
A list of tags associated withStreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.ListTagsForStreamResult
ListTagsForStreamResult. withTags(Collection<Tag> tags)
A list of tags associated withStreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.
-