Uses of Class
software.amazon.awssdk.services.chime.model.ListMeetingsResponse
-
Packages that use ListMeetingsResponse Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.paginators -
-
Uses of ListMeetingsResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return ListMeetingsResponse Modifier and Type Method Description default ListMeetingsResponseChimeClient. listMeetings(Consumer<ListMeetingsRequest.Builder> listMeetingsRequest)Deprecated.ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace.default ListMeetingsResponseChimeClient. listMeetings(ListMeetingsRequest listMeetingsRequest)Deprecated.ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace.Methods in software.amazon.awssdk.services.chime that return types with arguments of type ListMeetingsResponse Modifier and Type Method Description default CompletableFuture<ListMeetingsResponse>ChimeAsyncClient. listMeetings(Consumer<ListMeetingsRequest.Builder> listMeetingsRequest)Deprecated.ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace.default CompletableFuture<ListMeetingsResponse>ChimeAsyncClient. listMeetings(ListMeetingsRequest listMeetingsRequest)Deprecated.ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace. -
Uses of ListMeetingsResponse in software.amazon.awssdk.services.chime.paginators
Methods in software.amazon.awssdk.services.chime.paginators that return types with arguments of type ListMeetingsResponse Modifier and Type Method Description Iterator<ListMeetingsResponse>ListMeetingsIterable. iterator()Method parameters in software.amazon.awssdk.services.chime.paginators with type arguments of type ListMeetingsResponse Modifier and Type Method Description voidListMeetingsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMeetingsResponse> subscriber)
-