Uses of Class
software.amazon.awssdk.services.macie2.model.ClassificationScopeUpdateOperation
-
Packages that use ClassificationScopeUpdateOperation Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of ClassificationScopeUpdateOperation in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return ClassificationScopeUpdateOperation Modifier and Type Method Description static ClassificationScopeUpdateOperationClassificationScopeUpdateOperation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ClassificationScopeUpdateOperationS3ClassificationScopeExclusionUpdate. operation()Specifies how to apply the changes to the exclusion list.static ClassificationScopeUpdateOperationClassificationScopeUpdateOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static ClassificationScopeUpdateOperation[]ClassificationScopeUpdateOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type ClassificationScopeUpdateOperation Modifier and Type Method Description static Set<ClassificationScopeUpdateOperation>ClassificationScopeUpdateOperation. knownValues()Methods in software.amazon.awssdk.services.macie2.model with parameters of type ClassificationScopeUpdateOperation Modifier and Type Method Description S3ClassificationScopeExclusionUpdate.BuilderS3ClassificationScopeExclusionUpdate.Builder. operation(ClassificationScopeUpdateOperation operation)Specifies how to apply the changes to the exclusion list.
-