Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseChimeSdkMessagingClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified Amazon Chime SDK messaging resource.default UntagResourceResponseChimeSdkMessagingClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified Amazon Chime SDK messaging resource.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ChimeSdkMessagingAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified Amazon Chime SDK messaging resource.default CompletableFuture<UntagResourceResponse>ChimeSdkMessagingAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified Amazon Chime SDK messaging resource.
-