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

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

Introduction

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

The text is from its open source code.

Constructor

DeleteSnapshotRequest()
Default constructor for DeleteSnapshotRequest object.
DeleteSnapshotRequest(String snapshotId)
Constructs a new DeleteSnapshotRequest object.

Method

StringgetSnapshotId()

The ID of the EBS snapshot.

voidsetSnapshotId(String snapshotId)

The ID of the EBS snapshot.

StringtoString()
Returns a string representation of this object.