Uses of Interface
software.amazon.awssdk.services.pinpoint.model.GetJourneyRequest.Builder
-
Packages that use GetJourneyRequest.Builder Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.model -
-
Uses of GetJourneyRequest.Builder in software.amazon.awssdk.services.pinpoint
Method parameters in software.amazon.awssdk.services.pinpoint with type arguments of type GetJourneyRequest.Builder Modifier and Type Method Description default CompletableFuture<GetJourneyResponse>PinpointAsyncClient. getJourney(Consumer<GetJourneyRequest.Builder> getJourneyRequest)Retrieves information about the status, configuration, and other settings for a journey.default GetJourneyResponsePinpointClient. getJourney(Consumer<GetJourneyRequest.Builder> getJourneyRequest)Retrieves information about the status, configuration, and other settings for a journey. -
Uses of GetJourneyRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return GetJourneyRequest.Builder Modifier and Type Method Description GetJourneyRequest.BuilderGetJourneyRequest.Builder. applicationId(String applicationId)The unique identifier for the application.static GetJourneyRequest.BuilderGetJourneyRequest. builder()GetJourneyRequest.BuilderGetJourneyRequest.Builder. journeyId(String journeyId)The unique identifier for the journey.GetJourneyRequest.BuilderGetJourneyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetJourneyRequest.BuilderGetJourneyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetJourneyRequest.BuilderGetJourneyRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type GetJourneyRequest.Builder Modifier and Type Method Description static Class<? extends GetJourneyRequest.Builder>GetJourneyRequest. serializableBuilderClass()
-