Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.ListAppInstanceUserEndpointsResponse
-
Packages that use ListAppInstanceUserEndpointsResponse 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 ListAppInstanceUserEndpointsResponse in software.amazon.awssdk.services.chimesdkidentity
Methods in software.amazon.awssdk.services.chimesdkidentity that return ListAppInstanceUserEndpointsResponse Modifier and Type Method Description default ListAppInstanceUserEndpointsResponseChimeSdkIdentityClient. listAppInstanceUserEndpoints(Consumer<ListAppInstanceUserEndpointsRequest.Builder> listAppInstanceUserEndpointsRequest)Lists all theAppInstanceUserEndpointscreated under a singleAppInstanceUser.default ListAppInstanceUserEndpointsResponseChimeSdkIdentityClient. listAppInstanceUserEndpoints(ListAppInstanceUserEndpointsRequest listAppInstanceUserEndpointsRequest)Lists all theAppInstanceUserEndpointscreated under a singleAppInstanceUser.Methods in software.amazon.awssdk.services.chimesdkidentity that return types with arguments of type ListAppInstanceUserEndpointsResponse Modifier and Type Method Description default CompletableFuture<ListAppInstanceUserEndpointsResponse>ChimeSdkIdentityAsyncClient. listAppInstanceUserEndpoints(Consumer<ListAppInstanceUserEndpointsRequest.Builder> listAppInstanceUserEndpointsRequest)Lists all theAppInstanceUserEndpointscreated under a singleAppInstanceUser.default CompletableFuture<ListAppInstanceUserEndpointsResponse>ChimeSdkIdentityAsyncClient. listAppInstanceUserEndpoints(ListAppInstanceUserEndpointsRequest listAppInstanceUserEndpointsRequest)Lists all theAppInstanceUserEndpointscreated under a singleAppInstanceUser. -
Uses of ListAppInstanceUserEndpointsResponse in software.amazon.awssdk.services.chimesdkidentity.paginators
Methods in software.amazon.awssdk.services.chimesdkidentity.paginators that return types with arguments of type ListAppInstanceUserEndpointsResponse Modifier and Type Method Description Iterator<ListAppInstanceUserEndpointsResponse>ListAppInstanceUserEndpointsIterable. iterator()Method parameters in software.amazon.awssdk.services.chimesdkidentity.paginators with type arguments of type ListAppInstanceUserEndpointsResponse Modifier and Type Method Description voidListAppInstanceUserEndpointsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAppInstanceUserEndpointsResponse> subscriber)
-