Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsGuardDutyDetectorDataSourcesFlowLogsDetails.Builder
-
Packages that use AwsGuardDutyDetectorDataSourcesFlowLogsDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsGuardDutyDetectorDataSourcesFlowLogsDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsGuardDutyDetectorDataSourcesFlowLogsDetails.Builder Modifier and Type Method Description static AwsGuardDutyDetectorDataSourcesFlowLogsDetails.BuilderAwsGuardDutyDetectorDataSourcesFlowLogsDetails. builder()AwsGuardDutyDetectorDataSourcesFlowLogsDetails.BuilderAwsGuardDutyDetectorDataSourcesFlowLogsDetails.Builder. status(String status)Describes whether VPC Flow Logs are activated as a data source for the detector.AwsGuardDutyDetectorDataSourcesFlowLogsDetails.BuilderAwsGuardDutyDetectorDataSourcesFlowLogsDetails. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsGuardDutyDetectorDataSourcesFlowLogsDetails.Builder Modifier and Type Method Description static Class<? extends AwsGuardDutyDetectorDataSourcesFlowLogsDetails.Builder>AwsGuardDutyDetectorDataSourcesFlowLogsDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsGuardDutyDetectorDataSourcesFlowLogsDetails.Builder Modifier and Type Method Description default AwsGuardDutyDetectorDataSourcesDetails.BuilderAwsGuardDutyDetectorDataSourcesDetails.Builder. flowLogs(Consumer<AwsGuardDutyDetectorDataSourcesFlowLogsDetails.Builder> flowLogs)An object that contains information on the status of VPC Flow Logs as a data source for the detector.
-