Uses of Class
software.amazon.awssdk.services.guardduty.model.DataSourceStatus
-
Packages that use DataSourceStatus Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of DataSourceStatus in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return DataSourceStatus Modifier and Type Method Description static DataSourceStatusDataSourceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataSourceStatusCloudTrailConfigurationResult. status()Describes whether CloudTrail is enabled as a data source for the detector.DataSourceStatusDNSLogsConfigurationResult. status()Denotes whether DNS logs is enabled as a data source.DataSourceStatusEbsVolumesResult. status()Describes whether scanning EBS volumes is enabled as a data source.DataSourceStatusFlowLogsConfigurationResult. status()Denotes whether VPC flow logs is enabled as a data source.DataSourceStatusKubernetesAuditLogsConfigurationResult. status()A value that describes whether Kubernetes audit logs are enabled as a data source.DataSourceStatusS3LogsConfigurationResult. status()A value that describes whether S3 data event logs are automatically enabled for new members of the organization.static DataSourceStatusDataSourceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSourceStatus[]DataSourceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type DataSourceStatus Modifier and Type Method Description static Set<DataSourceStatus>DataSourceStatus. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type DataSourceStatus Modifier and Type Method Description CloudTrailConfigurationResult.BuilderCloudTrailConfigurationResult.Builder. status(DataSourceStatus status)Describes whether CloudTrail is enabled as a data source for the detector.DNSLogsConfigurationResult.BuilderDNSLogsConfigurationResult.Builder. status(DataSourceStatus status)Denotes whether DNS logs is enabled as a data source.EbsVolumesResult.BuilderEbsVolumesResult.Builder. status(DataSourceStatus status)Describes whether scanning EBS volumes is enabled as a data source.FlowLogsConfigurationResult.BuilderFlowLogsConfigurationResult.Builder. status(DataSourceStatus status)Denotes whether VPC flow logs is enabled as a data source.KubernetesAuditLogsConfigurationResult.BuilderKubernetesAuditLogsConfigurationResult.Builder. status(DataSourceStatus status)A value that describes whether Kubernetes audit logs are enabled as a data source.S3LogsConfigurationResult.BuilderS3LogsConfigurationResult.Builder. status(DataSourceStatus status)A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
-