| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie.model |
| Modifier and Type | Method and Description |
|---|---|
static S3OneTimeClassificationType |
S3OneTimeClassificationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
S3OneTimeClassificationType |
ClassificationType.oneTime()
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
|
S3OneTimeClassificationType |
ClassificationTypeUpdate.oneTime()
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
|
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 |
|---|---|
static Set<S3OneTimeClassificationType> |
S3OneTimeClassificationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ClassificationType.Builder |
ClassificationType.Builder.oneTime(S3OneTimeClassificationType oneTime)
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
|
ClassificationTypeUpdate.Builder |
ClassificationTypeUpdate.Builder.oneTime(S3OneTimeClassificationType oneTime)
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
|
Copyright © 2022. All rights reserved.