| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
MatchingBucket |
MatchingBucket.clone() |
MatchingBucket |
MatchingResource.getMatchingBucket()
The details of an S3 bucket that Amazon Macie monitors and analyzes.
|
MatchingBucket |
MatchingBucket.withAccountId(String accountId)
The unique identifier for the Amazon Web Services account that owns the bucket.
|
MatchingBucket |
MatchingBucket.withBucketName(String bucketName)
The name of the bucket.
|
MatchingBucket |
MatchingBucket.withClassifiableObjectCount(Long classifiableObjectCount)
The total number of objects that Amazon Macie can analyze in the bucket.
|
MatchingBucket |
MatchingBucket.withClassifiableSizeInBytes(Long classifiableSizeInBytes)
The total storage size, in bytes, of the objects that Amazon Macie can analyze in the bucket.
|
MatchingBucket |
MatchingBucket.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.
|
MatchingBucket |
MatchingBucket.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.
|
MatchingBucket |
MatchingBucket.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.
|
MatchingBucket |
MatchingBucket.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.
|
MatchingBucket |
MatchingBucket.withLastAutomatedDiscoveryTime(Date lastAutomatedDiscoveryTime)
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently analyzed data in the
bucket while performing automated sensitive data discovery for your account.
|
MatchingBucket |
MatchingBucket.withObjectCount(Long objectCount)
The total number of objects in the bucket.
|
MatchingBucket |
MatchingBucket.withObjectCountByEncryptionType(ObjectCountByEncryptionType objectCountByEncryptionType)
The total number of objects in the bucket, grouped by server-side encryption type.
|
MatchingBucket |
MatchingBucket.withSensitivityScore(Integer sensitivityScore)
The current sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive).
|
MatchingBucket |
MatchingBucket.withSizeInBytes(Long sizeInBytes)
The total storage size, in bytes, of the bucket.
|
MatchingBucket |
MatchingBucket.withSizeInBytesCompressed(Long sizeInBytesCompressed)
The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the bucket.
|
MatchingBucket |
MatchingBucket.withUnclassifiableObjectCount(ObjectLevelStatistics unclassifiableObjectCount)
The total number of objects that Amazon Macie can't analyze in the bucket.
|
MatchingBucket |
MatchingBucket.withUnclassifiableObjectSizeInBytes(ObjectLevelStatistics unclassifiableObjectSizeInBytes)
The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MatchingResource.setMatchingBucket(MatchingBucket matchingBucket)
The details of an S3 bucket that Amazon Macie monitors and analyzes.
|
MatchingResource |
MatchingResource.withMatchingBucket(MatchingBucket matchingBucket)
The details of an S3 bucket that Amazon Macie monitors and analyzes.
|
Copyright © 2024. All rights reserved.