Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.ListAppInstanceUsersResponse
-
Packages that use ListAppInstanceUsersResponse Package Description software.amazon.awssdk.services.chimesdkidentity The Amazon Chime SDK Identity APIs in this section allow software developers to create and manage unique instances of their messaging applications.software.amazon.awssdk.services.chimesdkidentity.paginators -
-
Uses of ListAppInstanceUsersResponse in software.amazon.awssdk.services.chimesdkidentity
Methods in software.amazon.awssdk.services.chimesdkidentity that return ListAppInstanceUsersResponse Modifier and Type Method Description default ListAppInstanceUsersResponseChimeSdkIdentityClient. listAppInstanceUsers(Consumer<ListAppInstanceUsersRequest.Builder> listAppInstanceUsersRequest)List allAppInstanceUserscreated under a singleAppInstance.default ListAppInstanceUsersResponseChimeSdkIdentityClient. listAppInstanceUsers(ListAppInstanceUsersRequest listAppInstanceUsersRequest)List allAppInstanceUserscreated under a singleAppInstance.Methods in software.amazon.awssdk.services.chimesdkidentity that return types with arguments of type ListAppInstanceUsersResponse Modifier and Type Method Description default CompletableFuture<ListAppInstanceUsersResponse>ChimeSdkIdentityAsyncClient. listAppInstanceUsers(Consumer<ListAppInstanceUsersRequest.Builder> listAppInstanceUsersRequest)List allAppInstanceUserscreated under a singleAppInstance.default CompletableFuture<ListAppInstanceUsersResponse>ChimeSdkIdentityAsyncClient. listAppInstanceUsers(ListAppInstanceUsersRequest listAppInstanceUsersRequest)List allAppInstanceUserscreated under a singleAppInstance. -
Uses of ListAppInstanceUsersResponse in software.amazon.awssdk.services.chimesdkidentity.paginators
Methods in software.amazon.awssdk.services.chimesdkidentity.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.chimesdkidentity.paginators with type arguments of type ListAppInstanceUsersResponse Modifier and Type Method Description voidListAppInstanceUsersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAppInstanceUsersResponse> subscriber)
-