Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetCampaignsRequest
-
Packages that use GetCampaignsRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of GetCampaignsRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type GetCampaignsRequest Modifier and Type Method Description default CompletableFuture<GetCampaignsResponse>PinpointAsyncClient. getCampaigns(GetCampaignsRequest getCampaignsRequest)Retrieves information about the status, configuration, and other settings for all the campaigns that are associated with an application.default GetCampaignsResponsePinpointClient. getCampaigns(GetCampaignsRequest getCampaignsRequest)Retrieves information about the status, configuration, and other settings for all the campaigns that are associated with an application. -
Uses of GetCampaignsRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type GetCampaignsRequest Modifier and Type Method Description SdkHttpFullRequestGetCampaignsRequestMarshaller. marshall(GetCampaignsRequest getCampaignsRequest)
-