Uses of Class
software.amazon.awssdk.services.pinpoint.model.DeleteJourneyRequest
-
Packages that use DeleteJourneyRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of DeleteJourneyRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type DeleteJourneyRequest Modifier and Type Method Description default CompletableFuture<DeleteJourneyResponse>PinpointAsyncClient. deleteJourney(DeleteJourneyRequest deleteJourneyRequest)Deletes a journey from an application.default DeleteJourneyResponsePinpointClient. deleteJourney(DeleteJourneyRequest deleteJourneyRequest)Deletes a journey from an application. -
Uses of DeleteJourneyRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type DeleteJourneyRequest Modifier and Type Method Description SdkHttpFullRequestDeleteJourneyRequestMarshaller. marshall(DeleteJourneyRequest deleteJourneyRequest)
-