Uses of Class
software.amazon.awssdk.services.pinpoint.model.UpdateJourneyResponse
-
Packages that use UpdateJourneyResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of UpdateJourneyResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return UpdateJourneyResponse Modifier and Type Method Description default UpdateJourneyResponsePinpointClient. updateJourney(Consumer<UpdateJourneyRequest.Builder> updateJourneyRequest)Updates the configuration and other settings for a journey.default UpdateJourneyResponsePinpointClient. updateJourney(UpdateJourneyRequest updateJourneyRequest)Updates the configuration and other settings for a journey.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type UpdateJourneyResponse Modifier and Type Method Description default CompletableFuture<UpdateJourneyResponse>PinpointAsyncClient. updateJourney(Consumer<UpdateJourneyRequest.Builder> updateJourneyRequest)Updates the configuration and other settings for a journey.default CompletableFuture<UpdateJourneyResponse>PinpointAsyncClient. updateJourney(UpdateJourneyRequest updateJourneyRequest)Updates the configuration and other settings for a journey.
-