Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.ListAttendeesResponse
-
Packages that use ListAttendeesResponse 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.software.amazon.awssdk.services.chimesdkmeetings.paginators -
-
Uses of ListAttendeesResponse in software.amazon.awssdk.services.chimesdkmeetings
Methods in software.amazon.awssdk.services.chimesdkmeetings that return ListAttendeesResponse Modifier and Type Method Description default ListAttendeesResponseChimeSdkMeetingsClient. listAttendees(Consumer<ListAttendeesRequest.Builder> listAttendeesRequest)Lists the attendees for the specified Amazon Chime SDK meeting.default ListAttendeesResponseChimeSdkMeetingsClient. listAttendees(ListAttendeesRequest listAttendeesRequest)Lists the attendees for the specified Amazon Chime SDK meeting.Methods in software.amazon.awssdk.services.chimesdkmeetings that return types with arguments of type ListAttendeesResponse Modifier and Type Method Description default CompletableFuture<ListAttendeesResponse>ChimeSdkMeetingsAsyncClient. listAttendees(Consumer<ListAttendeesRequest.Builder> listAttendeesRequest)Lists the attendees for the specified Amazon Chime SDK meeting.default CompletableFuture<ListAttendeesResponse>ChimeSdkMeetingsAsyncClient. listAttendees(ListAttendeesRequest listAttendeesRequest)Lists the attendees for the specified Amazon Chime SDK meeting. -
Uses of ListAttendeesResponse in software.amazon.awssdk.services.chimesdkmeetings.paginators
Methods in software.amazon.awssdk.services.chimesdkmeetings.paginators that return types with arguments of type ListAttendeesResponse Modifier and Type Method Description Iterator<ListAttendeesResponse>ListAttendeesIterable. iterator()Method parameters in software.amazon.awssdk.services.chimesdkmeetings.paginators with type arguments of type ListAttendeesResponse Modifier and Type Method Description voidListAttendeesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAttendeesResponse> subscriber)
-