Package | Description |
---|---|
com.amazonaws.services.pinpoint |
Doc Engage API - Amazon Pinpoint API
|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
GetSegmentVersionResult |
AmazonPinpoint.getSegmentVersion(GetSegmentVersionRequest getSegmentVersionRequest)
Retrieves information about the configuration, dimension, and other settings for a specific version of a segment
that's associated with an application.
|
GetSegmentVersionResult |
AbstractAmazonPinpoint.getSegmentVersion(GetSegmentVersionRequest request) |
GetSegmentVersionResult |
AmazonPinpointClient.getSegmentVersion(GetSegmentVersionRequest request)
Retrieves information about the configuration, dimension, and other settings for a specific version of a segment
that's associated with an application.
|
Future<GetSegmentVersionResult> |
AmazonPinpointAsyncClient.getSegmentVersionAsync(GetSegmentVersionRequest request) |
Future<GetSegmentVersionResult> |
AbstractAmazonPinpointAsync.getSegmentVersionAsync(GetSegmentVersionRequest request) |
Future<GetSegmentVersionResult> |
AmazonPinpointAsync.getSegmentVersionAsync(GetSegmentVersionRequest getSegmentVersionRequest)
Retrieves information about the configuration, dimension, and other settings for a specific version of a segment
that's associated with an application.
|
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)
Retrieves information about the configuration, dimension, and other settings for a specific version of a segment
that's associated with an application.
|
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)
Retrieves information about the configuration, dimension, and other settings for a specific version of a segment
that's associated with an application.
|
Modifier and Type | Method and Description |
---|---|
GetSegmentVersionRequest |
GetSegmentVersionRequest.clone() |
GetSegmentVersionRequest |
GetSegmentVersionRequest.withApplicationId(String applicationId)
The unique identifier for the application.
|
GetSegmentVersionRequest |
GetSegmentVersionRequest.withSegmentId(String segmentId)
The unique identifier for the segment.
|
GetSegmentVersionRequest |
GetSegmentVersionRequest.withVersion(String version)
The unique version number (Version property) for the campaign version.
|
Copyright © 2021. All rights reserved.