Uses of Class
com.oracle.bmc.filestorage.requests.DeleteSnapshotRequest
-
Packages that use DeleteSnapshotRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of DeleteSnapshotRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type DeleteSnapshotRequest Modifier and Type Method Description DeleteSnapshotResponse
FileStorage. deleteSnapshot(DeleteSnapshotRequest request)
Deletes the specified snapshot.Future<DeleteSnapshotResponse>
FileStorageAsync. deleteSnapshot(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResponse> handler)
Deletes the specified snapshot.Future<DeleteSnapshotResponse>
FileStorageAsyncClient. deleteSnapshot(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResponse> handler)
DeleteSnapshotResponse
FileStorageClient. deleteSnapshot(DeleteSnapshotRequest request)
Method parameters in com.oracle.bmc.filestorage with type arguments of type DeleteSnapshotRequest Modifier and Type Method Description Future<DeleteSnapshotResponse>
FileStorageAsync. deleteSnapshot(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResponse> handler)
Deletes the specified snapshot.Future<DeleteSnapshotResponse>
FileStorageAsyncClient. deleteSnapshot(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResponse> handler)
-
Uses of DeleteSnapshotRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return DeleteSnapshotRequest Modifier and Type Method Description DeleteSnapshotRequest
DeleteSnapshotRequest.Builder. build()
Build the instance of DeleteSnapshotRequest as configured by this builderDeleteSnapshotRequest
DeleteSnapshotRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteSnapshotRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type DeleteSnapshotRequest Modifier and Type Method Description DeleteSnapshotRequest.Builder
DeleteSnapshotRequest.Builder. copy(DeleteSnapshotRequest o)
Copy method to populate the builder with values from the given instance.
-