| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model | |
| software.amazon.awssdk.services.macie2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<BucketMetadata> |
DescribeBucketsResponse.buckets()
An array of objects, one for each bucket that meets the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBucketsResponse.Builder |
DescribeBucketsResponse.Builder.buckets(BucketMetadata... buckets)
An array of objects, one for each bucket that meets the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBucketsResponse.Builder |
DescribeBucketsResponse.Builder.buckets(Collection<BucketMetadata> buckets)
An array of objects, one for each bucket that meets the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<BucketMetadata> |
DescribeBucketsIterable.buckets()
Returns an iterable to iterate through the paginated
DescribeBucketsResponse.buckets() member. |
SdkPublisher<BucketMetadata> |
DescribeBucketsPublisher.buckets()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.