Uses of Class
software.amazon.awssdk.services.guardduty.model.OrganizationFeatureConfigurationResult
-
Packages that use OrganizationFeatureConfigurationResult Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of OrganizationFeatureConfigurationResult in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type OrganizationFeatureConfigurationResult Modifier and Type Method Description List<OrganizationFeatureConfigurationResult>DescribeOrganizationConfigurationResponse. features()A list of features that are configured for this organization.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type OrganizationFeatureConfigurationResult Modifier and Type Method Description DescribeOrganizationConfigurationResponse.BuilderDescribeOrganizationConfigurationResponse.Builder. features(OrganizationFeatureConfigurationResult... features)A list of features that are configured for this organization.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type OrganizationFeatureConfigurationResult Modifier and Type Method Description DescribeOrganizationConfigurationResponse.BuilderDescribeOrganizationConfigurationResponse.Builder. features(Collection<OrganizationFeatureConfigurationResult> features)A list of features that are configured for this organization.
-