Package | Description |
---|---|
com.amazonaws.services.inspector | |
com.amazonaws.services.inspector.model |
Modifier and Type | Method and Description |
---|---|
Future<AddAttributesToFindingsResult> |
AmazonInspectorAsyncClient.addAttributesToFindingsAsync(AddAttributesToFindingsRequest request,
AsyncHandler<AddAttributesToFindingsRequest,AddAttributesToFindingsResult> asyncHandler) |
Future<AddAttributesToFindingsResult> |
AbstractAmazonInspectorAsync.addAttributesToFindingsAsync(AddAttributesToFindingsRequest request,
AsyncHandler<AddAttributesToFindingsRequest,AddAttributesToFindingsResult> asyncHandler) |
Future<AddAttributesToFindingsResult> |
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.
|
Modifier and Type | Method and Description |
---|---|
AddAttributesToFindingsRequest |
AddAttributesToFindingsRequest.clone() |
AddAttributesToFindingsRequest |
AddAttributesToFindingsRequest.withAttributes(Attribute... attributes)
The array of attributes that you want to assign to specified findings.
|
AddAttributesToFindingsRequest |
AddAttributesToFindingsRequest.withAttributes(Collection<Attribute> attributes)
The array of attributes that you want to assign to specified findings.
|
AddAttributesToFindingsRequest |
AddAttributesToFindingsRequest.withFindingArns(Collection<String> findingArns)
The ARNs that specify the findings that you want to assign attributes to.
|
AddAttributesToFindingsRequest |
AddAttributesToFindingsRequest.withFindingArns(String... findingArns)
The ARNs that specify the findings that you want to assign attributes to.
|
Copyright © 2018. All rights reserved.