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