Method | Description | |
---|---|---|
CreateSnapshotRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
CreateSnapshotRequest ( string volumeId, string description ) : System |
Instantiates CreateSnapshotRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetDescription ( ) : bool | ||
IsSetVolumeId ( ) : bool |
public CreateSnapshotRequest ( string volumeId, string description ) : System | ||
volumeId | string | The ID of the EBS volume. |
description | string | A description for the snapshot. |
return | System |