Uses of Class
software.amazon.awssdk.services.codegurusecurity.model.GetFindingsRequest
-
-
Uses of GetFindingsRequest in software.amazon.awssdk.services.codegurusecurity
Methods in software.amazon.awssdk.services.codegurusecurity with parameters of type GetFindingsRequest Modifier and Type Method Description default CompletableFuture<GetFindingsResponse>CodeGuruSecurityAsyncClient. getFindings(GetFindingsRequest 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.default GetFindingsPublisherCodeGuruSecurityAsyncClient. getFindingsPaginator(GetFindingsRequest getFindingsRequest)Returns a list of all findings generated by a particular scan.default GetFindingsIterableCodeGuruSecurityClient. getFindingsPaginator(GetFindingsRequest getFindingsRequest)Returns a list of all findings generated by a particular scan. -
Uses of GetFindingsRequest in software.amazon.awssdk.services.codegurusecurity.paginators
Constructors in software.amazon.awssdk.services.codegurusecurity.paginators with parameters of type GetFindingsRequest Constructor Description GetFindingsIterable(CodeGuruSecurityClient client, GetFindingsRequest firstRequest)GetFindingsPublisher(CodeGuruSecurityAsyncClient client, GetFindingsRequest firstRequest) -
Uses of GetFindingsRequest in software.amazon.awssdk.services.codegurusecurity.transform
Methods in software.amazon.awssdk.services.codegurusecurity.transform with parameters of type GetFindingsRequest Modifier and Type Method Description SdkHttpFullRequestGetFindingsRequestMarshaller. marshall(GetFindingsRequest getFindingsRequest)
-