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

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

Introduction

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

The text is from its open source code.

Constructor

ListVersionsRequest()
Constructs a new ListVersionsRequest object.
ListVersionsRequest(String bucketName, String prefix, String keyMarker, String versionIdMarker, String delimiter, Integer maxResults)
Constructs a new ListVersionsRequest object and initializes all required and optional fields.

Method

StringgetBucketName()
Gets the name of the Amazon S3 bucket whose versions are to be listed.
StringgetPrefix()
Gets the optional prefix parameter restricting the response to keys that begin with the specified prefix.
voidsetBucketName(String bucketName)
Sets the name of the Amazon S3 bucket whose versions are to be listed.
voidsetDelimiter(String delimiter)
Sets the optional delimiter parameter that causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be combined into a single result element in the VersionListing#getCommonPrefixes() list.
voidsetKeyMarker(String keyMarker)
Sets the optional keyMarker parameter indicating where in the sorted list of all versions in the specified bucket to begin returning results.
voidsetPrefix(String prefix)
Sets the optional prefix parameter restricting the response to keys that begin with the specified prefix.
voidsetVersionIdMarker(String versionIdMarker)
Sets the optional versionIdMarker parameter indicating where in the sorted list of all versions in the specified bucket to begin returning results.