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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetDescription()

The description for the snapshot.

StringgetSnapshotId()

The ID of the snapshot.

java.util.DategetStartTime()

The time stamp when the snapshot was initiated.

StringgetState()

The snapshot state.

java.util.ListgetTags()

Any tags assigned to the snapshot.

StringgetVolumeId()

The ID of the volume that was used to create the snapshot.

voidsetDescription(String description)

The description for the snapshot.

voidsetOwnerAlias(String ownerAlias)

Value from an Amazon-maintained list (amazon | self | all | aws-marketplace | microsoft) of snapshot owners.

voidsetOwnerId(String ownerId)

The AWS account ID of the EBS snapshot owner.

voidsetProgress(String progress)

The progress of the snapshot, as a percentage.

voidsetSnapshotId(String snapshotId)

The ID of the snapshot.

voidsetStartTime(java.util.Date startTime)

The time stamp when the snapshot was initiated.

voidsetState(String state)

The snapshot state.

voidsetState(SnapshotState state)

The snapshot state.

voidsetTags(java.util.Collection tags)

Any tags assigned to the snapshot.

voidsetVolumeId(String volumeId)

The ID of the volume that was used to create the snapshot.

voidsetVolumeSize(Integer volumeSize)

The size of the volume, in GiB.