Uses of Class
software.amazon.awssdk.services.guardduty.model.FreeTrialFeatureResult
-
Packages that use FreeTrialFeatureResult Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of FreeTrialFeatureResult in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return FreeTrialFeatureResult Modifier and Type Method Description static FreeTrialFeatureResultFreeTrialFeatureResult. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FreeTrialFeatureResultFreeTrialFeatureConfigurationResult. name()The name of the feature for which the free trial is configured.static FreeTrialFeatureResultFreeTrialFeatureResult. valueOf(String name)Returns the enum constant of this type with the specified name.static FreeTrialFeatureResult[]FreeTrialFeatureResult. 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 FreeTrialFeatureResult Modifier and Type Method Description static Set<FreeTrialFeatureResult>FreeTrialFeatureResult. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type FreeTrialFeatureResult Modifier and Type Method Description FreeTrialFeatureConfigurationResult.BuilderFreeTrialFeatureConfigurationResult.Builder. name(FreeTrialFeatureResult name)The name of the feature for which the free trial is configured.
-