Uses of Interface
software.amazon.awssdk.services.macie.model.ClassificationType.Builder
-
Packages that use ClassificationType.Builder Package Description software.amazon.awssdk.services.macie.model -
-
Uses of ClassificationType.Builder in software.amazon.awssdk.services.macie.model
Methods in software.amazon.awssdk.services.macie.model that return ClassificationType.Builder Modifier and Type Method Description static ClassificationType.BuilderClassificationType. builder()ClassificationType.BuilderClassificationType.Builder. continuous(String continuous)(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.ClassificationType.BuilderClassificationType.Builder. continuous(S3ContinuousClassificationType continuous)(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.ClassificationType.BuilderClassificationType.Builder. oneTime(String oneTime)(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.ClassificationType.BuilderClassificationType.Builder. oneTime(S3OneTimeClassificationType oneTime)(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.ClassificationType.BuilderClassificationType. toBuilder()Methods in software.amazon.awssdk.services.macie.model that return types with arguments of type ClassificationType.Builder Modifier and Type Method Description static Class<? extends ClassificationType.Builder>ClassificationType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie.model with type arguments of type ClassificationType.Builder Modifier and Type Method Description default S3ResourceClassification.BuilderS3ResourceClassification.Builder. classificationType(Consumer<ClassificationType.Builder> classificationType)(Discontinued) The classification type that you want to specify for the resource associated with Amazon Macie Classic.
-