C# Class Amazon.EC2.Model.DescribeVolumesRequest

Container for the parameters to the DescribeVolumes operation. Describes the specified EBS volumes.

If you are describing a long list of volumes, you can paginate the output to make the list more manageable. The MaxResults parameter sets the maximum number of results returned in a single page. If the list of results exceeds your MaxResults value, then that number of results is returned along with a NextToken value that can be passed to a subsequent DescribeVolumes request to retrieve the remaining results.

For more information about EBS volumes, see Amazon EBS Volumes in the Amazon Elastic Compute Cloud User Guide.

Inheritance: AmazonEC2Request
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DescribeVolumesRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DescribeVolumesRequest ( List volumeIds ) : System

Instantiates DescribeVolumesRequest with the parameterized properties

Private Methods

Method Description
IsSetFilters ( ) : bool
IsSetMaxResults ( ) : bool
IsSetNextToken ( ) : bool
IsSetVolumeIds ( ) : bool

Method Details

DescribeVolumesRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeVolumesRequest ( ) : System
return System

DescribeVolumesRequest() public method

Instantiates DescribeVolumesRequest with the parameterized properties
public DescribeVolumesRequest ( List volumeIds ) : System
volumeIds List One or more volume IDs.
return System