Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.ProfileNextStepsHistory.Builder
-
Packages that use ProfileNextStepsHistory.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of ProfileNextStepsHistory.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return ProfileNextStepsHistory.Builder Modifier and Type Method Description static ProfileNextStepsHistory.BuilderProfileNextStepsHistory. builder()ProfileNextStepsHistory.BuilderProfileNextStepsHistory.Builder. time(Instant time)Indicates the date and time when a particular next step was recorded or planned.ProfileNextStepsHistory.BuilderProfileNextStepsHistory. toBuilder()ProfileNextStepsHistory.BuilderProfileNextStepsHistory.Builder. value(String value)Represents the details of the next step recorded, such as follow-up actions or decisions made.Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type ProfileNextStepsHistory.Builder Modifier and Type Method Description static Class<? extends ProfileNextStepsHistory.Builder>ProfileNextStepsHistory. serializableBuilderClass()
-