Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetCampaignResponse
-
Packages that use GetCampaignResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetCampaignResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetCampaignResponse Modifier and Type Method Description default GetCampaignResponsePinpointClient. getCampaign(Consumer<GetCampaignRequest.Builder> getCampaignRequest)Retrieves information about the status, configuration, and other settings for a campaign.default GetCampaignResponsePinpointClient. getCampaign(GetCampaignRequest getCampaignRequest)Retrieves information about the status, configuration, and other settings for a campaign.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetCampaignResponse Modifier and Type Method Description default CompletableFuture<GetCampaignResponse>PinpointAsyncClient. getCampaign(Consumer<GetCampaignRequest.Builder> getCampaignRequest)Retrieves information about the status, configuration, and other settings for a campaign.default CompletableFuture<GetCampaignResponse>PinpointAsyncClient. getCampaign(GetCampaignRequest getCampaignRequest)Retrieves information about the status, configuration, and other settings for a campaign.
-