| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurusecurity |
This section provides documentation for the Amazon CodeGuru Security API operations.
|
| software.amazon.awssdk.services.codegurusecurity.paginators |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetFindingsResponse> |
CodeGuruSecurityAsyncClient.getFindings(Consumer<GetFindingsRequest.Builder> getFindingsRequest)
Returns a list of all findings generated by a particular scan.
|
default CompletableFuture<GetFindingsResponse> |
CodeGuruSecurityAsyncClient.getFindings(GetFindingsRequest getFindingsRequest)
Returns a list of all findings generated by a particular scan.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetFindingsResponse> |
GetFindingsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetFindingsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetFindingsResponse> subscriber) |
Copyright © 2023. All rights reserved.