Uses of Class
software.amazon.awssdk.services.guardduty.model.FeatureStatus
-
Packages that use FeatureStatus Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of FeatureStatus in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return FeatureStatus Modifier and Type Method Description static FeatureStatusFeatureStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FeatureStatusDetectorAdditionalConfiguration. status()Status of the additional configuration.FeatureStatusDetectorAdditionalConfigurationResult. status()Status of the additional configuration.FeatureStatusDetectorFeatureConfiguration. status()The status of the feature.FeatureStatusDetectorFeatureConfigurationResult. status()Indicates the status of the feature that is enabled for the detector.FeatureStatusMemberAdditionalConfiguration. status()Status of the additional configuration.FeatureStatusMemberAdditionalConfigurationResult. status()Indicates the status of the additional configuration that is set for the member account.FeatureStatusMemberFeaturesConfiguration. status()The status of the feature.FeatureStatusMemberFeaturesConfigurationResult. status()Indicates the status of the feature that is enabled for the detector.static FeatureStatusFeatureStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static FeatureStatus[]FeatureStatus. 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 FeatureStatus Modifier and Type Method Description static Set<FeatureStatus>FeatureStatus. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type FeatureStatus Modifier and Type Method Description DetectorAdditionalConfiguration.BuilderDetectorAdditionalConfiguration.Builder. status(FeatureStatus status)Status of the additional configuration.DetectorAdditionalConfigurationResult.BuilderDetectorAdditionalConfigurationResult.Builder. status(FeatureStatus status)Status of the additional configuration.DetectorFeatureConfiguration.BuilderDetectorFeatureConfiguration.Builder. status(FeatureStatus status)The status of the feature.DetectorFeatureConfigurationResult.BuilderDetectorFeatureConfigurationResult.Builder. status(FeatureStatus status)Indicates the status of the feature that is enabled for the detector.MemberAdditionalConfiguration.BuilderMemberAdditionalConfiguration.Builder. status(FeatureStatus status)Status of the additional configuration.MemberAdditionalConfigurationResult.BuilderMemberAdditionalConfigurationResult.Builder. status(FeatureStatus status)Indicates the status of the additional configuration that is set for the member account.MemberFeaturesConfiguration.BuilderMemberFeaturesConfiguration.Builder. status(FeatureStatus status)The status of the feature.MemberFeaturesConfigurationResult.BuilderMemberFeaturesConfigurationResult.Builder. status(FeatureStatus status)Indicates the status of the feature that is enabled for the detector.
-