| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
List<DetectorFeatureConfiguration> |
CreateDetectorRequest.features()
A list of features that will be configured for the detector.
|
List<DetectorFeatureConfiguration> |
UpdateDetectorRequest.features()
Provides the features that will be updated for the detector.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDetectorRequest.Builder |
CreateDetectorRequest.Builder.features(DetectorFeatureConfiguration... features)
A list of features that will be configured for the detector.
|
UpdateDetectorRequest.Builder |
UpdateDetectorRequest.Builder.features(DetectorFeatureConfiguration... features)
Provides the features that will be updated for the detector.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDetectorRequest.Builder |
CreateDetectorRequest.Builder.features(Collection<DetectorFeatureConfiguration> features)
A list of features that will be configured for the detector.
|
UpdateDetectorRequest.Builder |
UpdateDetectorRequest.Builder.features(Collection<DetectorFeatureConfiguration> features)
Provides the features that will be updated for the detector.
|
Copyright © 2023. All rights reserved.