Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.chimesdkmeetings The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the Amazon Web Services Regions for meetings, create and manage users, and send and receive meeting notifications. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.chimesdkmeetings
Methods in software.amazon.awssdk.services.chimesdkmeetings that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseChimeSdkMeetingsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified resources.default UntagResourceResponseChimeSdkMeetingsClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resources.Methods in software.amazon.awssdk.services.chimesdkmeetings that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ChimeSdkMeetingsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified resources.default CompletableFuture<UntagResourceResponse>ChimeSdkMeetingsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resources.
-