Uses of Class
software.amazon.awssdk.services.chime.model.TagAttendeeResponse
-
Packages that use TagAttendeeResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of TagAttendeeResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return TagAttendeeResponse Modifier and Type Method Description default TagAttendeeResponseChimeClient. tagAttendee(Consumer<TagAttendeeRequest.Builder> tagAttendeeRequest)Deprecated.Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace.default TagAttendeeResponseChimeClient. tagAttendee(TagAttendeeRequest tagAttendeeRequest)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 TagAttendeeResponse Modifier and Type Method Description default CompletableFuture<TagAttendeeResponse>ChimeAsyncClient. tagAttendee(Consumer<TagAttendeeRequest.Builder> tagAttendeeRequest)Deprecated.Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace.default CompletableFuture<TagAttendeeResponse>ChimeAsyncClient. tagAttendee(TagAttendeeRequest tagAttendeeRequest)Deprecated.Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace.
-