Uses of Interface
software.amazon.awssdk.services.codecommit.model.ObjectTypes.Builder
-
Packages that use ObjectTypes.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of ObjectTypes.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return ObjectTypes.Builder Modifier and Type Method Description ObjectTypes.BuilderObjectTypes.Builder. base(String base)The type of the object in the base commit of the merge.ObjectTypes.BuilderObjectTypes.Builder. base(ObjectTypeEnum base)The type of the object in the base commit of the merge.static ObjectTypes.BuilderObjectTypes. builder()ObjectTypes.BuilderObjectTypes.Builder. destination(String destination)The type of the object in the destination branch.ObjectTypes.BuilderObjectTypes.Builder. destination(ObjectTypeEnum destination)The type of the object in the destination branch.ObjectTypes.BuilderObjectTypes.Builder. source(String source)The type of the object in the source branch.ObjectTypes.BuilderObjectTypes.Builder. source(ObjectTypeEnum source)The type of the object in the source branch.ObjectTypes.BuilderObjectTypes. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type ObjectTypes.Builder Modifier and Type Method Description static Class<? extends ObjectTypes.Builder>ObjectTypes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type ObjectTypes.Builder Modifier and Type Method Description default ConflictMetadata.BuilderConflictMetadata.Builder. objectTypes(Consumer<ObjectTypes.Builder> objectTypes)Information about any object type conflicts in a merge operation.
-