Uses of Class
software.amazon.awssdk.services.pinpoint.model.ListJourneysResponse
-
Packages that use ListJourneysResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of ListJourneysResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return ListJourneysResponse Modifier and Type Method Description default ListJourneysResponsePinpointClient. listJourneys(Consumer<ListJourneysRequest.Builder> 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.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type ListJourneysResponse Modifier and Type Method Description default CompletableFuture<ListJourneysResponse>PinpointAsyncClient. listJourneys(Consumer<ListJourneysRequest.Builder> listJourneysRequest)Retrieves information about the status, configuration, and other settings for all the journeys that are associated with an application.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.
-