Uses of Class
software.amazon.awssdk.services.codegurusecurity.model.GetFindingsResponse
-
Packages that use GetFindingsResponse Package Description software.amazon.awssdk.services.codegurusecurity software.amazon.awssdk.services.codegurusecurity.paginators -
-
Uses of GetFindingsResponse in software.amazon.awssdk.services.codegurusecurity
Methods in software.amazon.awssdk.services.codegurusecurity that return GetFindingsResponse Modifier and Type Method Description default GetFindingsResponseCodeGuruSecurityClient. getFindings(Consumer<GetFindingsRequest.Builder> getFindingsRequest)Returns a list of all findings generated by a particular scan.default GetFindingsResponseCodeGuruSecurityClient. getFindings(GetFindingsRequest getFindingsRequest)Returns a list of all findings generated by a particular scan.Methods in software.amazon.awssdk.services.codegurusecurity that return types with arguments of type GetFindingsResponse Modifier and Type Method 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. -
Uses of GetFindingsResponse in software.amazon.awssdk.services.codegurusecurity.paginators
Methods in software.amazon.awssdk.services.codegurusecurity.paginators that return types with arguments of type GetFindingsResponse Modifier and Type Method Description Iterator<GetFindingsResponse>GetFindingsIterable. iterator()Method parameters in software.amazon.awssdk.services.codegurusecurity.paginators with type arguments of type GetFindingsResponse Modifier and Type Method Description voidGetFindingsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetFindingsResponse> subscriber)
-