Snapshots.DeleteSnapshotResult

public static interface Snapshots.DeleteSnapshotResult implements Result

This interface is deprecated.
snapshotId is returned directly in the SnapshotsClient.

Result delivered when a snapshot has been deleted.

Possible status codes include:

Public Method Summary

abstract String
getSnapshotId()
Returns the ID of the snapshot that was deleted.

Inherited Method Summary

Public Methods

public abstract String getSnapshotId ()

Returns the ID of the snapshot that was deleted. This may be null if the operation did not complete.