Uses of Class
com.oracle.bmc.objectstorage.model.DeletedObjectResult
-
Packages that use DeletedObjectResult Package Description com.oracle.bmc.objectstorage.model -
-
Uses of DeletedObjectResult in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return DeletedObjectResult Modifier and Type Method Description DeletedObjectResultDeletedObjectResult.Builder. build()Methods in com.oracle.bmc.objectstorage.model that return types with arguments of type DeletedObjectResult Modifier and Type Method Description List<DeletedObjectResult>BatchDeleteObjectsResult. getDeleted()Details of successfully deleted objects.Methods in com.oracle.bmc.objectstorage.model with parameters of type DeletedObjectResult Modifier and Type Method Description DeletedObjectResult.BuilderDeletedObjectResult.Builder. copy(DeletedObjectResult model)Method parameters in com.oracle.bmc.objectstorage.model with type arguments of type DeletedObjectResult Modifier and Type Method Description BatchDeleteObjectsResult.BuilderBatchDeleteObjectsResult.Builder. deleted(List<DeletedObjectResult> deleted)Details of successfully deleted objects.Constructor parameters in com.oracle.bmc.objectstorage.model with type arguments of type DeletedObjectResult Constructor Description BatchDeleteObjectsResult(List<DeletedObjectResult> deleted, List<FailedObjectResult> failed)Deprecated.
-