| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
CampaignHook |
CampaignHook.clone() |
CampaignHook |
WriteApplicationSettingsRequest.getCampaignHook()
The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the application.
|
CampaignHook |
ApplicationSettingsResource.getCampaignHook()
The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the application.
|
CampaignHook |
WriteCampaignRequest.getHook()
The settings for the AWS Lambda function to invoke as a code hook for the campaign.
|
CampaignHook |
CampaignResponse.getHook()
The settings for the AWS Lambda function to use as a code hook for the campaign.
|
CampaignHook |
CampaignHook.withLambdaFunctionName(String lambdaFunctionName)
The name or Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Pinpoint invokes to customize a
segment for a campaign.
|
CampaignHook |
CampaignHook.withMode(Mode mode)
The mode that Amazon Pinpoint uses to invoke the AWS Lambda function.
|
CampaignHook |
CampaignHook.withMode(String mode)
The mode that Amazon Pinpoint uses to invoke the AWS Lambda function.
|
CampaignHook |
CampaignHook.withWebUrl(String webUrl)
The web URL that Amazon Pinpoint calls to invoke the AWS Lambda function over HTTPS.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteApplicationSettingsRequest.setCampaignHook(CampaignHook campaignHook)
The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the application.
|
void |
ApplicationSettingsResource.setCampaignHook(CampaignHook campaignHook)
The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the application.
|
void |
WriteCampaignRequest.setHook(CampaignHook hook)
The settings for the AWS Lambda function to invoke as a code hook for the campaign.
|
void |
CampaignResponse.setHook(CampaignHook hook)
The settings for the AWS Lambda function to use as a code hook for the campaign.
|
WriteApplicationSettingsRequest |
WriteApplicationSettingsRequest.withCampaignHook(CampaignHook campaignHook)
The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the application.
|
ApplicationSettingsResource |
ApplicationSettingsResource.withCampaignHook(CampaignHook campaignHook)
The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the application.
|
WriteCampaignRequest |
WriteCampaignRequest.withHook(CampaignHook hook)
The settings for the AWS Lambda function to invoke as a code hook for the campaign.
|
CampaignResponse |
CampaignResponse.withHook(CampaignHook hook)
The settings for the AWS Lambda function to use as a code hook for the campaign.
|
Copyright © 2025. All rights reserved.