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