Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.TagResourceResponse
-
Packages that use TagResourceResponse 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. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseChimeSdkMessagingClient. tagResource(Consumer<TagResourceRequest.Builder> 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.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ChimeSdkMessagingAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Applies the specified tags to the specified Amazon Chime SDK messaging resource.default CompletableFuture<TagResourceResponse>ChimeSdkMessagingAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Applies the specified tags to the specified Amazon Chime SDK messaging resource.
-