Uses of Class
com.oracle.bmc.objectstorage.model.BatchDeleteObjectIdentifier.Builder
-
Packages that use BatchDeleteObjectIdentifier.Builder Package Description com.oracle.bmc.objectstorage.model -
-
Uses of BatchDeleteObjectIdentifier.Builder in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return BatchDeleteObjectIdentifier.Builder Modifier and Type Method Description static BatchDeleteObjectIdentifier.BuilderBatchDeleteObjectIdentifier. builder()Create a new builder.BatchDeleteObjectIdentifier.BuilderBatchDeleteObjectIdentifier.Builder. copy(BatchDeleteObjectIdentifier model)BatchDeleteObjectIdentifier.BuilderBatchDeleteObjectIdentifier.Builder. ifMatch(String ifMatch)The entity tag (ETag) to match.BatchDeleteObjectIdentifier.BuilderBatchDeleteObjectIdentifier.Builder. objectName(String objectName)The name of the object to delete.BatchDeleteObjectIdentifier.BuilderBatchDeleteObjectIdentifier. toBuilder()
-