Uses of Class
software.amazon.awssdk.services.pinpoint.model.CreateCampaignRequest
-
Packages that use CreateCampaignRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of CreateCampaignRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type CreateCampaignRequest Modifier and Type Method Description default CompletableFuture<CreateCampaignResponse>PinpointAsyncClient. createCampaign(CreateCampaignRequest createCampaignRequest)Creates a new campaign for an application or updates the settings of an existing campaign for an application.default CreateCampaignResponsePinpointClient. createCampaign(CreateCampaignRequest createCampaignRequest)Creates a new campaign for an application or updates the settings of an existing campaign for an application. -
Uses of CreateCampaignRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type CreateCampaignRequest Modifier and Type Method Description SdkHttpFullRequestCreateCampaignRequestMarshaller. marshall(CreateCampaignRequest createCampaignRequest)
-