Uses of Class
software.amazon.awssdk.services.inspector2.model.CisScanResultDetails
-
Packages that use CisScanResultDetails Package Description software.amazon.awssdk.services.inspector2.model software.amazon.awssdk.services.inspector2.paginators -
-
Uses of CisScanResultDetails in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type CisScanResultDetails Modifier and Type Method Description List<CisScanResultDetails>GetCisScanResultDetailsResponse. scanResultDetails()The scan result details.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type CisScanResultDetails Modifier and Type Method Description GetCisScanResultDetailsResponse.BuilderGetCisScanResultDetailsResponse.Builder. scanResultDetails(CisScanResultDetails... scanResultDetails)The scan result details.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type CisScanResultDetails Modifier and Type Method Description GetCisScanResultDetailsResponse.BuilderGetCisScanResultDetailsResponse.Builder. scanResultDetails(Collection<CisScanResultDetails> scanResultDetails)The scan result details. -
Uses of CisScanResultDetails in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type CisScanResultDetails Modifier and Type Method Description SdkIterable<CisScanResultDetails>GetCisScanResultDetailsIterable. scanResultDetails()Returns an iterable to iterate through the paginatedGetCisScanResultDetailsResponse.scanResultDetails()member.SdkPublisher<CisScanResultDetails>GetCisScanResultDetailsPublisher. scanResultDetails()Returns a publisher that can be used to get a stream of data.
-