| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint |
Amazon Pinpoint
|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSegmentVersionResult> |
AmazonPinpointAsyncClient.getSegmentVersionAsync(GetSegmentVersionRequest request,
AsyncHandler<GetSegmentVersionRequest,GetSegmentVersionResult> asyncHandler) |
Future<GetSegmentVersionResult> |
AbstractAmazonPinpointAsync.getSegmentVersionAsync(GetSegmentVersionRequest request,
AsyncHandler<GetSegmentVersionRequest,GetSegmentVersionResult> asyncHandler) |
Future<GetSegmentVersionResult> |
AmazonPinpointAsync.getSegmentVersionAsync(GetSegmentVersionRequest getSegmentVersionRequest,
AsyncHandler<GetSegmentVersionRequest,GetSegmentVersionResult> asyncHandler)
Returns information about a segment version.
|
| Modifier and Type | Method and Description |
|---|---|
GetSegmentVersionRequest |
GetSegmentVersionRequest.clone() |
GetSegmentVersionRequest |
GetSegmentVersionRequest.withApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
GetSegmentVersionRequest |
GetSegmentVersionRequest.withSegmentId(String segmentId)
The unique ID of the segment.
|
GetSegmentVersionRequest |
GetSegmentVersionRequest.withVersion(String version)
The segment version.
|
Copyright © 2018. All rights reserved.