| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
static AutoEnable.Builder |
AutoEnable.builder() |
AutoEnable.Builder |
AutoEnable.Builder.ec2(Boolean ec2)
Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector
organization.
|
AutoEnable.Builder |
AutoEnable.Builder.ecr(Boolean ecr)
Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector
organization.
|
AutoEnable.Builder |
AutoEnable.Builder.lambda(Boolean lambda)
Represents whether AWS Lambda scans are automatically enabled for new members of your Amazon Inspector
organization.
|
AutoEnable.Builder |
AutoEnable.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AutoEnable.Builder> |
AutoEnable.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateOrganizationConfigurationResponse.Builder |
UpdateOrganizationConfigurationResponse.Builder.autoEnable(Consumer<AutoEnable.Builder> autoEnable)
The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.
|
default DescribeOrganizationConfigurationResponse.Builder |
DescribeOrganizationConfigurationResponse.Builder.autoEnable(Consumer<AutoEnable.Builder> autoEnable)
The scan types are automatically enabled for new members of your organization.
|
default UpdateOrganizationConfigurationRequest.Builder |
UpdateOrganizationConfigurationRequest.Builder.autoEnable(Consumer<AutoEnable.Builder> autoEnable)
Defines which scan types are enabled automatically for new members of your Amazon Inspector organization.
|
Copyright © 2023. All rights reserved.