| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AutoEnableStandards |
UpdateOrganizationConfigurationRequest.autoEnableStandards()
Whether to automatically enable Security Hub default
standards for new member accounts in the organization.
|
AutoEnableStandards |
DescribeOrganizationConfigurationResponse.autoEnableStandards()
Whether to automatically enable Security Hub default
standards for new member accounts in the organization.
|
static AutoEnableStandards |
AutoEnableStandards.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AutoEnableStandards |
AutoEnableStandards.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AutoEnableStandards> |
AutoEnableStandards.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateOrganizationConfigurationRequest.Builder |
UpdateOrganizationConfigurationRequest.Builder.autoEnableStandards(AutoEnableStandards autoEnableStandards)
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
|
DescribeOrganizationConfigurationResponse.Builder |
DescribeOrganizationConfigurationResponse.Builder.autoEnableStandards(AutoEnableStandards autoEnableStandards)
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
|
Copyright © 2023. All rights reserved.