| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
CampaignHook |
WriteApplicationSettingsRequest.campaignHook()
The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the application.
|
CampaignHook |
ApplicationSettingsResource.campaignHook()
The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the application.
|
CampaignHook |
WriteCampaignRequest.hook()
The settings for the AWS Lambda function to invoke as a code hook for the campaign.
|
CampaignHook |
CampaignResponse.hook()
The settings for the AWS Lambda function to use as a code hook for the campaign.
|
| Modifier and Type | Method and Description |
|---|---|
WriteApplicationSettingsRequest.Builder |
WriteApplicationSettingsRequest.Builder.campaignHook(CampaignHook campaignHook)
The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the
application.
|
ApplicationSettingsResource.Builder |
ApplicationSettingsResource.Builder.campaignHook(CampaignHook campaignHook)
The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the
application.
|
WriteCampaignRequest.Builder |
WriteCampaignRequest.Builder.hook(CampaignHook hook)
The settings for the AWS Lambda function to invoke as a code hook for the campaign.
|
CampaignResponse.Builder |
CampaignResponse.Builder.hook(CampaignHook hook)
The settings for the AWS Lambda function to use as a code hook for the campaign.
|
Copyright © 2021. All rights reserved.