Uses of Class
com.oracle.bmc.lustrefilestorage.requests.DeleteObjectStorageLinkRequest
-
Packages that use DeleteObjectStorageLinkRequest Package Description com.oracle.bmc.lustrefilestorage com.oracle.bmc.lustrefilestorage.requests -
-
Uses of DeleteObjectStorageLinkRequest in com.oracle.bmc.lustrefilestorage
Methods in com.oracle.bmc.lustrefilestorage with parameters of type DeleteObjectStorageLinkRequest Modifier and Type Method Description DeleteObjectStorageLinkResponseLustreFileStorage. deleteObjectStorageLink(DeleteObjectStorageLinkRequest request)Deletes an Object Storage link.Future<DeleteObjectStorageLinkResponse>LustreFileStorageAsync. deleteObjectStorageLink(DeleteObjectStorageLinkRequest request, AsyncHandler<DeleteObjectStorageLinkRequest,DeleteObjectStorageLinkResponse> handler)Deletes an Object Storage link.Future<DeleteObjectStorageLinkResponse>LustreFileStorageAsyncClient. deleteObjectStorageLink(DeleteObjectStorageLinkRequest request, AsyncHandler<DeleteObjectStorageLinkRequest,DeleteObjectStorageLinkResponse> handler)DeleteObjectStorageLinkResponseLustreFileStorageClient. deleteObjectStorageLink(DeleteObjectStorageLinkRequest request)Method parameters in com.oracle.bmc.lustrefilestorage with type arguments of type DeleteObjectStorageLinkRequest Modifier and Type Method Description Future<DeleteObjectStorageLinkResponse>LustreFileStorageAsync. deleteObjectStorageLink(DeleteObjectStorageLinkRequest request, AsyncHandler<DeleteObjectStorageLinkRequest,DeleteObjectStorageLinkResponse> handler)Deletes an Object Storage link.Future<DeleteObjectStorageLinkResponse>LustreFileStorageAsyncClient. deleteObjectStorageLink(DeleteObjectStorageLinkRequest request, AsyncHandler<DeleteObjectStorageLinkRequest,DeleteObjectStorageLinkResponse> handler) -
Uses of DeleteObjectStorageLinkRequest in com.oracle.bmc.lustrefilestorage.requests
Methods in com.oracle.bmc.lustrefilestorage.requests that return DeleteObjectStorageLinkRequest Modifier and Type Method Description DeleteObjectStorageLinkRequestDeleteObjectStorageLinkRequest.Builder. build()Build the instance of DeleteObjectStorageLinkRequest as configured by this builderDeleteObjectStorageLinkRequestDeleteObjectStorageLinkRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteObjectStorageLinkRequest as configured by this builderMethods in com.oracle.bmc.lustrefilestorage.requests with parameters of type DeleteObjectStorageLinkRequest Modifier and Type Method Description DeleteObjectStorageLinkRequest.BuilderDeleteObjectStorageLinkRequest.Builder. copy(DeleteObjectStorageLinkRequest o)Copy method to populate the builder with values from the given instance.
-