Uses of Class
com.oracle.bmc.objectstorage.model.FailedObjectResult
-
Packages that use FailedObjectResult Package Description com.oracle.bmc.objectstorage.model -
-
Uses of FailedObjectResult in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return FailedObjectResult Modifier and Type Method Description FailedObjectResultFailedObjectResult.Builder. build()Methods in com.oracle.bmc.objectstorage.model that return types with arguments of type FailedObjectResult Modifier and Type Method Description List<FailedObjectResult>BatchDeleteObjectsResult. getFailed()Details of failed delete operations.Methods in com.oracle.bmc.objectstorage.model with parameters of type FailedObjectResult Modifier and Type Method Description FailedObjectResult.BuilderFailedObjectResult.Builder. copy(FailedObjectResult model)Method parameters in com.oracle.bmc.objectstorage.model with type arguments of type FailedObjectResult Modifier and Type Method Description BatchDeleteObjectsResult.BuilderBatchDeleteObjectsResult.Builder. failed(List<FailedObjectResult> failed)Details of failed delete operations.
-