| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie.model |
| Modifier and Type | Method and Description |
|---|---|
S3ContinuousClassificationType |
ClassificationTypeUpdate.continuous()
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.
|
S3ContinuousClassificationType |
ClassificationType.continuous()
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.
|
static S3ContinuousClassificationType |
S3ContinuousClassificationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static S3ContinuousClassificationType |
S3ContinuousClassificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3ContinuousClassificationType[] |
S3ContinuousClassificationType.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<S3ContinuousClassificationType> |
S3ContinuousClassificationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ClassificationTypeUpdate.Builder |
ClassificationTypeUpdate.Builder.continuous(S3ContinuousClassificationType continuous)
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.
|
ClassificationType.Builder |
ClassificationType.Builder.continuous(S3ContinuousClassificationType continuous)
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.
|
Copyright © 2023. All rights reserved.