Uses of Class
software.amazon.awssdk.services.securityhub.model.AutoEnableStandards
-
Packages that use AutoEnableStandards Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AutoEnableStandards in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AutoEnableStandards Modifier and Type Method Description AutoEnableStandardsDescribeOrganizationConfigurationResponse. autoEnableStandards()Whether to automatically enable Security Hub default standards in new member accounts when they join the organization.AutoEnableStandardsUpdateOrganizationConfigurationRequest. autoEnableStandards()Whether to automatically enable Security Hub default standards in new member accounts when they join the organization.static AutoEnableStandardsAutoEnableStandards. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutoEnableStandardsAutoEnableStandards. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoEnableStandards[]AutoEnableStandards. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AutoEnableStandards Modifier and Type Method Description static Set<AutoEnableStandards>AutoEnableStandards. knownValues()Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AutoEnableStandards Modifier and Type Method Description DescribeOrganizationConfigurationResponse.BuilderDescribeOrganizationConfigurationResponse.Builder. autoEnableStandards(AutoEnableStandards autoEnableStandards)Whether to automatically enable Security Hub default standards in new member accounts when they join the organization.UpdateOrganizationConfigurationRequest.BuilderUpdateOrganizationConfigurationRequest.Builder. autoEnableStandards(AutoEnableStandards autoEnableStandards)Whether to automatically enable Security Hub default standards in new member accounts when they join the organization.
-