Uses of Class
com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsRequest
Packages that use RemoveAttributesFromFindingsRequest
-
Uses of RemoveAttributesFromFindingsRequest in com.amazonaws.services.inspector
Methods in com.amazonaws.services.inspector with parameters of type RemoveAttributesFromFindingsRequestModifier and TypeMethodDescriptionAbstractAmazonInspector.removeAttributesFromFindings
(RemoveAttributesFromFindingsRequest request) AmazonInspector.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.AmazonInspectorClient.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.AbstractAmazonInspectorAsync.removeAttributesFromFindingsAsync
(RemoveAttributesFromFindingsRequest request) AbstractAmazonInspectorAsync.removeAttributesFromFindingsAsync
(RemoveAttributesFromFindingsRequest request, AsyncHandler<RemoveAttributesFromFindingsRequest, RemoveAttributesFromFindingsResult> asyncHandler) AmazonInspectorAsync.removeAttributesFromFindingsAsync
(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.AmazonInspectorAsync.removeAttributesFromFindingsAsync
(RemoveAttributesFromFindingsRequest removeAttributesFromFindingsRequest, AsyncHandler<RemoveAttributesFromFindingsRequest, RemoveAttributesFromFindingsResult> asyncHandler) 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.AmazonInspectorAsyncClient.removeAttributesFromFindingsAsync
(RemoveAttributesFromFindingsRequest request) AmazonInspectorAsyncClient.removeAttributesFromFindingsAsync
(RemoveAttributesFromFindingsRequest request, AsyncHandler<RemoveAttributesFromFindingsRequest, RemoveAttributesFromFindingsResult> asyncHandler) Method parameters in com.amazonaws.services.inspector with type arguments of type RemoveAttributesFromFindingsRequestModifier and TypeMethodDescriptionAbstractAmazonInspectorAsync.removeAttributesFromFindingsAsync
(RemoveAttributesFromFindingsRequest request, AsyncHandler<RemoveAttributesFromFindingsRequest, RemoveAttributesFromFindingsResult> asyncHandler) AmazonInspectorAsync.removeAttributesFromFindingsAsync
(RemoveAttributesFromFindingsRequest removeAttributesFromFindingsRequest, AsyncHandler<RemoveAttributesFromFindingsRequest, RemoveAttributesFromFindingsResult> asyncHandler) 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.AmazonInspectorAsyncClient.removeAttributesFromFindingsAsync
(RemoveAttributesFromFindingsRequest request, AsyncHandler<RemoveAttributesFromFindingsRequest, RemoveAttributesFromFindingsResult> asyncHandler) -
Uses of RemoveAttributesFromFindingsRequest in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return RemoveAttributesFromFindingsRequestModifier and TypeMethodDescriptionRemoveAttributesFromFindingsRequest.clone()
RemoveAttributesFromFindingsRequest.withAttributeKeys
(String... attributeKeys) The array of attribute keys that you want to remove from specified findings.RemoveAttributesFromFindingsRequest.withAttributeKeys
(Collection<String> attributeKeys) The array of attribute keys that you want to remove from specified findings.RemoveAttributesFromFindingsRequest.withFindingArns
(String... findingArns) The ARNs that specify the findings that you want to remove attributes from.RemoveAttributesFromFindingsRequest.withFindingArns
(Collection<String> findingArns) The ARNs that specify the findings that you want to remove attributes from.