Uses of Class
software.amazon.awssdk.services.inspector.model.RemoveAttributesFromFindingsRequest
-
Packages that use RemoveAttributesFromFindingsRequest Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.transform -
-
Uses of RemoveAttributesFromFindingsRequest in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector with parameters of type RemoveAttributesFromFindingsRequest Modifier and Type Method Description default CompletableFuture<RemoveAttributesFromFindingsResponse>InspectorAsyncClient. removeAttributesFromFindings(RemoveAttributesFromFindingsRequest removeAttributesFromFindingsRequest)Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists.default RemoveAttributesFromFindingsResponseInspectorClient. removeAttributesFromFindings(RemoveAttributesFromFindingsRequest removeAttributesFromFindingsRequest)Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists. -
Uses of RemoveAttributesFromFindingsRequest in software.amazon.awssdk.services.inspector.transform
Methods in software.amazon.awssdk.services.inspector.transform with parameters of type RemoveAttributesFromFindingsRequest Modifier and Type Method Description SdkHttpFullRequestRemoveAttributesFromFindingsRequestMarshaller. marshall(RemoveAttributesFromFindingsRequest removeAttributesFromFindingsRequest)
-