Uses of Class
software.amazon.awssdk.services.pinpoint.model.CreateCampaignResponse
-
Packages that use CreateCampaignResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of CreateCampaignResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return CreateCampaignResponse Modifier and Type Method Description default CreateCampaignResponsePinpointClient. createCampaign(Consumer<CreateCampaignRequest.Builder> 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.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type CreateCampaignResponse Modifier and Type Method Description default CompletableFuture<CreateCampaignResponse>PinpointAsyncClient. createCampaign(Consumer<CreateCampaignRequest.Builder> createCampaignRequest)Creates a new campaign for an application or updates the settings of an existing campaign for an application.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.
-