Uses of Class
software.amazon.awssdk.services.personalize.model.UpdateCampaignResponse
-
Packages that use UpdateCampaignResponse Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers. -
-
Uses of UpdateCampaignResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return UpdateCampaignResponse Modifier and Type Method Description default UpdateCampaignResponsePersonalizeClient. updateCampaign(Consumer<UpdateCampaignRequest.Builder> updateCampaignRequest)Updates a campaign to deploy a retrained solution version with an existing campaign, change your campaign'sminProvisionedTPS, or modify your campaign's configuration.default UpdateCampaignResponsePersonalizeClient. updateCampaign(UpdateCampaignRequest updateCampaignRequest)Updates a campaign to deploy a retrained solution version with an existing campaign, change your campaign'sminProvisionedTPS, or modify your campaign's configuration.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type UpdateCampaignResponse Modifier and Type Method Description default CompletableFuture<UpdateCampaignResponse>PersonalizeAsyncClient. updateCampaign(Consumer<UpdateCampaignRequest.Builder> updateCampaignRequest)Updates a campaign to deploy a retrained solution version with an existing campaign, change your campaign'sminProvisionedTPS, or modify your campaign's configuration.default CompletableFuture<UpdateCampaignResponse>PersonalizeAsyncClient. updateCampaign(UpdateCampaignRequest updateCampaignRequest)Updates a campaign to deploy a retrained solution version with an existing campaign, change your campaign'sminProvisionedTPS, or modify your campaign's configuration.
-