Uses of Class
com.amazonaws.services.inspector.model.AddAttributesToFindingsResult
Packages that use AddAttributesToFindingsResult
-
Uses of AddAttributesToFindingsResult in com.amazonaws.services.inspector
Methods in com.amazonaws.services.inspector that return AddAttributesToFindingsResultModifier 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.Methods in com.amazonaws.services.inspector that return types with arguments of type AddAttributesToFindingsResultModifier and TypeMethodDescriptionAbstractAmazonInspectorAsync.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 AddAttributesToFindingsResultModifier 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 AddAttributesToFindingsResult in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AddAttributesToFindingsResultModifier and TypeMethodDescriptionAddAttributesToFindingsResult.addFailedItemsEntry
(String key, FailedItemDetails value) AddAttributesToFindingsResult.clearFailedItemsEntries()
Removes all the entries added into FailedItems.AddAttributesToFindingsResult.clone()
AddAttributesToFindingsResult.withFailedItems
(Map<String, FailedItemDetails> failedItems) Attribute details that cannot be described.