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