Uses of Class
software.amazon.awssdk.services.pinpoint.model.JourneyRunResponse
-
Packages that use JourneyRunResponse Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of JourneyRunResponse in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type JourneyRunResponse Modifier and Type Method Description List<JourneyRunResponse>JourneyRunsResponse. item()An array of responses, one for each run of the journeyMethods in software.amazon.awssdk.services.pinpoint.model with parameters of type JourneyRunResponse Modifier and Type Method Description JourneyRunsResponse.BuilderJourneyRunsResponse.Builder. item(JourneyRunResponse... item)An array of responses, one for each run of the journeyMethod parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type JourneyRunResponse Modifier and Type Method Description JourneyRunsResponse.BuilderJourneyRunsResponse.Builder. item(Collection<JourneyRunResponse> item)An array of responses, one for each run of the journey
-