Uses of Class
software.amazon.awssdk.services.macie2.model.GetFindingsResponse
-
Packages that use GetFindingsResponse Package Description software.amazon.awssdk.services.macie2 Amazon Macie -
-
Uses of GetFindingsResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return GetFindingsResponse Modifier and Type Method Description default GetFindingsResponseMacie2Client. getFindings(Consumer<GetFindingsRequest.Builder> getFindingsRequest)Retrieves the details of one or more findings.default GetFindingsResponseMacie2Client. getFindings(GetFindingsRequest getFindingsRequest)Retrieves the details of one or more findings.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type GetFindingsResponse Modifier and Type Method Description default CompletableFuture<GetFindingsResponse>Macie2AsyncClient. getFindings(Consumer<GetFindingsRequest.Builder> getFindingsRequest)Retrieves the details of one or more findings.default CompletableFuture<GetFindingsResponse>Macie2AsyncClient. getFindings(GetFindingsRequest getFindingsRequest)Retrieves the details of one or more findings.
-