Uses of Class
software.amazon.awssdk.services.codecommit.model.BlobMetadata
-
Packages that use BlobMetadata Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of BlobMetadata in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return BlobMetadata Modifier and Type Method Description BlobMetadataDifference. afterBlob()Information about anafterBlobdata type object, including the ID, the file mode permission code, and the path.BlobMetadataDifference. beforeBlob()Information about abeforeBlobdata type object, including the ID, the file mode permission code, and the path.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type BlobMetadata Modifier and Type Method Description Difference.BuilderDifference.Builder. afterBlob(BlobMetadata afterBlob)Information about anafterBlobdata type object, including the ID, the file mode permission code, and the path.Difference.BuilderDifference.Builder. beforeBlob(BlobMetadata beforeBlob)Information about abeforeBlobdata type object, including the ID, the file mode permission code, and the path.
-