Uses of Class
software.amazon.awssdk.services.guardduty.model.OrgFeatureStatus
-
Packages that use OrgFeatureStatus Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of OrgFeatureStatus in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return OrgFeatureStatus Modifier and Type Method Description OrgFeatureStatusOrganizationAdditionalConfiguration. autoEnable()The status of the additional configuration that will be configured for the organization.OrgFeatureStatusOrganizationAdditionalConfigurationResult. autoEnable()Describes the status of the additional configuration that is configured for the member accounts within the organization.OrgFeatureStatusOrganizationFeatureConfiguration. autoEnable()Describes the status of the feature that is configured for the member accounts within the organization.OrgFeatureStatusOrganizationFeatureConfigurationResult. autoEnable()Describes the status of the feature that is configured for the member accounts within the organization.static OrgFeatureStatusOrgFeatureStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OrgFeatureStatusOrgFeatureStatus. 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.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type OrgFeatureStatus Modifier and Type Method Description static Set<OrgFeatureStatus>OrgFeatureStatus. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type OrgFeatureStatus Modifier and Type Method Description OrganizationAdditionalConfiguration.BuilderOrganizationAdditionalConfiguration.Builder. autoEnable(OrgFeatureStatus autoEnable)The status of the additional configuration that will be configured for the organization.OrganizationAdditionalConfigurationResult.BuilderOrganizationAdditionalConfigurationResult.Builder. autoEnable(OrgFeatureStatus autoEnable)Describes the status of the additional configuration that is configured for the member accounts within the organization.OrganizationFeatureConfiguration.BuilderOrganizationFeatureConfiguration.Builder. autoEnable(OrgFeatureStatus autoEnable)Describes the status of the feature that is configured for the member accounts within the organization.OrganizationFeatureConfigurationResult.BuilderOrganizationFeatureConfigurationResult.Builder. autoEnable(OrgFeatureStatus autoEnable)Describes the status of the feature that is configured for the member accounts within the organization.
-