Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsGuardDutyDetectorFeaturesDetails.Builder
-
Packages that use AwsGuardDutyDetectorFeaturesDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsGuardDutyDetectorFeaturesDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsGuardDutyDetectorFeaturesDetails.Builder Modifier and Type Method Description static AwsGuardDutyDetectorFeaturesDetails.BuilderAwsGuardDutyDetectorFeaturesDetails. builder()AwsGuardDutyDetectorFeaturesDetails.BuilderAwsGuardDutyDetectorFeaturesDetails.Builder. name(String name)Indicates the name of the feature that is activated for the detector.AwsGuardDutyDetectorFeaturesDetails.BuilderAwsGuardDutyDetectorFeaturesDetails.Builder. status(String status)Indicates the status of the feature that is activated for the detector.AwsGuardDutyDetectorFeaturesDetails.BuilderAwsGuardDutyDetectorFeaturesDetails. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsGuardDutyDetectorFeaturesDetails.Builder Modifier and Type Method Description static Class<? extends AwsGuardDutyDetectorFeaturesDetails.Builder>AwsGuardDutyDetectorFeaturesDetails. serializableBuilderClass()
-