Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetJourneyResponse
-
Packages that use GetJourneyResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetJourneyResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetJourneyResponse Modifier and Type Method Description default GetJourneyResponsePinpointClient. getJourney(Consumer<GetJourneyRequest.Builder> getJourneyRequest)Retrieves information about the status, configuration, and other settings for a journey.default GetJourneyResponsePinpointClient. getJourney(GetJourneyRequest getJourneyRequest)Retrieves information about the status, configuration, and other settings for a journey.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetJourneyResponse Modifier and Type Method Description default CompletableFuture<GetJourneyResponse>PinpointAsyncClient. getJourney(Consumer<GetJourneyRequest.Builder> getJourneyRequest)Retrieves information about the status, configuration, and other settings for a journey.default CompletableFuture<GetJourneyResponse>PinpointAsyncClient. getJourney(GetJourneyRequest getJourneyRequest)Retrieves information about the status, configuration, and other settings for a journey.
-