| Package | Description |
|---|---|
| com.amazonaws.services.macie.model |
| Modifier and Type | Method and Description |
|---|---|
ClassificationTypeUpdate |
ClassificationTypeUpdate.clone() |
ClassificationTypeUpdate |
S3ResourceClassificationUpdate.getClassificationTypeUpdate()
The classification type that you want to update for the resource associated with Amazon Macie.
|
ClassificationTypeUpdate |
ClassificationTypeUpdate.withContinuous(S3ContinuousClassificationType continuous)
A continuous classification of the objects that are added to a specified S3 bucket.
|
ClassificationTypeUpdate |
ClassificationTypeUpdate.withContinuous(String continuous)
A continuous classification of the objects that are added to a specified S3 bucket.
|
ClassificationTypeUpdate |
ClassificationTypeUpdate.withOneTime(S3OneTimeClassificationType oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
|
ClassificationTypeUpdate |
ClassificationTypeUpdate.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 |
S3ResourceClassificationUpdate.setClassificationTypeUpdate(ClassificationTypeUpdate classificationTypeUpdate)
The classification type that you want to update for the resource associated with Amazon Macie.
|
S3ResourceClassificationUpdate |
S3ResourceClassificationUpdate.withClassificationTypeUpdate(ClassificationTypeUpdate classificationTypeUpdate)
The classification type that you want to update for the resource associated with Amazon Macie.
|
Copyright © 2020. All rights reserved.