Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetCampaignVersionRequest
-
Packages that use GetCampaignVersionRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of GetCampaignVersionRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type GetCampaignVersionRequest Modifier and Type Method Description default CompletableFuture<GetCampaignVersionResponse>PinpointAsyncClient. getCampaignVersion(GetCampaignVersionRequest 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. -
Uses of GetCampaignVersionRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type GetCampaignVersionRequest Modifier and Type Method Description SdkHttpFullRequestGetCampaignVersionRequestMarshaller. marshall(GetCampaignVersionRequest getCampaignVersionRequest)
-