Uses of Class
com.amazonaws.services.kinesis.model.ListTagsForStreamResult
Packages that use ListTagsForStreamResult
-
Uses of ListTagsForStreamResult in com.amazonaws.services.kinesis
Methods in com.amazonaws.services.kinesis that return ListTagsForStreamResultModifier and TypeMethodDescriptionAbstractAmazonKinesis.listTagsForStream(ListTagsForStreamRequest request) AmazonKinesis.listTagsForStream(ListTagsForStreamRequest listTagsForStreamRequest) Lists the tags for the specified Amazon Kinesis stream.AmazonKinesisClient.listTagsForStream(ListTagsForStreamRequest listTagsForStreamRequest) Lists the tags for the specified Amazon Kinesis stream.Methods in com.amazonaws.services.kinesis that return types with arguments of type ListTagsForStreamResultModifier and TypeMethodDescriptionAbstractAmazonKinesisAsync.listTagsForStreamAsync(ListTagsForStreamRequest request) AbstractAmazonKinesisAsync.listTagsForStreamAsync(ListTagsForStreamRequest request, AsyncHandler<ListTagsForStreamRequest, ListTagsForStreamResult> asyncHandler) AmazonKinesisAsync.listTagsForStreamAsync(ListTagsForStreamRequest listTagsForStreamRequest) Lists the tags for the specified Amazon Kinesis stream.AmazonKinesisAsync.listTagsForStreamAsync(ListTagsForStreamRequest listTagsForStreamRequest, AsyncHandler<ListTagsForStreamRequest, ListTagsForStreamResult> asyncHandler) Lists the tags for the specified Amazon Kinesis stream.AmazonKinesisAsyncClient.listTagsForStreamAsync(ListTagsForStreamRequest request) AmazonKinesisAsyncClient.listTagsForStreamAsync(ListTagsForStreamRequest request, AsyncHandler<ListTagsForStreamRequest, ListTagsForStreamResult> asyncHandler) Method parameters in com.amazonaws.services.kinesis with type arguments of type ListTagsForStreamResultModifier and TypeMethodDescriptionAbstractAmazonKinesisAsync.listTagsForStreamAsync(ListTagsForStreamRequest request, AsyncHandler<ListTagsForStreamRequest, ListTagsForStreamResult> asyncHandler) AmazonKinesisAsync.listTagsForStreamAsync(ListTagsForStreamRequest listTagsForStreamRequest, AsyncHandler<ListTagsForStreamRequest, ListTagsForStreamResult> asyncHandler) Lists the tags for the specified Amazon Kinesis stream.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 ListTagsForStreamResultModifier and TypeMethodDescriptionListTagsForStreamResult.clone()ListTagsForStreamResult.withHasMoreTags(Boolean hasMoreTags) If set totrue, more tags are available.A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.ListTagsForStreamResult.withTags(Collection<Tag> tags) A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.