Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetUserEndpointsRequest
-
Packages that use GetUserEndpointsRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of GetUserEndpointsRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type GetUserEndpointsRequest Modifier and Type Method Description default CompletableFuture<GetUserEndpointsResponse>PinpointAsyncClient. getUserEndpoints(GetUserEndpointsRequest 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. -
Uses of GetUserEndpointsRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type GetUserEndpointsRequest Modifier and Type Method Description SdkHttpFullRequestGetUserEndpointsRequestMarshaller. marshall(GetUserEndpointsRequest getUserEndpointsRequest)
-