Uses of Class
software.amazon.awssdk.services.guardduty.model.OrganizationFeatureConfiguration
-
Packages that use OrganizationFeatureConfiguration Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of OrganizationFeatureConfiguration in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type OrganizationFeatureConfiguration Modifier and Type Method Description List<OrganizationFeatureConfiguration>UpdateOrganizationConfigurationRequest. features()A list of features that will be configured for the organization.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type OrganizationFeatureConfiguration Modifier and Type Method Description UpdateOrganizationConfigurationRequest.BuilderUpdateOrganizationConfigurationRequest.Builder. features(OrganizationFeatureConfiguration... features)A list of features that will be configured for the organization.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type OrganizationFeatureConfiguration Modifier and Type Method Description UpdateOrganizationConfigurationRequest.BuilderUpdateOrganizationConfigurationRequest.Builder. features(Collection<OrganizationFeatureConfiguration> features)A list of features that will be configured for the organization.
-