| 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 Amazon Web Services account that owns the bucket.
|
BucketMetadata |
BucketMetadata.withAllowsUnencryptedObjectUploads(AllowsUnencryptedObjectUploads allowsUnencryptedObjectUploads)
Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are
added to the bucket.
|
BucketMetadata |
BucketMetadata.withAllowsUnencryptedObjectUploads(String allowsUnencryptedObjectUploads)
Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are
added to the bucket.
|
BucketMetadata |
BucketMetadata.withAutomatedDiscoveryMonitoringStatus(AutomatedDiscoveryMonitoringStatus automatedDiscoveryMonitoringStatus)
Specifies whether automated sensitive data discovery is currently configured to analyze objects in the bucket.
|
BucketMetadata |
BucketMetadata.withAutomatedDiscoveryMonitoringStatus(String automatedDiscoveryMonitoringStatus)
Specifies whether automated sensitive data discovery is currently configured to analyze objects in 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.withErrorCode(BucketMetadataErrorCode errorCode)
The error code for an error that prevented Amazon Macie from retrieving and processing information about the
bucket and the bucket's objects.
|
BucketMetadata |
BucketMetadata.withErrorCode(String errorCode)
The error code for an error that prevented Amazon Macie from retrieving and processing information about the
bucket and the bucket's objects.
|
BucketMetadata |
BucketMetadata.withErrorMessage(String errorMessage)
A brief description of the error (errorCode) that prevented Amazon Macie from retrieving and processing
information about the bucket and the bucket's objects.
|
BucketMetadata |
BucketMetadata.withJobDetails(JobDetails jobDetails)
Specifies whether any one-time or recurring classification jobs are configured to analyze objects in the bucket,
and, if so, the details of the job that ran most recently.
|
BucketMetadata |
BucketMetadata.withLastAutomatedDiscoveryTime(Date lastAutomatedDiscoveryTime)
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently analyzed objects in the
bucket while performing automated sensitive data discovery.
|
BucketMetadata |
BucketMetadata.withLastUpdated(Date lastUpdated)
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently retrieved bucket or
object metadata from Amazon S3 for the bucket.
|
BucketMetadata |
BucketMetadata.withObjectCount(Long objectCount)
The total number of objects in the bucket.
|
BucketMetadata |
BucketMetadata.withObjectCountByEncryptionType(ObjectCountByEncryptionType objectCountByEncryptionType)
The total number of objects in the bucket, grouped by server-side encryption type.
|
BucketMetadata |
BucketMetadata.withPublicAccess(BucketPublicAccess publicAccess)
Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to
the bucket, and provides information about those settings.
|
BucketMetadata |
BucketMetadata.withRegion(String region)
The Amazon Web Services 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 Amazon Web
Services accounts and, if so, which accounts.
|
BucketMetadata |
BucketMetadata.withSensitivityScore(Integer sensitivityScore)
The sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive).
|
BucketMetadata |
BucketMetadata.withServerSideEncryption(BucketServerSideEncryption serverSideEncryption)
The default server-side encryption settings for the bucket.
|
BucketMetadata |
BucketMetadata.withSharedAccess(SharedAccess sharedAccess)
Specifies whether the bucket is shared with another Amazon Web Services account, an Amazon CloudFront origin
access identity (OAI), or a CloudFront origin access control (OAC).
|
BucketMetadata |
BucketMetadata.withSharedAccess(String sharedAccess)
Specifies whether the bucket is shared with another Amazon Web Services account, an Amazon CloudFront origin
access identity (OAI), or a CloudFront origin access control (OAC).
|
BucketMetadata |
BucketMetadata.withSizeInBytes(Long sizeInBytes)
The total storage size, in bytes, of the bucket.
|
BucketMetadata |
BucketMetadata.withSizeInBytesCompressed(Long sizeInBytesCompressed)
The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in 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 matches 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 matches 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 matches the filter criteria specified in the request.
|
DescribeBucketsResult |
DescribeBucketsResult.withBuckets(Collection<BucketMetadata> buckets)
An array of objects, one for each bucket that matches the filter criteria specified in the request.
|
Copyright © 2025. All rights reserved.