Uses of Class
com.oracle.bmc.objectstorage.responses.BatchDeleteObjectsResponse
-
Packages that use BatchDeleteObjectsResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of BatchDeleteObjectsResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return BatchDeleteObjectsResponse Modifier and Type Method Description BatchDeleteObjectsResponseObjectStorage. batchDeleteObjects(BatchDeleteObjectsRequest request)Deletes a batch of objects.BatchDeleteObjectsResponseObjectStorageClient. batchDeleteObjects(BatchDeleteObjectsRequest request)Methods in com.oracle.bmc.objectstorage that return types with arguments of type BatchDeleteObjectsResponse Modifier and Type Method Description Future<BatchDeleteObjectsResponse>ObjectStorageAsync. batchDeleteObjects(BatchDeleteObjectsRequest request, AsyncHandler<BatchDeleteObjectsRequest,BatchDeleteObjectsResponse> handler)Deletes a batch of objects.Future<BatchDeleteObjectsResponse>ObjectStorageAsyncClient. batchDeleteObjects(BatchDeleteObjectsRequest request, AsyncHandler<BatchDeleteObjectsRequest,BatchDeleteObjectsResponse> handler)Method parameters in com.oracle.bmc.objectstorage with type arguments of type BatchDeleteObjectsResponse Modifier and Type Method Description Future<BatchDeleteObjectsResponse>ObjectStorageAsync. batchDeleteObjects(BatchDeleteObjectsRequest request, AsyncHandler<BatchDeleteObjectsRequest,BatchDeleteObjectsResponse> handler)Deletes a batch of objects.Future<BatchDeleteObjectsResponse>ObjectStorageAsyncClient. batchDeleteObjects(BatchDeleteObjectsRequest request, AsyncHandler<BatchDeleteObjectsRequest,BatchDeleteObjectsResponse> handler) -
Uses of BatchDeleteObjectsResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return BatchDeleteObjectsResponse Modifier and Type Method Description BatchDeleteObjectsResponseBatchDeleteObjectsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type BatchDeleteObjectsResponse Modifier and Type Method Description BatchDeleteObjectsResponse.BuilderBatchDeleteObjectsResponse.Builder. copy(BatchDeleteObjectsResponse o)Copy method to populate the builder with values from the given instance.
-