| Package | Description |
|---|---|
| com.amazonaws.services.macie.model |
| Modifier and Type | Method and Description |
|---|---|
ClassificationType |
ClassificationType.clone() |
ClassificationType |
S3ResourceClassification.getClassificationType()
The classification type that you want to specify for the resource associated with Amazon Macie.
|
ClassificationType |
ClassificationType.withContinuous(S3ContinuousClassificationType continuous)
A continuous classification of the objects that are added to a specified S3 bucket.
|
ClassificationType |
ClassificationType.withContinuous(String continuous)
A continuous classification of the objects that are added to a specified S3 bucket.
|
ClassificationType |
ClassificationType.withOneTime(S3OneTimeClassificationType oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
|
ClassificationType |
ClassificationType.withOneTime(String oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3ResourceClassification.setClassificationType(ClassificationType classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie.
|
S3ResourceClassification |
S3ResourceClassification.withClassificationType(ClassificationType classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie.
|
Copyright © 2020. All rights reserved.