Uses of Class
software.amazon.awssdk.services.chime.model.ListAppInstanceUsersResponse
-
Packages that use ListAppInstanceUsersResponse Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.paginators -
-
Uses of ListAppInstanceUsersResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return ListAppInstanceUsersResponse Modifier and Type Method Description default ListAppInstanceUsersResponseChimeClient. listAppInstanceUsers(Consumer<ListAppInstanceUsersRequest.Builder> listAppInstanceUsersRequest)Deprecated.Replaced by ListAppInstanceUsers in the Amazon Chime SDK Identity Namespacedefault ListAppInstanceUsersResponseChimeClient. listAppInstanceUsers(ListAppInstanceUsersRequest listAppInstanceUsersRequest)Deprecated.Replaced by ListAppInstanceUsers in the Amazon Chime SDK Identity NamespaceMethods in software.amazon.awssdk.services.chime that return types with arguments of type ListAppInstanceUsersResponse Modifier and Type Method Description default CompletableFuture<ListAppInstanceUsersResponse>ChimeAsyncClient. listAppInstanceUsers(Consumer<ListAppInstanceUsersRequest.Builder> listAppInstanceUsersRequest)Deprecated.Replaced by ListAppInstanceUsers in the Amazon Chime SDK Identity Namespacedefault CompletableFuture<ListAppInstanceUsersResponse>ChimeAsyncClient. listAppInstanceUsers(ListAppInstanceUsersRequest listAppInstanceUsersRequest)Deprecated.Replaced by ListAppInstanceUsers in the Amazon Chime SDK Identity Namespace -
Uses of ListAppInstanceUsersResponse in software.amazon.awssdk.services.chime.paginators
Methods in software.amazon.awssdk.services.chime.paginators that return types with arguments of type ListAppInstanceUsersResponse Modifier and Type Method Description Iterator<ListAppInstanceUsersResponse>ListAppInstanceUsersIterable. iterator()Method parameters in software.amazon.awssdk.services.chime.paginators with type arguments of type ListAppInstanceUsersResponse Modifier and Type Method Description voidListAppInstanceUsersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAppInstanceUsersResponse> subscriber)
-