Uses of Class
com.amazonaws.services.kinesis.model.RemoveTagsFromStreamResult
-
Packages that use RemoveTagsFromStreamResult Package Description com.amazonaws.services.kinesis com.amazonaws.services.kinesis.model -
-
Uses of RemoveTagsFromStreamResult in com.amazonaws.services.kinesis
Methods in com.amazonaws.services.kinesis that return RemoveTagsFromStreamResult Modifier and Type Method Description RemoveTagsFromStreamResult
AbstractAmazonKinesis. removeTagsFromStream(RemoveTagsFromStreamRequest request)
RemoveTagsFromStreamResult
AmazonKinesis. removeTagsFromStream(RemoveTagsFromStreamRequest removeTagsFromStreamRequest)
Removes tags from the specified Amazon Kinesis stream.RemoveTagsFromStreamResult
AmazonKinesisClient. removeTagsFromStream(RemoveTagsFromStreamRequest removeTagsFromStreamRequest)
Removes tags from the specified Amazon Kinesis stream.Method parameters in com.amazonaws.services.kinesis with type arguments of type RemoveTagsFromStreamResult Modifier and Type Method Description Future<RemoveTagsFromStreamResult>
AbstractAmazonKinesisAsync. removeTagsFromStreamAsync(RemoveTagsFromStreamRequest request, AsyncHandler<RemoveTagsFromStreamRequest,RemoveTagsFromStreamResult> asyncHandler)
Future<RemoveTagsFromStreamResult>
AmazonKinesisAsync. removeTagsFromStreamAsync(RemoveTagsFromStreamRequest removeTagsFromStreamRequest, AsyncHandler<RemoveTagsFromStreamRequest,RemoveTagsFromStreamResult> asyncHandler)
Removes tags from the specified Amazon Kinesis stream.Future<RemoveTagsFromStreamResult>
AmazonKinesisAsyncClient. removeTagsFromStreamAsync(RemoveTagsFromStreamRequest request, AsyncHandler<RemoveTagsFromStreamRequest,RemoveTagsFromStreamResult> asyncHandler)
-
Uses of RemoveTagsFromStreamResult in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return RemoveTagsFromStreamResult Modifier and Type Method Description RemoveTagsFromStreamResult
RemoveTagsFromStreamResult. clone()
-