Uses of Class
com.oracle.bmc.objectstorage.responses.DeleteObjectResponse
-
Packages that use DeleteObjectResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of DeleteObjectResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return DeleteObjectResponse Modifier and Type Method Description DeleteObjectResponse
ObjectStorage. deleteObject(DeleteObjectRequest request)
Deletes an object.DeleteObjectResponse
ObjectStorageClient. deleteObject(DeleteObjectRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type DeleteObjectResponse Modifier and Type Method Description Future<DeleteObjectResponse>
ObjectStorageAsync. deleteObject(DeleteObjectRequest request, AsyncHandler<DeleteObjectRequest,DeleteObjectResponse> handler)
Deletes an object.Future<DeleteObjectResponse>
ObjectStorageAsyncClient. deleteObject(DeleteObjectRequest request, AsyncHandler<DeleteObjectRequest,DeleteObjectResponse> handler)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type DeleteObjectResponse Modifier and Type Method Description Future<DeleteObjectResponse>
ObjectStorageAsync. deleteObject(DeleteObjectRequest request, AsyncHandler<DeleteObjectRequest,DeleteObjectResponse> handler)
Deletes an object.Future<DeleteObjectResponse>
ObjectStorageAsyncClient. deleteObject(DeleteObjectRequest request, AsyncHandler<DeleteObjectRequest,DeleteObjectResponse> handler)
-
Uses of DeleteObjectResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return DeleteObjectResponse Modifier and Type Method Description DeleteObjectResponse
DeleteObjectResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type DeleteObjectResponse Modifier and Type Method Description DeleteObjectResponse.Builder
DeleteObjectResponse.Builder. copy(DeleteObjectResponse o)
Copy method to populate the builder with values from the given instance.
-