Java com.amazonaws.services.ec2.model DescribeSnapshotsRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ec2.model DescribeSnapshotsRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ec2.model DescribeSnapshotsRequest.

The text is from its open source code.

Constructor

Method

java.util.ListgetSnapshotIds()

The snapshot IDs.

voidsetOwnerIds(java.util.Collection ownerIds)

Describes the snapshots owned by these owners.

voidsetSnapshotIds(java.util.Collection snapshotIds)

The snapshot IDs.

StringtoString()
Returns a string representation of this object.
DescribeSnapshotsRequestwithOwnerIds(String... ownerIds)

Describes the snapshots owned by these owners.

DescribeSnapshotsRequestwithOwnerIds(java.util.Collection ownerIds)

Describes the snapshots owned by these owners.