Uses of Class
com.oracle.bmc.objectstorage.requests.BatchDeleteObjectsRequest
-
Packages that use BatchDeleteObjectsRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of BatchDeleteObjectsRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type BatchDeleteObjectsRequest Modifier and Type Method Description BatchDeleteObjectsResponseObjectStorage. batchDeleteObjects(BatchDeleteObjectsRequest request)Deletes a batch of objects.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)BatchDeleteObjectsResponseObjectStorageClient. batchDeleteObjects(BatchDeleteObjectsRequest request)Method parameters in com.oracle.bmc.objectstorage with type arguments of type BatchDeleteObjectsRequest 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 BatchDeleteObjectsRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return BatchDeleteObjectsRequest Modifier and Type Method Description BatchDeleteObjectsRequestBatchDeleteObjectsRequest.Builder. build()Build the instance of BatchDeleteObjectsRequest as configured by this builderBatchDeleteObjectsRequestBatchDeleteObjectsRequest.Builder. buildWithoutInvocationCallback()Build the instance of BatchDeleteObjectsRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type BatchDeleteObjectsRequest Modifier and Type Method Description BatchDeleteObjectsRequest.BuilderBatchDeleteObjectsRequest.Builder. copy(BatchDeleteObjectsRequest o)Copy method to populate the builder with values from the given instance.
-