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

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

Introduction

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

The text is from its open source code.

Constructor

DeleteVolumeRequest(String volumeId)
Constructs a new DeleteVolumeRequest object.
DeleteVolumeRequest()
Default constructor for DeleteVolumeRequest object.

Method

StringgetVolumeId()

The ID of the volume.

voidsetVolumeId(String volumeId)

The ID of the volume.

DeleteVolumeRequestwithVolumeId(String volumeId)

The ID of the volume.