Uses of Interface
software.amazon.awssdk.services.inspector2.model.AutoEnable.Builder
-
Packages that use AutoEnable.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of AutoEnable.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return AutoEnable.Builder Modifier and Type Method Description static AutoEnable.BuilderAutoEnable. builder()AutoEnable.BuilderAutoEnable.Builder. ec2(Boolean ec2)Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.AutoEnable.BuilderAutoEnable.Builder. ecr(Boolean ecr)Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.AutoEnable.BuilderAutoEnable.Builder. lambda(Boolean lambda)Represents whether Amazon Web Services Lambda standard scans are automatically enabled for new members of your Amazon Inspector organization.AutoEnable.BuilderAutoEnable.Builder. lambdaCode(Boolean lambdaCode)Represents whether Lambda code scans are automatically enabled for new members of your Amazon Inspector organization.AutoEnable.BuilderAutoEnable. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type AutoEnable.Builder Modifier and Type Method Description static Class<? extends AutoEnable.Builder>AutoEnable. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type AutoEnable.Builder Modifier and Type Method Description default DescribeOrganizationConfigurationResponse.BuilderDescribeOrganizationConfigurationResponse.Builder. autoEnable(Consumer<AutoEnable.Builder> autoEnable)The scan types are automatically enabled for new members of your organization.default UpdateOrganizationConfigurationRequest.BuilderUpdateOrganizationConfigurationRequest.Builder. autoEnable(Consumer<AutoEnable.Builder> autoEnable)Defines which scan types are enabled automatically for new members of your Amazon Inspector organization.default UpdateOrganizationConfigurationResponse.BuilderUpdateOrganizationConfigurationResponse.Builder. autoEnable(Consumer<AutoEnable.Builder> autoEnable)The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.
-