Snapshots.DeleteSnapshotResult

  • The Snapshots.DeleteSnapshotResult interface is deprecated.

  • The snapshot ID is returned directly in the SnapshotsClient.

  • This interface represents the result when a snapshot has been deleted.

  • The method getSnapshotId() returns the ID of the deleted snapshot.

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.