Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.ivsrealtime The Amazon Interactive Video Service (IVS) real-time API is REST compatible, using a standard HTTP API and an AWS EventBridge event stream for responses.software.amazon.awssdk.services.ivsrealtime.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>IvsRealTimeAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds or updates tags for the AWS resource with the specified ARN.default TagResourceResponseIvsRealTimeClient. tagResource(TagResourceRequest tagResourceRequest)Adds or updates tags for the AWS resource with the specified ARN. -
Uses of TagResourceRequest in software.amazon.awssdk.services.ivsrealtime.transform
Methods in software.amazon.awssdk.services.ivsrealtime.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-