| 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 CreateScanResponse |
CodeGuruSecurityClient.createScan(Consumer<CreateScanRequest.Builder> createScanRequest)
Use to create a scan using code uploaded to an S3 bucket.
|
default CreateScanResponse |
CodeGuruSecurityClient.createScan(CreateScanRequest createScanRequest)
Use to create a scan using code uploaded to an S3 bucket.
|
default GetFindingsResponse |
CodeGuruSecurityClient.getFindings(Consumer<GetFindingsRequest.Builder> getFindingsRequest)
Returns a list of all findings generated by a particular scan.
|
default GetFindingsResponse |
CodeGuruSecurityClient.getFindings(GetFindingsRequest getFindingsRequest)
Returns a list of all findings generated by a particular scan.
|
default GetFindingsIterable |
CodeGuruSecurityClient.getFindingsPaginator(Consumer<GetFindingsRequest.Builder> getFindingsRequest)
Returns a list of all findings generated by a particular scan.
|
default GetFindingsIterable |
CodeGuruSecurityClient.getFindingsPaginator(GetFindingsRequest getFindingsRequest)
Returns a list of all findings generated by a particular scan.
|
default ListTagsForResourceResponse |
CodeGuruSecurityClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of all tags associated with a scan.
|
default ListTagsForResourceResponse |
CodeGuruSecurityClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of all tags associated with a scan.
|
default TagResourceResponse |
CodeGuruSecurityClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Use to add one or more tags to an existing scan.
|
default TagResourceResponse |
CodeGuruSecurityClient.tagResource(TagResourceRequest tagResourceRequest)
Use to add one or more tags to an existing scan.
|
default UntagResourceResponse |
CodeGuruSecurityClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Use to remove one or more tags from an existing scan.
|
default UntagResourceResponse |
CodeGuruSecurityClient.untagResource(UntagResourceRequest untagResourceRequest)
Use to remove one or more tags from an existing scan.
|
Copyright © 2023. All rights reserved.