| Package | Description |
|---|---|
| com.amazonaws.services.macie.model |
| Modifier and Type | Method and Description |
|---|---|
static S3OneTimeClassificationType |
S3OneTimeClassificationType.fromValue(String value)
Use this in place of valueOf.
|
static S3OneTimeClassificationType |
S3OneTimeClassificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3OneTimeClassificationType[] |
S3OneTimeClassificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClassificationTypeUpdate |
ClassificationTypeUpdate.withOneTime(S3OneTimeClassificationType oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
|
ClassificationType |
ClassificationType.withOneTime(S3OneTimeClassificationType oneTime)
A one-time classification of all of the existing objects in a specified S3 bucket.
|
Copyright © 2021. All rights reserved.