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.filestorageMethods in com.oracle.bmc.filestorage with parameters of type DeleteSnapshotRequest Modifier and Type Method Description DeleteSnapshotResponseFileStorage. 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)DeleteSnapshotResponseFileStorageClient. 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.requestsMethods in com.oracle.bmc.filestorage.requests that return DeleteSnapshotRequest Modifier and Type Method Description DeleteSnapshotRequestDeleteSnapshotRequest.Builder. build()Build the instance of DeleteSnapshotRequest as configured by this builderDeleteSnapshotRequestDeleteSnapshotRequest.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.BuilderDeleteSnapshotRequest.Builder. copy(DeleteSnapshotRequest o)Copy method to populate the builder with values from the given instance.
 
-