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

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.