Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.chimesdkmediapipelines The Amazon Chime SDK media pipeline APIs in this section allow software developers to create Amazon Chime SDK media pipelines that capture, concatenate, or stream your Amazon Chime SDK meetings. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.chimesdkmediapipelines
Methods in software.amazon.awssdk.services.chimesdkmediapipelines that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseChimeSdkMediaPipelinesClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)The ARN of the media pipeline that you want to tag.default TagResourceResponseChimeSdkMediaPipelinesClient. tagResource(TagResourceRequest tagResourceRequest)The ARN of the media pipeline that you want to tag.Methods in software.amazon.awssdk.services.chimesdkmediapipelines that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ChimeSdkMediaPipelinesAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)The ARN of the media pipeline that you want to tag.default CompletableFuture<TagResourceResponse>ChimeSdkMediaPipelinesAsyncClient. tagResource(TagResourceRequest tagResourceRequest)The ARN of the media pipeline that you want to tag.
-