Uses of Class
software.amazon.awssdk.services.ivs.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.ivs Introductionsoftware.amazon.awssdk.services.ivs.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>IvsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds or updates tags for the Amazon Web Services resource with the specified ARN.default TagResourceResponseIvsClient. tagResource(TagResourceRequest tagResourceRequest)Adds or updates tags for the Amazon Web Services resource with the specified ARN. -
Uses of TagResourceRequest in software.amazon.awssdk.services.ivs.transform
Methods in software.amazon.awssdk.services.ivs.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-