Uses of Class
software.amazon.awssdk.services.pinpoint.model.ListJourneysRequest
-
Packages that use ListJourneysRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of ListJourneysRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type ListJourneysRequest Modifier and Type Method Description default CompletableFuture<ListJourneysResponse>PinpointAsyncClient. listJourneys(ListJourneysRequest listJourneysRequest)Retrieves information about the status, configuration, and other settings for all the journeys that are associated with an application.default ListJourneysResponsePinpointClient. listJourneys(ListJourneysRequest listJourneysRequest)Retrieves information about the status, configuration, and other settings for all the journeys that are associated with an application. -
Uses of ListJourneysRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type ListJourneysRequest Modifier and Type Method Description SdkHttpFullRequestListJourneysRequestMarshaller. marshall(ListJourneysRequest listJourneysRequest)
-