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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetBucketName(String bucketName)
Sets the name of the Amazon S3 bucket whose objects are to be listed.
voidsetContinuationToken(String continuationToken)
Sets the optional continuation token.
voidsetMaxKeys(Integer maxKeys)
Sets the optional maxKeys parameter indicating the maximum number of keys to include in the response.
voidsetPrefix(String prefix)
Sets the optional prefix parameter, restricting the response to keys that begin with the specified prefix.
ListObjectsV2RequestwithBucketName(String bucketName)
Sets the name of the Amazon S3 bucket whose objects are to be listed.
ListObjectsV2RequestwithContinuationToken(String continuationToken)
Sets the optional continuation token.