Uses of Class
software.amazon.awssdk.services.pinpoint.model.CampaignHook
-
Packages that use CampaignHook Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of CampaignHook in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return CampaignHook Modifier and Type Method Description CampaignHookApplicationSettingsResource. campaignHook()The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the application.CampaignHookWriteApplicationSettingsRequest. campaignHook()The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the application.CampaignHookCampaignResponse. hook()The settings for the AWS Lambda function to use as a code hook for the campaign.CampaignHookWriteCampaignRequest. hook()The settings for the AWS Lambda function to invoke as a code hook for the campaign.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type CampaignHook Modifier and Type Method Description ApplicationSettingsResource.BuilderApplicationSettingsResource.Builder. campaignHook(CampaignHook campaignHook)The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the application.WriteApplicationSettingsRequest.BuilderWriteApplicationSettingsRequest.Builder. campaignHook(CampaignHook campaignHook)The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the application.CampaignResponse.BuilderCampaignResponse.Builder. hook(CampaignHook hook)The settings for the AWS Lambda function to use as a code hook for the campaign.WriteCampaignRequest.BuilderWriteCampaignRequest.Builder. hook(CampaignHook hook)The settings for the AWS Lambda function to invoke as a code hook for the campaign.
-