Uses of Class
com.oracle.bmc.objectstorage.model.BatchDeleteObjectIdentifier
-
Packages that use BatchDeleteObjectIdentifier Package Description com.oracle.bmc.objectstorage.model -
-
Uses of BatchDeleteObjectIdentifier in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return BatchDeleteObjectIdentifier Modifier and Type Method Description BatchDeleteObjectIdentifierBatchDeleteObjectIdentifier.Builder. build()Methods in com.oracle.bmc.objectstorage.model that return types with arguments of type BatchDeleteObjectIdentifier Modifier and Type Method Description List<BatchDeleteObjectIdentifier>BatchDeleteObjectsDetails. getObjects()The list of the objects to delete.Methods in com.oracle.bmc.objectstorage.model with parameters of type BatchDeleteObjectIdentifier Modifier and Type Method Description BatchDeleteObjectIdentifier.BuilderBatchDeleteObjectIdentifier.Builder. copy(BatchDeleteObjectIdentifier model)Method parameters in com.oracle.bmc.objectstorage.model with type arguments of type BatchDeleteObjectIdentifier Modifier and Type Method Description BatchDeleteObjectsDetails.BuilderBatchDeleteObjectsDetails.Builder. objects(List<BatchDeleteObjectIdentifier> objects)The list of the objects to delete.Constructor parameters in com.oracle.bmc.objectstorage.model with type arguments of type BatchDeleteObjectIdentifier Constructor Description BatchDeleteObjectsDetails(List<BatchDeleteObjectIdentifier> objects, Boolean isSkipDeletedResult)Deprecated.
-