Uses of Interface
software.amazon.awssdk.services.s3.model.ObjectIdentifier.Builder
Packages that use ObjectIdentifier.Builder
-
Uses of ObjectIdentifier.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectIdentifier.BuilderModifier and TypeMethodDescriptionstatic ObjectIdentifier.BuilderObjectIdentifier.builder()An entity tag (ETag) is an identifier assigned by a web server to a specific version of a resource found at a URL.Key name of the object.ObjectIdentifier.Builder.lastModifiedTime(Instant lastModifiedTime) If present, the objects are deleted only if its modification times matches the providedTimestamp.If present, the objects are deleted only if its size matches the provided size in bytes.ObjectIdentifier.toBuilder()Version ID for the specific version of the object to delete.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ObjectIdentifier.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ObjectIdentifier.Builder>ObjectIdentifier.serializableBuilderClass()