Uses of Class
com.amazonaws.services.kinesis.model.RemoveTagsFromStreamRequest
Packages that use RemoveTagsFromStreamRequest
-
Uses of RemoveTagsFromStreamRequest in com.amazonaws.services.kinesis
Methods in com.amazonaws.services.kinesis with parameters of type RemoveTagsFromStreamRequestModifier and TypeMethodDescriptionAbstractAmazonKinesis.removeTagsFromStream
(RemoveTagsFromStreamRequest request) AmazonKinesis.removeTagsFromStream
(RemoveTagsFromStreamRequest removeTagsFromStreamRequest) Removes tags from the specified Amazon Kinesis stream.AmazonKinesisClient.removeTagsFromStream
(RemoveTagsFromStreamRequest removeTagsFromStreamRequest) Removes tags from the specified Amazon Kinesis stream.AbstractAmazonKinesisAsync.removeTagsFromStreamAsync
(RemoveTagsFromStreamRequest request) AbstractAmazonKinesisAsync.removeTagsFromStreamAsync
(RemoveTagsFromStreamRequest request, AsyncHandler<RemoveTagsFromStreamRequest, RemoveTagsFromStreamResult> asyncHandler) AmazonKinesisAsync.removeTagsFromStreamAsync
(RemoveTagsFromStreamRequest removeTagsFromStreamRequest) Removes tags from the specified Amazon Kinesis stream.AmazonKinesisAsync.removeTagsFromStreamAsync
(RemoveTagsFromStreamRequest removeTagsFromStreamRequest, AsyncHandler<RemoveTagsFromStreamRequest, RemoveTagsFromStreamResult> asyncHandler) Removes tags from the specified Amazon Kinesis stream.AmazonKinesisAsyncClient.removeTagsFromStreamAsync
(RemoveTagsFromStreamRequest request) AmazonKinesisAsyncClient.removeTagsFromStreamAsync
(RemoveTagsFromStreamRequest request, AsyncHandler<RemoveTagsFromStreamRequest, RemoveTagsFromStreamResult> asyncHandler) Method parameters in com.amazonaws.services.kinesis with type arguments of type RemoveTagsFromStreamRequestModifier and TypeMethodDescriptionAbstractAmazonKinesisAsync.removeTagsFromStreamAsync
(RemoveTagsFromStreamRequest request, AsyncHandler<RemoveTagsFromStreamRequest, RemoveTagsFromStreamResult> asyncHandler) AmazonKinesisAsync.removeTagsFromStreamAsync
(RemoveTagsFromStreamRequest removeTagsFromStreamRequest, AsyncHandler<RemoveTagsFromStreamRequest, RemoveTagsFromStreamResult> asyncHandler) Removes tags from the specified Amazon Kinesis stream.AmazonKinesisAsyncClient.removeTagsFromStreamAsync
(RemoveTagsFromStreamRequest request, AsyncHandler<RemoveTagsFromStreamRequest, RemoveTagsFromStreamResult> asyncHandler) -
Uses of RemoveTagsFromStreamRequest in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return RemoveTagsFromStreamRequestModifier and TypeMethodDescriptionRemoveTagsFromStreamRequest.clone()
RemoveTagsFromStreamRequest.withStreamName
(String streamName) The name of the stream.RemoveTagsFromStreamRequest.withTagKeys
(String... tagKeys) A list of tag keys.RemoveTagsFromStreamRequest.withTagKeys
(Collection<String> tagKeys) A list of tag keys.