Uses of Class
com.oracle.bmc.filestorage.responses.DeleteSnapshotResponse
-
Packages that use DeleteSnapshotResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of DeleteSnapshotResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return DeleteSnapshotResponse Modifier and Type Method Description DeleteSnapshotResponse
FileStorage. deleteSnapshot(DeleteSnapshotRequest request)
Deletes the specified snapshot.DeleteSnapshotResponse
FileStorageClient. deleteSnapshot(DeleteSnapshotRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type DeleteSnapshotResponse 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)
Method parameters in com.oracle.bmc.filestorage with type arguments of type DeleteSnapshotResponse 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 DeleteSnapshotResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return DeleteSnapshotResponse Modifier and Type Method Description DeleteSnapshotResponse
DeleteSnapshotResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type DeleteSnapshotResponse Modifier and Type Method Description DeleteSnapshotResponse.Builder
DeleteSnapshotResponse.Builder. copy(DeleteSnapshotResponse o)
Copy method to populate the builder with values from the given instance.
-