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