Package | Description |
---|---|
com.amazonaws.services.pinpoint |
Doc Engage API - Amazon Pinpoint API
|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
GetSegmentsResult |
AmazonPinpointClient.getSegments(GetSegmentsRequest request)
Retrieves information about the configuration, dimension, and other settings for all the segments that are
associated with an application.
|
GetSegmentsResult |
AmazonPinpoint.getSegments(GetSegmentsRequest getSegmentsRequest)
Retrieves information about the configuration, dimension, and other settings for all the segments that are
associated with an application.
|
GetSegmentsResult |
AbstractAmazonPinpoint.getSegments(GetSegmentsRequest request) |
Future<GetSegmentsResult> |
AmazonPinpointAsync.getSegmentsAsync(GetSegmentsRequest getSegmentsRequest)
Retrieves information about the configuration, dimension, and other settings for all the segments that are
associated with an application.
|
Future<GetSegmentsResult> |
AbstractAmazonPinpointAsync.getSegmentsAsync(GetSegmentsRequest request) |
Future<GetSegmentsResult> |
AmazonPinpointAsyncClient.getSegmentsAsync(GetSegmentsRequest request) |
Future<GetSegmentsResult> |
AmazonPinpointAsync.getSegmentsAsync(GetSegmentsRequest getSegmentsRequest,
AsyncHandler<GetSegmentsRequest,GetSegmentsResult> asyncHandler)
Retrieves information about the configuration, dimension, and other settings for all the segments that are
associated with an application.
|
Future<GetSegmentsResult> |
AbstractAmazonPinpointAsync.getSegmentsAsync(GetSegmentsRequest request,
AsyncHandler<GetSegmentsRequest,GetSegmentsResult> asyncHandler) |
Future<GetSegmentsResult> |
AmazonPinpointAsyncClient.getSegmentsAsync(GetSegmentsRequest request,
AsyncHandler<GetSegmentsRequest,GetSegmentsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<GetSegmentsResult> |
AmazonPinpointAsync.getSegmentsAsync(GetSegmentsRequest getSegmentsRequest,
AsyncHandler<GetSegmentsRequest,GetSegmentsResult> asyncHandler)
Retrieves information about the configuration, dimension, and other settings for all the segments that are
associated with an application.
|
Future<GetSegmentsResult> |
AbstractAmazonPinpointAsync.getSegmentsAsync(GetSegmentsRequest request,
AsyncHandler<GetSegmentsRequest,GetSegmentsResult> asyncHandler) |
Future<GetSegmentsResult> |
AmazonPinpointAsyncClient.getSegmentsAsync(GetSegmentsRequest request,
AsyncHandler<GetSegmentsRequest,GetSegmentsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetSegmentsRequest |
GetSegmentsRequest.clone() |
GetSegmentsRequest |
GetSegmentsRequest.withApplicationId(String applicationId)
The unique identifier for the application.
|
GetSegmentsRequest |
GetSegmentsRequest.withPageSize(String pageSize)
The maximum number of items to include in each page of a paginated response.
|
GetSegmentsRequest |
GetSegmentsRequest.withToken(String token)
The NextToken string that specifies which page of results to return in a paginated response.
|
Copyright © 2020. All rights reserved.