Package | Description |
---|---|
com.amazonaws.services.pinpoint |
Doc Engage API - Amazon Pinpoint API
|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
GetUserEndpointsResult |
AmazonPinpointClient.getUserEndpoints(GetUserEndpointsRequest request)
Retrieves information about all the endpoints that are associated with a specific user ID.
|
GetUserEndpointsResult |
AbstractAmazonPinpoint.getUserEndpoints(GetUserEndpointsRequest request) |
GetUserEndpointsResult |
AmazonPinpoint.getUserEndpoints(GetUserEndpointsRequest getUserEndpointsRequest)
Retrieves information about all the endpoints that are associated with a specific user ID.
|
Future<GetUserEndpointsResult> |
AmazonPinpointAsyncClient.getUserEndpointsAsync(GetUserEndpointsRequest request) |
Future<GetUserEndpointsResult> |
AbstractAmazonPinpointAsync.getUserEndpointsAsync(GetUserEndpointsRequest request) |
Future<GetUserEndpointsResult> |
AmazonPinpointAsync.getUserEndpointsAsync(GetUserEndpointsRequest getUserEndpointsRequest)
Retrieves information about all the endpoints that are associated with a specific user ID.
|
Future<GetUserEndpointsResult> |
AmazonPinpointAsyncClient.getUserEndpointsAsync(GetUserEndpointsRequest request,
AsyncHandler<GetUserEndpointsRequest,GetUserEndpointsResult> asyncHandler) |
Future<GetUserEndpointsResult> |
AbstractAmazonPinpointAsync.getUserEndpointsAsync(GetUserEndpointsRequest request,
AsyncHandler<GetUserEndpointsRequest,GetUserEndpointsResult> asyncHandler) |
Future<GetUserEndpointsResult> |
AmazonPinpointAsync.getUserEndpointsAsync(GetUserEndpointsRequest getUserEndpointsRequest,
AsyncHandler<GetUserEndpointsRequest,GetUserEndpointsResult> asyncHandler)
Retrieves information about all the endpoints that are associated with a specific user ID.
|
Modifier and Type | Method and Description |
---|---|
Future<GetUserEndpointsResult> |
AmazonPinpointAsyncClient.getUserEndpointsAsync(GetUserEndpointsRequest request,
AsyncHandler<GetUserEndpointsRequest,GetUserEndpointsResult> asyncHandler) |
Future<GetUserEndpointsResult> |
AbstractAmazonPinpointAsync.getUserEndpointsAsync(GetUserEndpointsRequest request,
AsyncHandler<GetUserEndpointsRequest,GetUserEndpointsResult> asyncHandler) |
Future<GetUserEndpointsResult> |
AmazonPinpointAsync.getUserEndpointsAsync(GetUserEndpointsRequest getUserEndpointsRequest,
AsyncHandler<GetUserEndpointsRequest,GetUserEndpointsResult> asyncHandler)
Retrieves information about all the endpoints that are associated with a specific user ID.
|
Modifier and Type | Method and Description |
---|---|
GetUserEndpointsRequest |
GetUserEndpointsRequest.clone() |
GetUserEndpointsRequest |
GetUserEndpointsRequest.withApplicationId(String applicationId)
The unique identifier for the application.
|
GetUserEndpointsRequest |
GetUserEndpointsRequest.withUserId(String userId)
The unique identifier for the user.
|
Copyright © 2020. All rights reserved.