Package | Description |
---|---|
com.amazonaws.services.macie.model |
Modifier and Type | Method and Description |
---|---|
S3ResourceClassificationUpdate |
S3ResourceClassificationUpdate.clone() |
S3ResourceClassificationUpdate |
S3ResourceClassificationUpdate.withBucketName(String bucketName)
(Discontinued) The name of the S3 bucket whose classification types you want to update.
|
S3ResourceClassificationUpdate |
S3ResourceClassificationUpdate.withClassificationTypeUpdate(ClassificationTypeUpdate classificationTypeUpdate)
(Discontinued) The classification type that you want to update for the resource associated with Amazon Macie
Classic.
|
S3ResourceClassificationUpdate |
S3ResourceClassificationUpdate.withPrefix(String prefix)
(Discontinued) The prefix of the S3 bucket whose classification types you want to update.
|
Modifier and Type | Method and Description |
---|---|
List<S3ResourceClassificationUpdate> |
UpdateS3ResourcesRequest.getS3ResourcesUpdate()
(Discontinued) The S3 resources whose classification types you want to update.
|
Modifier and Type | Method and Description |
---|---|
UpdateS3ResourcesRequest |
UpdateS3ResourcesRequest.withS3ResourcesUpdate(S3ResourceClassificationUpdate... s3ResourcesUpdate)
(Discontinued) The S3 resources whose classification types you want to update.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateS3ResourcesRequest.setS3ResourcesUpdate(Collection<S3ResourceClassificationUpdate> s3ResourcesUpdate)
(Discontinued) The S3 resources whose classification types you want to update.
|
UpdateS3ResourcesRequest |
UpdateS3ResourcesRequest.withS3ResourcesUpdate(Collection<S3ResourceClassificationUpdate> s3ResourcesUpdate)
(Discontinued) The S3 resources whose classification types you want to update.
|
Copyright © 2022. All rights reserved.