Uses of Class
software.amazon.awssdk.services.guardduty.model.UnprocessedDataSourcesResult
-
Packages that use UnprocessedDataSourcesResult Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of UnprocessedDataSourcesResult in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return UnprocessedDataSourcesResult Modifier and Type Method Description UnprocessedDataSourcesResultCreateDetectorResponse. unprocessedDataSources()Specifies the data sources that couldn't be enabled when GuardDuty was enabled for the first time.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type UnprocessedDataSourcesResult Modifier and Type Method Description CreateDetectorResponse.BuilderCreateDetectorResponse.Builder. unprocessedDataSources(UnprocessedDataSourcesResult unprocessedDataSources)Specifies the data sources that couldn't be enabled when GuardDuty was enabled for the first time.
-