Uses of Class
software.amazon.awssdk.services.pinpoint.model.CampaignResponse
-
Packages that use CampaignResponse Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of CampaignResponse in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return CampaignResponse Modifier and Type Method Description CampaignResponseCreateCampaignResponse. campaignResponse()Returns the value of the CampaignResponse property for this object.CampaignResponseDeleteCampaignResponse. campaignResponse()Returns the value of the CampaignResponse property for this object.CampaignResponseGetCampaignResponse. campaignResponse()Returns the value of the CampaignResponse property for this object.CampaignResponseGetCampaignVersionResponse. campaignResponse()Returns the value of the CampaignResponse property for this object.CampaignResponseUpdateCampaignResponse. campaignResponse()Returns the value of the CampaignResponse property for this object.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type CampaignResponse Modifier and Type Method Description List<CampaignResponse>CampaignsResponse. item()An array of responses, one for each campaign that's associated with the application.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type CampaignResponse Modifier and Type Method Description CreateCampaignResponse.BuilderCreateCampaignResponse.Builder. campaignResponse(CampaignResponse campaignResponse)Sets the value of the CampaignResponse property for this object.DeleteCampaignResponse.BuilderDeleteCampaignResponse.Builder. campaignResponse(CampaignResponse campaignResponse)Sets the value of the CampaignResponse property for this object.GetCampaignResponse.BuilderGetCampaignResponse.Builder. campaignResponse(CampaignResponse campaignResponse)Sets the value of the CampaignResponse property for this object.GetCampaignVersionResponse.BuilderGetCampaignVersionResponse.Builder. campaignResponse(CampaignResponse campaignResponse)Sets the value of the CampaignResponse property for this object.UpdateCampaignResponse.BuilderUpdateCampaignResponse.Builder. campaignResponse(CampaignResponse campaignResponse)Sets the value of the CampaignResponse property for this object.CampaignsResponse.BuilderCampaignsResponse.Builder. item(CampaignResponse... item)An array of responses, one for each campaign that's associated with the application.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type CampaignResponse Modifier and Type Method Description CampaignsResponse.BuilderCampaignsResponse.Builder. item(Collection<CampaignResponse> item)An array of responses, one for each campaign that's associated with the application.
-