Uses of Class
software.amazon.awssdk.services.chime.model.ListAttendeesResponse
-
Packages that use ListAttendeesResponse Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.paginators -
-
Uses of ListAttendeesResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return ListAttendeesResponse Modifier and Type Method Description default ListAttendeesResponseChimeClient. listAttendees(Consumer<ListAttendeesRequest.Builder> listAttendeesRequest)Deprecated.Replaced by ListAttendees in the Amazon Chime SDK Meetings Namespacedefault ListAttendeesResponseChimeClient. listAttendees(ListAttendeesRequest listAttendeesRequest)Deprecated.Replaced by ListAttendees in the Amazon Chime SDK Meetings NamespaceMethods in software.amazon.awssdk.services.chime that return types with arguments of type ListAttendeesResponse Modifier and Type Method Description default CompletableFuture<ListAttendeesResponse>ChimeAsyncClient. listAttendees(Consumer<ListAttendeesRequest.Builder> listAttendeesRequest)Deprecated.Replaced by ListAttendees in the Amazon Chime SDK Meetings Namespacedefault CompletableFuture<ListAttendeesResponse>ChimeAsyncClient. listAttendees(ListAttendeesRequest listAttendeesRequest)Deprecated.Replaced by ListAttendees in the Amazon Chime SDK Meetings Namespace -
Uses of ListAttendeesResponse in software.amazon.awssdk.services.chime.paginators
Methods in software.amazon.awssdk.services.chime.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.chime.paginators with type arguments of type ListAttendeesResponse Modifier and Type Method Description voidListAttendeesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAttendeesResponse> subscriber)
-