Uses of Class
com.oracle.bmc.objectstorage.model.BatchDeleteObjectsDetails
-
Packages that use BatchDeleteObjectsDetails Package Description com.oracle.bmc.objectstorage.model com.oracle.bmc.objectstorage.requests -
-
Uses of BatchDeleteObjectsDetails in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return BatchDeleteObjectsDetails Modifier and Type Method Description BatchDeleteObjectsDetailsBatchDeleteObjectsDetails.Builder. build()Methods in com.oracle.bmc.objectstorage.model with parameters of type BatchDeleteObjectsDetails Modifier and Type Method Description BatchDeleteObjectsDetails.BuilderBatchDeleteObjectsDetails.Builder. copy(BatchDeleteObjectsDetails model) -
Uses of BatchDeleteObjectsDetails in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return BatchDeleteObjectsDetails Modifier and Type Method Description BatchDeleteObjectsDetailsBatchDeleteObjectsRequest. getBatchDeleteObjectsDetails()Details about batch of objects to be deleted.BatchDeleteObjectsDetailsBatchDeleteObjectsRequest. getBody$()Alternative accessor for the body parameter.Methods in com.oracle.bmc.objectstorage.requests with parameters of type BatchDeleteObjectsDetails Modifier and Type Method Description BatchDeleteObjectsRequest.BuilderBatchDeleteObjectsRequest.Builder. batchDeleteObjectsDetails(BatchDeleteObjectsDetails batchDeleteObjectsDetails)Details about batch of objects to be deleted.BatchDeleteObjectsRequest.BuilderBatchDeleteObjectsRequest.Builder. body$(BatchDeleteObjectsDetails body)Alternative setter for the body parameter.
-