| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static OrgFeature |
OrgFeature.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OrgFeature |
MemberFeaturesConfigurationResult.name()
Indicates the name of the feature that is enabled for the detector.
|
OrgFeature |
MemberFeaturesConfiguration.name()
The name of the feature.
|
OrgFeature |
OrganizationFeatureConfiguration.name()
The name of the feature that will be configured for the organization.
|
OrgFeature |
OrganizationFeatureConfigurationResult.name()
The name of the feature that is configured for the member accounts within the organization.
|
static OrgFeature |
OrgFeature.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<OrgFeature> |
OrgFeature.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MemberFeaturesConfigurationResult.Builder |
MemberFeaturesConfigurationResult.Builder.name(OrgFeature name)
Indicates the name of the feature that is enabled for the detector.
|
MemberFeaturesConfiguration.Builder |
MemberFeaturesConfiguration.Builder.name(OrgFeature name)
The name of the feature.
|
OrganizationFeatureConfiguration.Builder |
OrganizationFeatureConfiguration.Builder.name(OrgFeature name)
The name of the feature that will be configured for the organization.
|
OrganizationFeatureConfigurationResult.Builder |
OrganizationFeatureConfigurationResult.Builder.name(OrgFeature name)
The name of the feature that is configured for the member accounts within the organization.
|
Copyright © 2023. All rights reserved.