@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonCodeGuruSecurity extends Object implements AmazonCodeGuruSecurity
AmazonCodeGuruSecurity
. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
BatchGetFindingsResult |
batchGetFindings(BatchGetFindingsRequest request)
Returns a list of requested findings from standard scans.
|
CreateScanResult |
createScan(CreateScanRequest request)
Use to create a scan using code uploaded to an Amazon S3 bucket.
|
CreateUploadUrlResult |
createUploadUrl(CreateUploadUrlRequest request)
Generates a pre-signed URL, request headers used to upload a code resource, and code artifact identifier for the
uploaded resource.
|
GetAccountConfigurationResult |
getAccountConfiguration(GetAccountConfigurationRequest request)
Use to get the encryption configuration for an account.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetFindingsResult |
getFindings(GetFindingsRequest request)
Returns a list of all findings generated by a particular scan.
|
GetMetricsSummaryResult |
getMetricsSummary(GetMetricsSummaryRequest request)
Returns a summary of metrics for an account from a specified date, including number of open findings, the
categories with most findings, the scans with most open findings, and scans with most open critical findings.
|
GetScanResult |
getScan(GetScanRequest request)
Returns details about a scan, including whether or not a scan has completed.
|
ListFindingsMetricsResult |
listFindingsMetrics(ListFindingsMetricsRequest request)
Returns metrics about all findings in an account within a specified time range.
|
ListScansResult |
listScans(ListScansRequest request)
Returns a list of all scans in an account.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Returns a list of all tags associated with a scan.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Use to add one or more tags to an existing scan.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Use to remove one or more tags from an existing scan.
|
UpdateAccountConfigurationResult |
updateAccountConfiguration(UpdateAccountConfigurationRequest request)
Use to update the encryption configuration for an account.
|
public BatchGetFindingsResult batchGetFindings(BatchGetFindingsRequest request)
AmazonCodeGuruSecurity
Returns a list of requested findings from standard scans.
batchGetFindings
in interface AmazonCodeGuruSecurity
public CreateScanResult createScan(CreateScanRequest request)
AmazonCodeGuruSecurity
Use to create a scan using code uploaded to an Amazon S3 bucket.
createScan
in interface AmazonCodeGuruSecurity
public CreateUploadUrlResult createUploadUrl(CreateUploadUrlRequest request)
AmazonCodeGuruSecurity
Generates a pre-signed URL, request headers used to upload a code resource, and code artifact identifier for the uploaded resource.
You can upload your code resource to the URL with the request headers using any HTTP client.
createUploadUrl
in interface AmazonCodeGuruSecurity
public GetAccountConfigurationResult getAccountConfiguration(GetAccountConfigurationRequest request)
AmazonCodeGuruSecurity
Use to get the encryption configuration for an account.
getAccountConfiguration
in interface AmazonCodeGuruSecurity
public GetFindingsResult getFindings(GetFindingsRequest request)
AmazonCodeGuruSecurity
Returns a list of all findings generated by a particular scan.
getFindings
in interface AmazonCodeGuruSecurity
public GetMetricsSummaryResult getMetricsSummary(GetMetricsSummaryRequest request)
AmazonCodeGuruSecurity
Returns a summary of metrics for an account from a specified date, including number of open findings, the categories with most findings, the scans with most open findings, and scans with most open critical findings.
getMetricsSummary
in interface AmazonCodeGuruSecurity
public GetScanResult getScan(GetScanRequest request)
AmazonCodeGuruSecurity
Returns details about a scan, including whether or not a scan has completed.
getScan
in interface AmazonCodeGuruSecurity
public ListFindingsMetricsResult listFindingsMetrics(ListFindingsMetricsRequest request)
AmazonCodeGuruSecurity
Returns metrics about all findings in an account within a specified time range.
listFindingsMetrics
in interface AmazonCodeGuruSecurity
public ListScansResult listScans(ListScansRequest request)
AmazonCodeGuruSecurity
Returns a list of all scans in an account. Does not return EXPRESS
scans.
listScans
in interface AmazonCodeGuruSecurity
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AmazonCodeGuruSecurity
Returns a list of all tags associated with a scan.
listTagsForResource
in interface AmazonCodeGuruSecurity
public TagResourceResult tagResource(TagResourceRequest request)
AmazonCodeGuruSecurity
Use to add one or more tags to an existing scan.
tagResource
in interface AmazonCodeGuruSecurity
public UntagResourceResult untagResource(UntagResourceRequest request)
AmazonCodeGuruSecurity
Use to remove one or more tags from an existing scan.
untagResource
in interface AmazonCodeGuruSecurity
public UpdateAccountConfigurationResult updateAccountConfiguration(UpdateAccountConfigurationRequest request)
AmazonCodeGuruSecurity
Use to update the encryption configuration for an account.
updateAccountConfiguration
in interface AmazonCodeGuruSecurity
public void shutdown()
AmazonCodeGuruSecurity
shutdown
in interface AmazonCodeGuruSecurity
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonCodeGuruSecurity
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AmazonCodeGuruSecurity
request
- The originally executed request.