| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResourceResult> |
AbstractAmazonKinesisVideoAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AmazonKinesisVideoAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from a signaling channel.
|
Future<UntagResourceResult> |
AmazonKinesisVideoAsyncClient.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.clone() |
UntagResourceRequest |
UntagResourceRequest.withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the signaling channel from which you want to remove tags.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeyList(Collection<String> tagKeyList)
A list of the keys of the tags that you want to remove.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeyList(String... tagKeyList)
A list of the keys of the tags that you want to remove.
|
Copyright © 2024. All rights reserved.