Uses of Class
software.amazon.awssdk.services.codegurusecurity.model.BatchGetFindingsResponse
-
Packages that use BatchGetFindingsResponse Package Description software.amazon.awssdk.services.codegurusecurity -
-
Uses of BatchGetFindingsResponse in software.amazon.awssdk.services.codegurusecurity
Methods in software.amazon.awssdk.services.codegurusecurity that return BatchGetFindingsResponse Modifier and Type Method Description default BatchGetFindingsResponseCodeGuruSecurityClient. batchGetFindings(Consumer<BatchGetFindingsRequest.Builder> batchGetFindingsRequest)Returns a list of requested findings from standard scans.default BatchGetFindingsResponseCodeGuruSecurityClient. batchGetFindings(BatchGetFindingsRequest batchGetFindingsRequest)Returns a list of requested findings from standard scans.Methods in software.amazon.awssdk.services.codegurusecurity that return types with arguments of type BatchGetFindingsResponse Modifier and Type Method Description default CompletableFuture<BatchGetFindingsResponse>CodeGuruSecurityAsyncClient. batchGetFindings(Consumer<BatchGetFindingsRequest.Builder> batchGetFindingsRequest)Returns a list of requested findings from standard scans.default CompletableFuture<BatchGetFindingsResponse>CodeGuruSecurityAsyncClient. batchGetFindings(BatchGetFindingsRequest batchGetFindingsRequest)Returns a list of requested findings from standard scans.
-