| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
DetectorFeatureConfigurationResult |
DetectorFeatureConfigurationResult.clone() |
DetectorFeatureConfigurationResult |
DetectorFeatureConfigurationResult.withAdditionalConfiguration(Collection<DetectorAdditionalConfigurationResult> additionalConfiguration)
Additional configuration for a resource.
|
DetectorFeatureConfigurationResult |
DetectorFeatureConfigurationResult.withAdditionalConfiguration(DetectorAdditionalConfigurationResult... additionalConfiguration)
Additional configuration for a resource.
|
DetectorFeatureConfigurationResult |
DetectorFeatureConfigurationResult.withName(DetectorFeatureResult name)
Indicates the name of the feature that can be enabled for the detector.
|
DetectorFeatureConfigurationResult |
DetectorFeatureConfigurationResult.withName(String name)
Indicates the name of the feature that can be enabled for the detector.
|
DetectorFeatureConfigurationResult |
DetectorFeatureConfigurationResult.withStatus(FeatureStatus status)
Indicates the status of the feature that is enabled for the detector.
|
DetectorFeatureConfigurationResult |
DetectorFeatureConfigurationResult.withStatus(String status)
Indicates the status of the feature that is enabled for the detector.
|
DetectorFeatureConfigurationResult |
DetectorFeatureConfigurationResult.withUpdatedAt(Date updatedAt)
The timestamp at which the feature object was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<DetectorFeatureConfigurationResult> |
GetDetectorResult.getFeatures()
Describes the features that have been enabled for the detector.
|
| Modifier and Type | Method and Description |
|---|---|
GetDetectorResult |
GetDetectorResult.withFeatures(DetectorFeatureConfigurationResult... features)
Describes the features that have been enabled for the detector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDetectorResult.setFeatures(Collection<DetectorFeatureConfigurationResult> features)
Describes the features that have been enabled for the detector.
|
GetDetectorResult |
GetDetectorResult.withFeatures(Collection<DetectorFeatureConfigurationResult> features)
Describes the features that have been enabled for the detector.
|
Copyright © 2024. All rights reserved.