Uses of Class
software.amazon.awssdk.services.pinpoint.model.JourneyResponse
-
Packages that use JourneyResponse Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of JourneyResponse in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return JourneyResponse Modifier and Type Method Description JourneyResponseCreateJourneyResponse. journeyResponse()Returns the value of the JourneyResponse property for this object.JourneyResponseDeleteJourneyResponse. journeyResponse()Returns the value of the JourneyResponse property for this object.JourneyResponseGetJourneyResponse. journeyResponse()Returns the value of the JourneyResponse property for this object.JourneyResponseUpdateJourneyResponse. journeyResponse()Returns the value of the JourneyResponse property for this object.JourneyResponseUpdateJourneyStateResponse. journeyResponse()Returns the value of the JourneyResponse property for this object.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type JourneyResponse Modifier and Type Method Description List<JourneyResponse>JourneysResponse. item()An array of responses, one for each journey that's associated with the application.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type JourneyResponse Modifier and Type Method Description JourneysResponse.BuilderJourneysResponse.Builder. item(JourneyResponse... item)An array of responses, one for each journey that's associated with the application.CreateJourneyResponse.BuilderCreateJourneyResponse.Builder. journeyResponse(JourneyResponse journeyResponse)Sets the value of the JourneyResponse property for this object.DeleteJourneyResponse.BuilderDeleteJourneyResponse.Builder. journeyResponse(JourneyResponse journeyResponse)Sets the value of the JourneyResponse property for this object.GetJourneyResponse.BuilderGetJourneyResponse.Builder. journeyResponse(JourneyResponse journeyResponse)Sets the value of the JourneyResponse property for this object.UpdateJourneyResponse.BuilderUpdateJourneyResponse.Builder. journeyResponse(JourneyResponse journeyResponse)Sets the value of the JourneyResponse property for this object.UpdateJourneyStateResponse.BuilderUpdateJourneyStateResponse.Builder. journeyResponse(JourneyResponse journeyResponse)Sets the value of the JourneyResponse property for this object.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type JourneyResponse Modifier and Type Method Description JourneysResponse.BuilderJourneysResponse.Builder. item(Collection<JourneyResponse> item)An array of responses, one for each journey that's associated with the application.
-