| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint |
Amazon Pinpoint
|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSegmentResult> |
AmazonPinpointAsyncClient.updateSegmentAsync(UpdateSegmentRequest request,
AsyncHandler<UpdateSegmentRequest,UpdateSegmentResult> asyncHandler) |
Future<UpdateSegmentResult> |
AbstractAmazonPinpointAsync.updateSegmentAsync(UpdateSegmentRequest request,
AsyncHandler<UpdateSegmentRequest,UpdateSegmentResult> asyncHandler) |
Future<UpdateSegmentResult> |
AmazonPinpointAsync.updateSegmentAsync(UpdateSegmentRequest updateSegmentRequest,
AsyncHandler<UpdateSegmentRequest,UpdateSegmentResult> asyncHandler)
Used to update a segment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSegmentRequest |
UpdateSegmentRequest.clone() |
UpdateSegmentRequest |
UpdateSegmentRequest.withApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
UpdateSegmentRequest |
UpdateSegmentRequest.withSegmentId(String segmentId)
The unique ID of the segment.
|
UpdateSegmentRequest |
UpdateSegmentRequest.withWriteSegmentRequest(WriteSegmentRequest writeSegmentRequest) |
Copyright © 2019. All rights reserved.