Uses of Class
software.amazon.awssdk.services.inspector.model.AddAttributesToFindingsResponse
-
Packages that use AddAttributesToFindingsResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of AddAttributesToFindingsResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return AddAttributesToFindingsResponse Modifier and Type Method Description default AddAttributesToFindingsResponseInspectorClient. addAttributesToFindings(Consumer<AddAttributesToFindingsRequest.Builder> addAttributesToFindingsRequest)Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.default AddAttributesToFindingsResponseInspectorClient. addAttributesToFindings(AddAttributesToFindingsRequest addAttributesToFindingsRequest)Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type AddAttributesToFindingsResponse Modifier and Type Method Description default CompletableFuture<AddAttributesToFindingsResponse>InspectorAsyncClient. addAttributesToFindings(Consumer<AddAttributesToFindingsRequest.Builder> addAttributesToFindingsRequest)Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.default CompletableFuture<AddAttributesToFindingsResponse>InspectorAsyncClient. addAttributesToFindings(AddAttributesToFindingsRequest addAttributesToFindingsRequest)Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.
-