Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.chimesdkmessaging The Amazon Chime SDK messaging APIs in this section allow software developers to send and receive messages in custom messaging applications.software.amazon.awssdk.services.chimesdkmessaging.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ChimeSdkMessagingAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Applies the specified tags to the specified Amazon Chime SDK messaging resource.default TagResourceResponseChimeSdkMessagingClient. tagResource(TagResourceRequest tagResourceRequest)Applies the specified tags to the specified Amazon Chime SDK messaging resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.chimesdkmessaging.transform
Methods in software.amazon.awssdk.services.chimesdkmessaging.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-