Uses of Class
software.amazon.awssdk.services.mediaconnect.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.mediaconnect API for AWS Elemental MediaConnect -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.mediaconnect
Methods in software.amazon.awssdk.services.mediaconnect that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseMediaConnectClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates the specified tags to a resource with the specified resourceArn.default TagResourceResponseMediaConnectClient. tagResource(TagResourceRequest tagResourceRequest)Associates the specified tags to a resource with the specified resourceArn.Methods in software.amazon.awssdk.services.mediaconnect that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>MediaConnectAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates the specified tags to a resource with the specified resourceArn.default CompletableFuture<TagResourceResponse>MediaConnectAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates the specified tags to a resource with the specified resourceArn.
-