| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
OrganizationFeatureConfiguration |
OrganizationFeatureConfiguration.clone() |
OrganizationFeatureConfiguration |
OrganizationFeatureConfiguration.withAdditionalConfiguration(Collection<OrganizationAdditionalConfiguration> additionalConfiguration)
The additional information that will be configured for the organization.
|
OrganizationFeatureConfiguration |
OrganizationFeatureConfiguration.withAdditionalConfiguration(OrganizationAdditionalConfiguration... additionalConfiguration)
The additional information that will be configured for the organization.
|
OrganizationFeatureConfiguration |
OrganizationFeatureConfiguration.withAutoEnable(OrgFeatureStatus autoEnable)
The status of the feature that will be configured for the organization.
|
OrganizationFeatureConfiguration |
OrganizationFeatureConfiguration.withAutoEnable(String autoEnable)
The status of the feature that will be configured for the organization.
|
OrganizationFeatureConfiguration |
OrganizationFeatureConfiguration.withName(OrgFeature name)
The name of the feature that will be configured for the organization.
|
OrganizationFeatureConfiguration |
OrganizationFeatureConfiguration.withName(String name)
The name of the feature that will be configured for the organization.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationFeatureConfiguration> |
UpdateOrganizationConfigurationRequest.getFeatures()
A list of features that will be configured for the organization.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateOrganizationConfigurationRequest |
UpdateOrganizationConfigurationRequest.withFeatures(OrganizationFeatureConfiguration... features)
A list of features that will be configured for the organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateOrganizationConfigurationRequest.setFeatures(Collection<OrganizationFeatureConfiguration> features)
A list of features that will be configured for the organization.
|
UpdateOrganizationConfigurationRequest |
UpdateOrganizationConfigurationRequest.withFeatures(Collection<OrganizationFeatureConfiguration> features)
A list of features that will be configured for the organization.
|
Copyright © 2023. All rights reserved.