Uses of Class
software.amazon.awssdk.services.inspector.model.AddAttributesToFindingsRequest
-
Packages that use AddAttributesToFindingsRequest Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.transform -
-
Uses of AddAttributesToFindingsRequest in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector with parameters of type AddAttributesToFindingsRequest Modifier and Type Method Description 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.default AddAttributesToFindingsResponseInspectorClient. addAttributesToFindings(AddAttributesToFindingsRequest addAttributesToFindingsRequest)Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings. -
Uses of AddAttributesToFindingsRequest in software.amazon.awssdk.services.inspector.transform
Methods in software.amazon.awssdk.services.inspector.transform with parameters of type AddAttributesToFindingsRequest Modifier and Type Method Description SdkHttpFullRequestAddAttributesToFindingsRequestMarshaller. marshall(AddAttributesToFindingsRequest addAttributesToFindingsRequest)
-