Uses of Class
software.amazon.awssdk.services.macie.model.S3OneTimeClassificationType
-
Packages that use S3OneTimeClassificationType Package Description software.amazon.awssdk.services.macie.model -
-
Uses of S3OneTimeClassificationType in software.amazon.awssdk.services.macie.model
Methods in software.amazon.awssdk.services.macie.model that return S3OneTimeClassificationType Modifier and Type Method Description static S3OneTimeClassificationTypeS3OneTimeClassificationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3OneTimeClassificationTypeClassificationType. oneTime()(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.S3OneTimeClassificationTypeClassificationTypeUpdate. oneTime()(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.static S3OneTimeClassificationTypeS3OneTimeClassificationType. 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.Methods in software.amazon.awssdk.services.macie.model that return types with arguments of type S3OneTimeClassificationType Modifier and Type Method Description static Set<S3OneTimeClassificationType>S3OneTimeClassificationType. knownValues()Methods in software.amazon.awssdk.services.macie.model with parameters of type S3OneTimeClassificationType Modifier and Type Method Description ClassificationType.BuilderClassificationType.Builder. oneTime(S3OneTimeClassificationType oneTime)(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.ClassificationTypeUpdate.BuilderClassificationTypeUpdate.Builder. oneTime(S3OneTimeClassificationType oneTime)(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
-