Uses of Class
software.amazon.awssdk.services.inspector2.model.AutoEnable
-
Packages that use AutoEnable Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of AutoEnable in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return AutoEnable Modifier and Type Method Description AutoEnableDescribeOrganizationConfigurationResponse. autoEnable()The scan types are automatically enabled for new members of your organization.AutoEnableUpdateOrganizationConfigurationRequest. autoEnable()Defines which scan types are enabled automatically for new members of your Amazon Inspector organization.AutoEnableUpdateOrganizationConfigurationResponse. autoEnable()The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type AutoEnable Modifier and Type Method Description DescribeOrganizationConfigurationResponse.BuilderDescribeOrganizationConfigurationResponse.Builder. autoEnable(AutoEnable autoEnable)The scan types are automatically enabled for new members of your organization.UpdateOrganizationConfigurationRequest.BuilderUpdateOrganizationConfigurationRequest.Builder. autoEnable(AutoEnable autoEnable)Defines which scan types are enabled automatically for new members of your Amazon Inspector organization.UpdateOrganizationConfigurationResponse.BuilderUpdateOrganizationConfigurationResponse.Builder. autoEnable(AutoEnable autoEnable)The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.
-