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