Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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 UntagResourceRequest in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ChimeSdkMessagingAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.chimesdkmessaging.transform
Methods in software.amazon.awssdk.services.chimesdkmessaging.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-