Uses of Class
com.amazonaws.services.inspector.model.AddAttributesToFindingsRequest
Packages that use AddAttributesToFindingsRequest
-
Uses of AddAttributesToFindingsRequest in com.amazonaws.services.inspector
Methods in com.amazonaws.services.inspector with parameters of type AddAttributesToFindingsRequestModifier and TypeMethodDescriptionAbstractAmazonInspector.addAttributesToFindings
(AddAttributesToFindingsRequest request) AmazonInspector.addAttributesToFindings
(AddAttributesToFindingsRequest addAttributesToFindingsRequest) Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.AmazonInspectorClient.addAttributesToFindings
(AddAttributesToFindingsRequest addAttributesToFindingsRequest) Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.AbstractAmazonInspectorAsync.addAttributesToFindingsAsync
(AddAttributesToFindingsRequest request) AbstractAmazonInspectorAsync.addAttributesToFindingsAsync
(AddAttributesToFindingsRequest request, AsyncHandler<AddAttributesToFindingsRequest, AddAttributesToFindingsResult> asyncHandler) AmazonInspectorAsync.addAttributesToFindingsAsync
(AddAttributesToFindingsRequest addAttributesToFindingsRequest) Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.AmazonInspectorAsync.addAttributesToFindingsAsync
(AddAttributesToFindingsRequest addAttributesToFindingsRequest, AsyncHandler<AddAttributesToFindingsRequest, AddAttributesToFindingsResult> asyncHandler) Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.AmazonInspectorAsyncClient.addAttributesToFindingsAsync
(AddAttributesToFindingsRequest request) AmazonInspectorAsyncClient.addAttributesToFindingsAsync
(AddAttributesToFindingsRequest request, AsyncHandler<AddAttributesToFindingsRequest, AddAttributesToFindingsResult> asyncHandler) Method parameters in com.amazonaws.services.inspector with type arguments of type AddAttributesToFindingsRequestModifier and TypeMethodDescriptionAbstractAmazonInspectorAsync.addAttributesToFindingsAsync
(AddAttributesToFindingsRequest request, AsyncHandler<AddAttributesToFindingsRequest, AddAttributesToFindingsResult> asyncHandler) AmazonInspectorAsync.addAttributesToFindingsAsync
(AddAttributesToFindingsRequest addAttributesToFindingsRequest, AsyncHandler<AddAttributesToFindingsRequest, AddAttributesToFindingsResult> asyncHandler) Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.AmazonInspectorAsyncClient.addAttributesToFindingsAsync
(AddAttributesToFindingsRequest request, AsyncHandler<AddAttributesToFindingsRequest, AddAttributesToFindingsResult> asyncHandler) -
Uses of AddAttributesToFindingsRequest in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AddAttributesToFindingsRequestModifier and TypeMethodDescriptionAddAttributesToFindingsRequest.clone()
AddAttributesToFindingsRequest.withAttributes
(Attribute... attributes) The array of attributes that you want to assign to specified findings.AddAttributesToFindingsRequest.withAttributes
(Collection<Attribute> attributes) The array of attributes that you want to assign to specified findings.AddAttributesToFindingsRequest.withFindingArns
(String... findingArns) The ARNs that specify the findings that you want to assign attributes to.AddAttributesToFindingsRequest.withFindingArns
(Collection<String> findingArns) The ARNs that specify the findings that you want to assign attributes to.