| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
OrgFeatureStatus |
OrganizationAdditionalConfiguration.autoEnable()
The status of the additional configuration that will be configured for the organization.
|
OrgFeatureStatus |
OrganizationFeatureConfiguration.autoEnable()
The status of the feature that will be configured for the organization.
|
OrgFeatureStatus |
OrganizationAdditionalConfigurationResult.autoEnable()
Describes how The status of the additional configuration that are configured for the member accounts within the
organization.
|
OrgFeatureStatus |
OrganizationFeatureConfigurationResult.autoEnable()
Describes how The status of the feature that are configured for the member accounts within the organization.
|
static OrgFeatureStatus |
OrgFeatureStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static OrgFeatureStatus |
OrgFeatureStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrgFeatureStatus[] |
OrgFeatureStatus.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<OrgFeatureStatus> |
OrgFeatureStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationAdditionalConfiguration.Builder |
OrganizationAdditionalConfiguration.Builder.autoEnable(OrgFeatureStatus autoEnable)
The status of the additional configuration that will be configured for the organization.
|
OrganizationFeatureConfiguration.Builder |
OrganizationFeatureConfiguration.Builder.autoEnable(OrgFeatureStatus autoEnable)
The status of the feature that will be configured for the organization.
|
OrganizationAdditionalConfigurationResult.Builder |
OrganizationAdditionalConfigurationResult.Builder.autoEnable(OrgFeatureStatus autoEnable)
Describes how The status of the additional configuration that are configured for the member accounts within
the organization.
|
OrganizationFeatureConfigurationResult.Builder |
OrganizationFeatureConfigurationResult.Builder.autoEnable(OrgFeatureStatus autoEnable)
Describes how The status of the feature that are configured for the member accounts within the organization.
|
Copyright © 2023. All rights reserved.