| Package | Description |
|---|---|
| com.adobe.testing.s3mock.dto |
| Modifier and Type | Method and Description |
|---|---|
List<BucketContents> |
ListBucketResultV2.getContents() |
List<BucketContents> |
ListBucketResult.getContents() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBucketResultV2.setContents(List<BucketContents> contents) |
void |
ListBucketResult.setContents(List<BucketContents> contents) |
| Constructor and Description |
|---|
ListBucketResult(String name,
String prefix,
String marker,
int maxKeys,
boolean isTruncated,
String nextMarker,
List<BucketContents> contents,
Collection<String> commonPrefixes)
Constructs a new
ListBucketResult. |
ListBucketResultV2(String name,
String prefix,
String maxKeys,
boolean isTruncated,
List<BucketContents> contents,
Collection<String> commonPrefixes,
String continuationToken,
String keyCount,
String nextContinuationToken,
String startAfter)
Constructs a new
ListBucketResultV2. |
Copyright © 2019 Adobe. All rights reserved.