Uses of Class
software.amazon.awssdk.services.guardduty.model.OrgFeature
-
Packages that use OrgFeature Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of OrgFeature in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return OrgFeature Modifier and Type Method Description static OrgFeatureOrgFeature. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OrgFeatureMemberFeaturesConfiguration. name()The name of the feature.OrgFeatureMemberFeaturesConfigurationResult. name()Indicates the name of the feature that is enabled for the detector.OrgFeatureOrganizationFeatureConfiguration. name()The name of the feature that will be configured for the organization.OrgFeatureOrganizationFeatureConfigurationResult. name()The name of the feature that is configured for the member accounts within the organization.OrgFeatureOrganizationFeatureStatistics. name()Name of the feature.static OrgFeatureOrgFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static OrgFeature[]OrgFeature. 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 OrgFeature Modifier and Type Method Description static Set<OrgFeature>OrgFeature. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type OrgFeature Modifier and Type Method Description MemberFeaturesConfiguration.BuilderMemberFeaturesConfiguration.Builder. name(OrgFeature name)The name of the feature.MemberFeaturesConfigurationResult.BuilderMemberFeaturesConfigurationResult.Builder. name(OrgFeature name)Indicates the name of the feature that is enabled for the detector.OrganizationFeatureConfiguration.BuilderOrganizationFeatureConfiguration.Builder. name(OrgFeature name)The name of the feature that will be configured for the organization.OrganizationFeatureConfigurationResult.BuilderOrganizationFeatureConfigurationResult.Builder. name(OrgFeature name)The name of the feature that is configured for the member accounts within the organization.OrganizationFeatureStatistics.BuilderOrganizationFeatureStatistics.Builder. name(OrgFeature name)Name of the feature.
-