Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetCampaignsResponse
-
Packages that use GetCampaignsResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetCampaignsResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetCampaignsResponse Modifier and Type Method Description default GetCampaignsResponsePinpointClient. getCampaigns(Consumer<GetCampaignsRequest.Builder> 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.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetCampaignsResponse Modifier and Type Method Description default CompletableFuture<GetCampaignsResponse>PinpointAsyncClient. getCampaigns(Consumer<GetCampaignsRequest.Builder> getCampaignsRequest)Retrieves information about the status, configuration, and other settings for all the campaigns that are associated with an application.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.
-