public class ListBucketsExtendedResponse extends Object implements Serializable
Constructor and Description |
---|
ListBucketsExtendedResponse() |
Modifier and Type | Method and Description |
---|---|
List<Bucket> |
getBuckets()
Gets the list of buckets describing the objects stored in the
S3 bucket.
|
String |
getMarker()
Parameter indicating where in the bucket to begin listing.
|
boolean |
isTruncated()
Gets whether or not this listing is complete.
|
void |
setBuckets(List<Bucket> buckets)
For internal use only.
|
void |
setMarker(String marker)
For internal use only.
|
void |
setTruncated(boolean isTruncated)
For internal use only.
|
public boolean isTruncated()
true
if the bucket listing is not complete.
Returns the value false
if otherwise.
When returning true
,
additional calls to COS may be needed in order to
obtain more results.public void setTruncated(boolean isTruncated)
isTruncated
- The value true
if the object listing is not complete.
The value false
if otherwise.public List<Bucket> getBuckets()
ListBucketsExtendedResponse.isTruncated()
method to see if the returned
listing is complete or if additional calls are needed to get
more results.public void setBuckets(List<Bucket> buckets)
public String getMarker()
public void setMarker(String marker)
Copyright © 2024. All rights reserved.