Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.ListAppInstanceUserEndpointsRequest
-
Packages that use ListAppInstanceUserEndpointsRequest 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 ListAppInstanceUserEndpointsRequest in software.amazon.awssdk.services.chimesdkidentity
Methods in software.amazon.awssdk.services.chimesdkidentity with parameters of type ListAppInstanceUserEndpointsRequest Modifier and Type Method Description default CompletableFuture<ListAppInstanceUserEndpointsResponse>ChimeSdkIdentityAsyncClient. listAppInstanceUserEndpoints(ListAppInstanceUserEndpointsRequest listAppInstanceUserEndpointsRequest)Lists all theAppInstanceUserEndpointscreated under a singleAppInstanceUser.default ListAppInstanceUserEndpointsResponseChimeSdkIdentityClient. listAppInstanceUserEndpoints(ListAppInstanceUserEndpointsRequest listAppInstanceUserEndpointsRequest)Lists all theAppInstanceUserEndpointscreated under a singleAppInstanceUser.default ListAppInstanceUserEndpointsPublisherChimeSdkIdentityAsyncClient. listAppInstanceUserEndpointsPaginator(ListAppInstanceUserEndpointsRequest listAppInstanceUserEndpointsRequest)Lists all theAppInstanceUserEndpointscreated under a singleAppInstanceUser.default ListAppInstanceUserEndpointsIterableChimeSdkIdentityClient. listAppInstanceUserEndpointsPaginator(ListAppInstanceUserEndpointsRequest listAppInstanceUserEndpointsRequest)Lists all theAppInstanceUserEndpointscreated under a singleAppInstanceUser. -
Uses of ListAppInstanceUserEndpointsRequest in software.amazon.awssdk.services.chimesdkidentity.paginators
Constructors in software.amazon.awssdk.services.chimesdkidentity.paginators with parameters of type ListAppInstanceUserEndpointsRequest Constructor Description ListAppInstanceUserEndpointsIterable(ChimeSdkIdentityClient client, ListAppInstanceUserEndpointsRequest firstRequest)ListAppInstanceUserEndpointsPublisher(ChimeSdkIdentityAsyncClient client, ListAppInstanceUserEndpointsRequest firstRequest) -
Uses of ListAppInstanceUserEndpointsRequest in software.amazon.awssdk.services.chimesdkidentity.transform
Methods in software.amazon.awssdk.services.chimesdkidentity.transform with parameters of type ListAppInstanceUserEndpointsRequest Modifier and Type Method Description SdkHttpFullRequestListAppInstanceUserEndpointsRequestMarshaller. marshall(ListAppInstanceUserEndpointsRequest listAppInstanceUserEndpointsRequest)
-