Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.ListAppInstanceUsersRequest
-
Packages that use ListAppInstanceUsersRequest 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 software.amazon.awssdk.services.chimesdkidentity.transform -
-
Uses of ListAppInstanceUsersRequest in software.amazon.awssdk.services.chimesdkidentity
Methods in software.amazon.awssdk.services.chimesdkidentity with parameters of type ListAppInstanceUsersRequest Modifier and Type Method Description default CompletableFuture<ListAppInstanceUsersResponse>ChimeSdkIdentityAsyncClient. listAppInstanceUsers(ListAppInstanceUsersRequest listAppInstanceUsersRequest)List allAppInstanceUserscreated under a singleAppInstance.default ListAppInstanceUsersResponseChimeSdkIdentityClient. listAppInstanceUsers(ListAppInstanceUsersRequest listAppInstanceUsersRequest)List allAppInstanceUserscreated under a singleAppInstance.default ListAppInstanceUsersPublisherChimeSdkIdentityAsyncClient. listAppInstanceUsersPaginator(ListAppInstanceUsersRequest listAppInstanceUsersRequest)List allAppInstanceUserscreated under a singleAppInstance.default ListAppInstanceUsersIterableChimeSdkIdentityClient. listAppInstanceUsersPaginator(ListAppInstanceUsersRequest listAppInstanceUsersRequest)List allAppInstanceUserscreated under a singleAppInstance. -
Uses of ListAppInstanceUsersRequest in software.amazon.awssdk.services.chimesdkidentity.paginators
Constructors in software.amazon.awssdk.services.chimesdkidentity.paginators with parameters of type ListAppInstanceUsersRequest Constructor Description ListAppInstanceUsersIterable(ChimeSdkIdentityClient client, ListAppInstanceUsersRequest firstRequest)ListAppInstanceUsersPublisher(ChimeSdkIdentityAsyncClient client, ListAppInstanceUsersRequest firstRequest) -
Uses of ListAppInstanceUsersRequest in software.amazon.awssdk.services.chimesdkidentity.transform
Methods in software.amazon.awssdk.services.chimesdkidentity.transform with parameters of type ListAppInstanceUsersRequest Modifier and Type Method Description SdkHttpFullRequestListAppInstanceUsersRequestMarshaller. marshall(ListAppInstanceUsersRequest listAppInstanceUsersRequest)
-