Uses of Class
software.amazon.awssdk.services.codegurusecurity.model.GetScanResponse
-
Packages that use GetScanResponse Package Description software.amazon.awssdk.services.codegurusecurity -
-
Uses of GetScanResponse in software.amazon.awssdk.services.codegurusecurity
Methods in software.amazon.awssdk.services.codegurusecurity that return GetScanResponse Modifier and Type Method Description default GetScanResponseCodeGuruSecurityClient. getScan(Consumer<GetScanRequest.Builder> getScanRequest)Returns details about a scan, including whether or not a scan has completed.default GetScanResponseCodeGuruSecurityClient. getScan(GetScanRequest getScanRequest)Returns details about a scan, including whether or not a scan has completed.Methods in software.amazon.awssdk.services.codegurusecurity that return types with arguments of type GetScanResponse Modifier and Type Method Description default CompletableFuture<GetScanResponse>CodeGuruSecurityAsyncClient. getScan(Consumer<GetScanRequest.Builder> getScanRequest)Returns details about a scan, including whether or not a scan has completed.default CompletableFuture<GetScanResponse>CodeGuruSecurityAsyncClient. getScan(GetScanRequest getScanRequest)Returns details about a scan, including whether or not a scan has completed.
-