Uses of Interface
software.amazon.awssdk.services.pinpoint.model.JourneyRunsResponse.Builder
-
Packages that use JourneyRunsResponse.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of JourneyRunsResponse.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return JourneyRunsResponse.Builder Modifier and Type Method Description static JourneyRunsResponse.BuilderJourneyRunsResponse. builder()JourneyRunsResponse.BuilderJourneyRunsResponse.Builder. item(Collection<JourneyRunResponse> item)An array of responses, one for each run of the journeyJourneyRunsResponse.BuilderJourneyRunsResponse.Builder. item(Consumer<JourneyRunResponse.Builder>... item)An array of responses, one for each run of the journeyJourneyRunsResponse.BuilderJourneyRunsResponse.Builder. item(JourneyRunResponse... item)An array of responses, one for each run of the journeyJourneyRunsResponse.BuilderJourneyRunsResponse.Builder. nextToken(String nextToken)The string to use in a subsequent request to get the next page of results in a paginated response.JourneyRunsResponse.BuilderJourneyRunsResponse. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type JourneyRunsResponse.Builder Modifier and Type Method Description static Class<? extends JourneyRunsResponse.Builder>JourneyRunsResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type JourneyRunsResponse.Builder Modifier and Type Method Description default GetJourneyRunsResponse.BuilderGetJourneyRunsResponse.Builder. journeyRunsResponse(Consumer<JourneyRunsResponse.Builder> journeyRunsResponse)Sets the value of the JourneyRunsResponse property for this object.
-