Uses of Interface
software.amazon.awssdk.services.pinpoint.model.GetJourneyRunsRequest.Builder
-
Packages that use GetJourneyRunsRequest.Builder Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.model -
-
Uses of GetJourneyRunsRequest.Builder in software.amazon.awssdk.services.pinpoint
Method parameters in software.amazon.awssdk.services.pinpoint with type arguments of type GetJourneyRunsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetJourneyRunsResponse>PinpointAsyncClient. getJourneyRuns(Consumer<GetJourneyRunsRequest.Builder> getJourneyRunsRequest)Provides information about the runs of a journey.default GetJourneyRunsResponsePinpointClient. getJourneyRuns(Consumer<GetJourneyRunsRequest.Builder> getJourneyRunsRequest)Provides information about the runs of a journey. -
Uses of GetJourneyRunsRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return GetJourneyRunsRequest.Builder Modifier and Type Method Description GetJourneyRunsRequest.BuilderGetJourneyRunsRequest.Builder. applicationId(String applicationId)The unique identifier for the application.static GetJourneyRunsRequest.BuilderGetJourneyRunsRequest. builder()GetJourneyRunsRequest.BuilderGetJourneyRunsRequest.Builder. journeyId(String journeyId)The unique identifier for the journey.GetJourneyRunsRequest.BuilderGetJourneyRunsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetJourneyRunsRequest.BuilderGetJourneyRunsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetJourneyRunsRequest.BuilderGetJourneyRunsRequest.Builder. pageSize(String pageSize)The maximum number of items to include in each page of a paginated response.GetJourneyRunsRequest.BuilderGetJourneyRunsRequest. toBuilder()GetJourneyRunsRequest.BuilderGetJourneyRunsRequest.Builder. token(String token)The NextToken string that specifies which page of results to return in a paginated response.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type GetJourneyRunsRequest.Builder Modifier and Type Method Description static Class<? extends GetJourneyRunsRequest.Builder>GetJourneyRunsRequest. serializableBuilderClass()
-