Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetJourneyRunsResponse
-
Packages that use GetJourneyRunsResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetJourneyRunsResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetJourneyRunsResponse Modifier and Type Method Description default GetJourneyRunsResponsePinpointClient. getJourneyRuns(Consumer<GetJourneyRunsRequest.Builder> getJourneyRunsRequest)Provides information about the runs of a journey.default GetJourneyRunsResponsePinpointClient. getJourneyRuns(GetJourneyRunsRequest getJourneyRunsRequest)Provides information about the runs of a journey.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetJourneyRunsResponse Modifier and Type Method Description default CompletableFuture<GetJourneyRunsResponse>PinpointAsyncClient. getJourneyRuns(Consumer<GetJourneyRunsRequest.Builder> getJourneyRunsRequest)Provides information about the runs of a journey.default CompletableFuture<GetJourneyRunsResponse>PinpointAsyncClient. getJourneyRuns(GetJourneyRunsRequest getJourneyRunsRequest)Provides information about the runs of a journey.
-