Uses of Class
software.amazon.awssdk.services.chime.model.UntagAttendeeResponse
-
Packages that use UntagAttendeeResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of UntagAttendeeResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return UntagAttendeeResponse Modifier and Type Method Description default UntagAttendeeResponseChimeClient. untagAttendee(Consumer<UntagAttendeeRequest.Builder> untagAttendeeRequest)Deprecated.Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace.default UntagAttendeeResponseChimeClient. untagAttendee(UntagAttendeeRequest untagAttendeeRequest)Deprecated.Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace.Methods in software.amazon.awssdk.services.chime that return types with arguments of type UntagAttendeeResponse Modifier and Type Method Description default CompletableFuture<UntagAttendeeResponse>ChimeAsyncClient. untagAttendee(Consumer<UntagAttendeeRequest.Builder> untagAttendeeRequest)Deprecated.Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace.default CompletableFuture<UntagAttendeeResponse>ChimeAsyncClient. untagAttendee(UntagAttendeeRequest untagAttendeeRequest)Deprecated.Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace.
-