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

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

Introduction

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

The text is from its open source code.

Constructor

DeleteObjectRequest(String bucketName, String key)
Constructs a new DeleteObjectRequest , specifying the object's bucket name and key.

Method

StringgetKey()
Gets the key of the object to delete.
TwithGeneralProgressListener(ProgressListener progressListener)
Sets the optional progress listener for receiving updates about the progress of the request, and returns a reference to this object so that method calls can be chained together.