| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
S3BucketInfo |
S3BucketInfo.clone() |
S3BucketInfo |
S3BucketInfo.withCreationDate(String creationDate)
The creation date of the S3 bucket.
|
S3BucketInfo |
S3BucketInfo.withName(String name)
The name of the S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
List<S3BucketInfo> |
ListS3BucketsResult.getBuckets()
The list of S3 buckets.
|
| Modifier and Type | Method and Description |
|---|---|
ListS3BucketsResult |
ListS3BucketsResult.withBuckets(S3BucketInfo... buckets)
The list of S3 buckets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListS3BucketsResult.setBuckets(Collection<S3BucketInfo> buckets)
The list of S3 buckets.
|
ListS3BucketsResult |
ListS3BucketsResult.withBuckets(Collection<S3BucketInfo> buckets)
The list of S3 buckets.
|
Copyright © 2025. All rights reserved.