| Package | Description |
|---|---|
| com.adobe.testing.s3mock.domain | |
| com.adobe.testing.s3mock.dto |
| Modifier and Type | Method and Description |
|---|---|
Bucket |
FileStore.createBucket(String bucketName)
Creates a new bucket.
|
Bucket |
FileStore.getBucket(String bucketName)
Retrieves a bucket identified by its name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Bucket> |
Buckets.getBuckets() |
List<Bucket> |
FileStore.listBuckets()
Lists all buckets managed by this FileStore.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Buckets.setBuckets(List<Bucket> buckets) |
| Constructor and Description |
|---|
ListAllMyBucketsResult(Owner owner,
List<Bucket> buckets)
Constructs a new
ListAllMyBucketsResult. |
Copyright © 2019 Adobe. All rights reserved.