| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
BucketMetadata |
BucketMetadata.clone() |
BucketMetadata |
BucketMetadata.withAccountId(String accountId)
The unique identifier for the AWS account that owns the bucket.
|
BucketMetadata |
BucketMetadata.withBucketArn(String bucketArn)
The Amazon Resource Name (ARN) of the bucket.
|
BucketMetadata |
BucketMetadata.withBucketCreatedAt(Date bucketCreatedAt)
The date and time, in UTC and extended ISO 8601 format, when the bucket was created.
|
BucketMetadata |
BucketMetadata.withBucketName(String bucketName)
The name of the bucket.
|
BucketMetadata |
BucketMetadata.withClassifiableObjectCount(Long classifiableObjectCount)
The total number of objects that Amazon Macie can analyze in the bucket.
|
BucketMetadata |
BucketMetadata.withClassifiableSizeInBytes(Long classifiableSizeInBytes)
The total storage size, in bytes, of the objects that Amazon Macie can analyze in the bucket.
|
BucketMetadata |
BucketMetadata.withJobDetails(JobDetails jobDetails)
Specifies whether any one-time or recurring classification jobs are configured to analyze data in the bucket,
and, if so, the details of the job that ran most recently.
|
BucketMetadata |
BucketMetadata.withLastUpdated(Date lastUpdated)
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently retrieved data about the
bucket from Amazon S3.
|
BucketMetadata |
BucketMetadata.withObjectCount(Long objectCount)
The total number of objects in the bucket.
|
BucketMetadata |
BucketMetadata.withObjectCountByEncryptionType(ObjectCountByEncryptionType objectCountByEncryptionType)
The total number of objects that are in the bucket, grouped by server-side encryption type.
|
BucketMetadata |
BucketMetadata.withPublicAccess(BucketPublicAccess publicAccess)
Specifies whether the bucket is publicly accessible.
|
BucketMetadata |
BucketMetadata.withRegion(String region)
The AWS Region that hosts the bucket.
|
BucketMetadata |
BucketMetadata.withReplicationDetails(ReplicationDetails replicationDetails)
Specifies whether the bucket is configured to replicate one or more objects to buckets for other AWS accounts
and, if so, which accounts.
|
BucketMetadata |
BucketMetadata.withSharedAccess(SharedAccess sharedAccess)
Specifies whether the bucket is shared with another AWS account.
|
BucketMetadata |
BucketMetadata.withSharedAccess(String sharedAccess)
Specifies whether the bucket is shared with another AWS account.
|
BucketMetadata |
BucketMetadata.withSizeInBytes(Long sizeInBytes)
The total storage size, in bytes, of the bucket.
|
BucketMetadata |
BucketMetadata.withSizeInBytesCompressed(Long sizeInBytesCompressed)
The total compressed storage size, in bytes, of the bucket.
|
BucketMetadata |
BucketMetadata.withTags(Collection<KeyValuePair> tags)
An array that specifies the tags (keys and values) that are associated with the bucket.
|
BucketMetadata |
BucketMetadata.withTags(KeyValuePair... tags)
An array that specifies the tags (keys and values) that are associated with the bucket.
|
BucketMetadata |
BucketMetadata.withUnclassifiableObjectCount(ObjectLevelStatistics unclassifiableObjectCount)
The total number of objects that Amazon Macie can't analyze in the bucket.
|
BucketMetadata |
BucketMetadata.withUnclassifiableObjectSizeInBytes(ObjectLevelStatistics unclassifiableObjectSizeInBytes)
The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the bucket.
|
BucketMetadata |
BucketMetadata.withVersioning(Boolean versioning)
Specifies whether versioning is enabled for the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
List<BucketMetadata> |
DescribeBucketsResult.getBuckets()
An array of objects, one for each bucket that meets the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBucketsResult |
DescribeBucketsResult.withBuckets(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 |
|---|---|
void |
DescribeBucketsResult.setBuckets(Collection<BucketMetadata> buckets)
An array of objects, one for each bucket that meets the filter criteria specified in the request.
|
DescribeBucketsResult |
DescribeBucketsResult.withBuckets(Collection<BucketMetadata> buckets)
An array of objects, one for each bucket that meets the filter criteria specified in the request.
|
Copyright © 2021. All rights reserved.