| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
MemberFeaturesConfigurationResult |
MemberFeaturesConfigurationResult.clone() |
MemberFeaturesConfigurationResult |
MemberFeaturesConfigurationResult.withName(OrgFeature name)
Indicates the name of the feature that is enabled for the detector.
|
MemberFeaturesConfigurationResult |
MemberFeaturesConfigurationResult.withName(String name)
Indicates the name of the feature that is enabled for the detector.
|
MemberFeaturesConfigurationResult |
MemberFeaturesConfigurationResult.withStatus(FeatureStatus status)
Indicates the status of the feature that is enabled for the detector.
|
MemberFeaturesConfigurationResult |
MemberFeaturesConfigurationResult.withStatus(String status)
Indicates the status of the feature that is enabled for the detector.
|
MemberFeaturesConfigurationResult |
MemberFeaturesConfigurationResult.withUpdatedAt(Date updatedAt)
The timestamp at which the feature object was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<MemberFeaturesConfigurationResult> |
MemberDataSourceConfiguration.getFeatures()
Contains information about the status of the features for the member account.
|
| Modifier and Type | Method and Description |
|---|---|
MemberDataSourceConfiguration |
MemberDataSourceConfiguration.withFeatures(MemberFeaturesConfigurationResult... features)
Contains information about the status of the features for the member account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemberDataSourceConfiguration.setFeatures(Collection<MemberFeaturesConfigurationResult> features)
Contains information about the status of the features for the member account.
|
MemberDataSourceConfiguration |
MemberDataSourceConfiguration.withFeatures(Collection<MemberFeaturesConfigurationResult> features)
Contains information about the status of the features for the member account.
|
Copyright © 2023. All rights reserved.