Java com.amazonaws.services.s3.model DeleteVersionRequest fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

DeleteVersionRequest(String bucketName, String key, String versionId)
Constructs a new DeleteVersionRequest object, ready to be executed to delete the version identified by the specified version ID, in the specified bucket and key.