| Package | Description |
|---|---|
| com.amazonaws.services.codegurusecurity |
|
| com.amazonaws.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
GetScanResult |
AbstractAmazonCodeGuruSecurity.getScan(GetScanRequest request) |
GetScanResult |
AmazonCodeGuruSecurityClient.getScan(GetScanRequest request)
Returns details about a scan, including whether or not a scan has completed.
|
GetScanResult |
AmazonCodeGuruSecurity.getScan(GetScanRequest getScanRequest)
Returns details about a scan, including whether or not a scan has completed.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetScanResult> |
AbstractAmazonCodeGuruSecurityAsync.getScanAsync(GetScanRequest request) |
Future<GetScanResult> |
AmazonCodeGuruSecurityAsync.getScanAsync(GetScanRequest getScanRequest)
Returns details about a scan, including whether or not a scan has completed.
|
Future<GetScanResult> |
AmazonCodeGuruSecurityAsyncClient.getScanAsync(GetScanRequest request) |
Future<GetScanResult> |
AbstractAmazonCodeGuruSecurityAsync.getScanAsync(GetScanRequest request,
AsyncHandler<GetScanRequest,GetScanResult> asyncHandler) |
Future<GetScanResult> |
AmazonCodeGuruSecurityAsync.getScanAsync(GetScanRequest getScanRequest,
AsyncHandler<GetScanRequest,GetScanResult> asyncHandler)
Returns details about a scan, including whether or not a scan has completed.
|
Future<GetScanResult> |
AmazonCodeGuruSecurityAsyncClient.getScanAsync(GetScanRequest request,
AsyncHandler<GetScanRequest,GetScanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetScanResult> |
AbstractAmazonCodeGuruSecurityAsync.getScanAsync(GetScanRequest request,
AsyncHandler<GetScanRequest,GetScanResult> asyncHandler) |
Future<GetScanResult> |
AmazonCodeGuruSecurityAsync.getScanAsync(GetScanRequest getScanRequest,
AsyncHandler<GetScanRequest,GetScanResult> asyncHandler)
Returns details about a scan, including whether or not a scan has completed.
|
Future<GetScanResult> |
AmazonCodeGuruSecurityAsyncClient.getScanAsync(GetScanRequest request,
AsyncHandler<GetScanRequest,GetScanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetScanResult |
GetScanResult.clone() |
GetScanResult |
GetScanResult.withAnalysisType(AnalysisType analysisType)
The type of analysis CodeGuru Security performed in the scan, either
Security or All. |
GetScanResult |
GetScanResult.withAnalysisType(String analysisType)
The type of analysis CodeGuru Security performed in the scan, either
Security or All. |
GetScanResult |
GetScanResult.withCreatedAt(Date createdAt)
The time the scan was created.
|
GetScanResult |
GetScanResult.withErrorMessage(String errorMessage)
Details about the error that causes a scan to fail to be retrieved.
|
GetScanResult |
GetScanResult.withNumberOfRevisions(Long numberOfRevisions)
The number of times a scan has been re-run on a revised resource.
|
GetScanResult |
GetScanResult.withRunId(String runId)
UUID that identifies the individual scan run.
|
GetScanResult |
GetScanResult.withScanName(String scanName)
The name of the scan.
|
GetScanResult |
GetScanResult.withScanNameArn(String scanNameArn)
The ARN for the scan name.
|
GetScanResult |
GetScanResult.withScanState(ScanState scanState)
The current state of the scan.
|
GetScanResult |
GetScanResult.withScanState(String scanState)
The current state of the scan.
|
GetScanResult |
GetScanResult.withUpdatedAt(Date updatedAt)
The time when the scan was last updated.
|
Copyright © 2024. All rights reserved.