Uses of Interface
software.amazon.awssdk.services.pinpoint.model.DeleteJourneyResponse.Builder
-
Packages that use DeleteJourneyResponse.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of DeleteJourneyResponse.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return DeleteJourneyResponse.Builder Modifier and Type Method Description static DeleteJourneyResponse.BuilderDeleteJourneyResponse. builder()default DeleteJourneyResponse.BuilderDeleteJourneyResponse.Builder. journeyResponse(Consumer<JourneyResponse.Builder> 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.DeleteJourneyResponse.BuilderDeleteJourneyResponse. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type DeleteJourneyResponse.Builder Modifier and Type Method Description static Class<? extends DeleteJourneyResponse.Builder>DeleteJourneyResponse. serializableBuilderClass()
-