public static interface SnapshotsService.DeleteSnapshotListener
Modifier and Type | Method and Description |
---|---|
void |
onFailure(java.lang.Exception e)
Called if delete operation failed
|
void |
onResponse()
Called if delete operation was successful
|