Uses of Class
software.amazon.awssdk.services.inspector2.model.CisScanConfiguration
-
Packages that use CisScanConfiguration Package Description software.amazon.awssdk.services.inspector2.model software.amazon.awssdk.services.inspector2.paginators -
-
Uses of CisScanConfiguration in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type CisScanConfiguration Modifier and Type Method Description List<CisScanConfiguration>ListCisScanConfigurationsResponse. scanConfigurations()The CIS scan configuration scan configurations.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type CisScanConfiguration Modifier and Type Method Description ListCisScanConfigurationsResponse.BuilderListCisScanConfigurationsResponse.Builder. scanConfigurations(CisScanConfiguration... scanConfigurations)The CIS scan configuration scan configurations.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type CisScanConfiguration Modifier and Type Method Description ListCisScanConfigurationsResponse.BuilderListCisScanConfigurationsResponse.Builder. scanConfigurations(Collection<CisScanConfiguration> scanConfigurations)The CIS scan configuration scan configurations. -
Uses of CisScanConfiguration in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type CisScanConfiguration Modifier and Type Method Description SdkIterable<CisScanConfiguration>ListCisScanConfigurationsIterable. scanConfigurations()Returns an iterable to iterate through the paginatedListCisScanConfigurationsResponse.scanConfigurations()member.SdkPublisher<CisScanConfiguration>ListCisScanConfigurationsPublisher. scanConfigurations()Returns a publisher that can be used to get a stream of data.
-