Package | Description |
---|---|
com.amazonaws.services.pinpoint |
Doc Engage API - Amazon Pinpoint API
|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
UpdateSegmentResult |
AmazonPinpointClient.updateSegment(UpdateSegmentRequest request)
Creates a new segment for an application or updates the configuration, dimension, and other settings for an
existing segment that's associated with an application.
|
UpdateSegmentResult |
AmazonPinpoint.updateSegment(UpdateSegmentRequest updateSegmentRequest)
Creates a new segment for an application or updates the configuration, dimension, and other settings for an
existing segment that's associated with an application.
|
UpdateSegmentResult |
AbstractAmazonPinpoint.updateSegment(UpdateSegmentRequest request) |
Future<UpdateSegmentResult> |
AmazonPinpointAsyncClient.updateSegmentAsync(UpdateSegmentRequest request) |
Future<UpdateSegmentResult> |
AmazonPinpointAsync.updateSegmentAsync(UpdateSegmentRequest updateSegmentRequest)
Creates a new segment for an application or updates the configuration, dimension, and other settings for an
existing segment that's associated with an application.
|
Future<UpdateSegmentResult> |
AbstractAmazonPinpointAsync.updateSegmentAsync(UpdateSegmentRequest request) |
Future<UpdateSegmentResult> |
AmazonPinpointAsyncClient.updateSegmentAsync(UpdateSegmentRequest request,
AsyncHandler<UpdateSegmentRequest,UpdateSegmentResult> asyncHandler) |
Future<UpdateSegmentResult> |
AmazonPinpointAsync.updateSegmentAsync(UpdateSegmentRequest updateSegmentRequest,
AsyncHandler<UpdateSegmentRequest,UpdateSegmentResult> asyncHandler)
Creates a new segment for an application or updates the configuration, dimension, and other settings for an
existing segment that's associated with an application.
|
Future<UpdateSegmentResult> |
AbstractAmazonPinpointAsync.updateSegmentAsync(UpdateSegmentRequest request,
AsyncHandler<UpdateSegmentRequest,UpdateSegmentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateSegmentResult> |
AmazonPinpointAsyncClient.updateSegmentAsync(UpdateSegmentRequest request,
AsyncHandler<UpdateSegmentRequest,UpdateSegmentResult> asyncHandler) |
Future<UpdateSegmentResult> |
AmazonPinpointAsync.updateSegmentAsync(UpdateSegmentRequest updateSegmentRequest,
AsyncHandler<UpdateSegmentRequest,UpdateSegmentResult> asyncHandler)
Creates a new segment for an application or updates the configuration, dimension, and other settings for an
existing segment that's associated with an application.
|
Future<UpdateSegmentResult> |
AbstractAmazonPinpointAsync.updateSegmentAsync(UpdateSegmentRequest request,
AsyncHandler<UpdateSegmentRequest,UpdateSegmentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateSegmentRequest |
UpdateSegmentRequest.clone() |
UpdateSegmentRequest |
UpdateSegmentRequest.withApplicationId(String applicationId)
The unique identifier for the application.
|
UpdateSegmentRequest |
UpdateSegmentRequest.withSegmentId(String segmentId)
The unique identifier for the segment.
|
UpdateSegmentRequest |
UpdateSegmentRequest.withWriteSegmentRequest(WriteSegmentRequest writeSegmentRequest) |
Copyright © 2023. All rights reserved.