| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurusecurity |
This section provides documentation for the Amazon CodeGuru Security API operations.
|
| Modifier and Type | Method and Description |
|---|---|
default GetScanResponse |
CodeGuruSecurityClient.getScan(Consumer<GetScanRequest.Builder> getScanRequest)
Returns details about a scan, including whether or not a scan has completed.
|
default GetScanResponse |
CodeGuruSecurityClient.getScan(GetScanRequest getScanRequest)
Returns details about a scan, including whether or not a scan has completed.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.