Uses of Class
software.amazon.awssdk.services.macie2.model.AutoEnableMode
-
Packages that use AutoEnableMode Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of AutoEnableMode in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return AutoEnableMode Modifier and Type Method Description AutoEnableModeGetAutomatedDiscoveryConfigurationResponse. autoEnableOrganizationMembers()Specifies whether automated sensitive data discovery is enabled automatically for accounts in the organization.AutoEnableModeUpdateAutomatedDiscoveryConfigurationRequest. autoEnableOrganizationMembers()Specifies whether to automatically enable automated sensitive data discovery for accounts in the organization.static AutoEnableModeAutoEnableMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutoEnableModeAutoEnableMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoEnableMode[]AutoEnableMode. 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 AutoEnableMode Modifier and Type Method Description static Set<AutoEnableMode>AutoEnableMode. knownValues()Methods in software.amazon.awssdk.services.macie2.model with parameters of type AutoEnableMode Modifier and Type Method Description GetAutomatedDiscoveryConfigurationResponse.BuilderGetAutomatedDiscoveryConfigurationResponse.Builder. autoEnableOrganizationMembers(AutoEnableMode autoEnableOrganizationMembers)Specifies whether automated sensitive data discovery is enabled automatically for accounts in the organization.UpdateAutomatedDiscoveryConfigurationRequest.BuilderUpdateAutomatedDiscoveryConfigurationRequest.Builder. autoEnableOrganizationMembers(AutoEnableMode autoEnableOrganizationMembers)Specifies whether to automatically enable automated sensitive data discovery for accounts in the organization.
-