Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetUserEndpointsResponse
-
Packages that use GetUserEndpointsResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetUserEndpointsResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetUserEndpointsResponse Modifier and Type Method Description default GetUserEndpointsResponsePinpointClient. getUserEndpoints(Consumer<GetUserEndpointsRequest.Builder> getUserEndpointsRequest)Retrieves information about all the endpoints that are associated with a specific user ID.default GetUserEndpointsResponsePinpointClient. getUserEndpoints(GetUserEndpointsRequest getUserEndpointsRequest)Retrieves information about all the endpoints that are associated with a specific user ID.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetUserEndpointsResponse Modifier and Type Method Description default CompletableFuture<GetUserEndpointsResponse>PinpointAsyncClient. getUserEndpoints(Consumer<GetUserEndpointsRequest.Builder> getUserEndpointsRequest)Retrieves information about all the endpoints that are associated with a specific user ID.default CompletableFuture<GetUserEndpointsResponse>PinpointAsyncClient. getUserEndpoints(GetUserEndpointsRequest getUserEndpointsRequest)Retrieves information about all the endpoints that are associated with a specific user ID.
-