| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint |
Doc Engage API - Amazon Pinpoint API
|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
GetSegmentVersionsResult |
AmazonPinpointClient.getSegmentVersions(GetSegmentVersionsRequest request)
Retrieves information about the configuration, dimension, and other settings for all the versions of a specific
segment that's associated with an application.
|
GetSegmentVersionsResult |
AbstractAmazonPinpoint.getSegmentVersions(GetSegmentVersionsRequest request) |
GetSegmentVersionsResult |
AmazonPinpoint.getSegmentVersions(GetSegmentVersionsRequest getSegmentVersionsRequest)
Retrieves information about the configuration, dimension, and other settings for all the versions of a specific
segment that's associated with an application.
|
Future<GetSegmentVersionsResult> |
AmazonPinpointAsyncClient.getSegmentVersionsAsync(GetSegmentVersionsRequest request) |
Future<GetSegmentVersionsResult> |
AbstractAmazonPinpointAsync.getSegmentVersionsAsync(GetSegmentVersionsRequest request) |
Future<GetSegmentVersionsResult> |
AmazonPinpointAsync.getSegmentVersionsAsync(GetSegmentVersionsRequest getSegmentVersionsRequest)
Retrieves information about the configuration, dimension, and other settings for all the versions of a specific
segment that's associated with an application.
|
Future<GetSegmentVersionsResult> |
AmazonPinpointAsyncClient.getSegmentVersionsAsync(GetSegmentVersionsRequest request,
AsyncHandler<GetSegmentVersionsRequest,GetSegmentVersionsResult> asyncHandler) |
Future<GetSegmentVersionsResult> |
AbstractAmazonPinpointAsync.getSegmentVersionsAsync(GetSegmentVersionsRequest request,
AsyncHandler<GetSegmentVersionsRequest,GetSegmentVersionsResult> asyncHandler) |
Future<GetSegmentVersionsResult> |
AmazonPinpointAsync.getSegmentVersionsAsync(GetSegmentVersionsRequest getSegmentVersionsRequest,
AsyncHandler<GetSegmentVersionsRequest,GetSegmentVersionsResult> asyncHandler)
Retrieves information about the configuration, dimension, and other settings for all the versions of a specific
segment that's associated with an application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetSegmentVersionsResult> |
AmazonPinpointAsyncClient.getSegmentVersionsAsync(GetSegmentVersionsRequest request,
AsyncHandler<GetSegmentVersionsRequest,GetSegmentVersionsResult> asyncHandler) |
Future<GetSegmentVersionsResult> |
AbstractAmazonPinpointAsync.getSegmentVersionsAsync(GetSegmentVersionsRequest request,
AsyncHandler<GetSegmentVersionsRequest,GetSegmentVersionsResult> asyncHandler) |
Future<GetSegmentVersionsResult> |
AmazonPinpointAsync.getSegmentVersionsAsync(GetSegmentVersionsRequest getSegmentVersionsRequest,
AsyncHandler<GetSegmentVersionsRequest,GetSegmentVersionsResult> asyncHandler)
Retrieves information about the configuration, dimension, and other settings for all the versions of a specific
segment that's associated with an application.
|
| Modifier and Type | Method and Description |
|---|---|
GetSegmentVersionsRequest |
GetSegmentVersionsRequest.clone() |
GetSegmentVersionsRequest |
GetSegmentVersionsRequest.withApplicationId(String applicationId)
The unique identifier for the application.
|
GetSegmentVersionsRequest |
GetSegmentVersionsRequest.withPageSize(String pageSize)
The maximum number of items to include in each page of a paginated response.
|
GetSegmentVersionsRequest |
GetSegmentVersionsRequest.withSegmentId(String segmentId)
The unique identifier for the segment.
|
GetSegmentVersionsRequest |
GetSegmentVersionsRequest.withToken(String token)
The NextToken string that specifies which page of results to return in a paginated response.
|
Copyright © 2023. All rights reserved.