Uses of Class
software.amazon.awssdk.services.guardduty.model.FreeTrialFeatureConfigurationResult
-
Packages that use FreeTrialFeatureConfigurationResult Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of FreeTrialFeatureConfigurationResult in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type FreeTrialFeatureConfigurationResult Modifier and Type Method Description List<FreeTrialFeatureConfigurationResult>AccountFreeTrialInfo. features()A list of features enabled for the GuardDuty account.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type FreeTrialFeatureConfigurationResult Modifier and Type Method Description AccountFreeTrialInfo.BuilderAccountFreeTrialInfo.Builder. features(FreeTrialFeatureConfigurationResult... features)A list of features enabled for the GuardDuty account.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type FreeTrialFeatureConfigurationResult Modifier and Type Method Description AccountFreeTrialInfo.BuilderAccountFreeTrialInfo.Builder. features(Collection<FreeTrialFeatureConfigurationResult> features)A list of features enabled for the GuardDuty account.
-