Uses of Class
software.amazon.awssdk.services.inspector.model.RemoveAttributesFromFindingsResponse
-
Packages that use RemoveAttributesFromFindingsResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of RemoveAttributesFromFindingsResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return RemoveAttributesFromFindingsResponse Modifier and Type Method Description default RemoveAttributesFromFindingsResponseInspectorClient. removeAttributesFromFindings(Consumer<RemoveAttributesFromFindingsRequest.Builder> 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.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type RemoveAttributesFromFindingsResponse Modifier and Type Method Description default CompletableFuture<RemoveAttributesFromFindingsResponse>InspectorAsyncClient. removeAttributesFromFindings(Consumer<RemoveAttributesFromFindingsRequest.Builder> 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 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.
-