Package | Description |
---|---|
com.amazonaws.services.inspector | |
com.amazonaws.services.inspector.model | |
com.amazonaws.services.inspector.model.transform |
Modifier and Type | Method and Description |
---|---|
AddAttributesToFindingsResult |
AmazonInspectorClient.addAttributesToFindings(AddAttributesToFindingsRequest addAttributesToFindingsRequest)
Assigns attributes (key and value pairs) to the findings that are
specified by the ARNs of the findings.
|
AddAttributesToFindingsResult |
AmazonInspector.addAttributesToFindings(AddAttributesToFindingsRequest addAttributesToFindingsRequest)
Assigns attributes (key and value pairs) to the findings that are
specified by the ARNs of the findings.
|
AddAttributesToFindingsResult |
AbstractAmazonInspector.addAttributesToFindings(AddAttributesToFindingsRequest request) |
java.util.concurrent.Future<AddAttributesToFindingsResult> |
AmazonInspectorAsyncClient.addAttributesToFindingsAsync(AddAttributesToFindingsRequest request) |
java.util.concurrent.Future<AddAttributesToFindingsResult> |
AmazonInspectorAsync.addAttributesToFindingsAsync(AddAttributesToFindingsRequest addAttributesToFindingsRequest)
Assigns attributes (key and value pairs) to the findings that are
specified by the ARNs of the findings.
|
java.util.concurrent.Future<AddAttributesToFindingsResult> |
AbstractAmazonInspectorAsync.addAttributesToFindingsAsync(AddAttributesToFindingsRequest request) |
java.util.concurrent.Future<AddAttributesToFindingsResult> |
AmazonInspectorAsyncClient.addAttributesToFindingsAsync(AddAttributesToFindingsRequest request,
AsyncHandler<AddAttributesToFindingsRequest,AddAttributesToFindingsResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<AddAttributesToFindingsResult> |
AbstractAmazonInspectorAsync.addAttributesToFindingsAsync(AddAttributesToFindingsRequest request,
AsyncHandler<AddAttributesToFindingsRequest,AddAttributesToFindingsResult> asyncHandler) |
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(java.util.Collection<Attribute> attributes)
The array of attributes that you want to assign to specified findings.
|
AddAttributesToFindingsRequest |
AddAttributesToFindingsRequest.withFindingArns(java.util.Collection<java.lang.String> findingArns)
The ARNs that specify the findings that you want to assign attributes to.
|
AddAttributesToFindingsRequest |
AddAttributesToFindingsRequest.withFindingArns(java.lang.String... findingArns)
The ARNs that specify the findings that you want to assign attributes to.
|
Modifier and Type | Method and Description |
---|---|
Request<AddAttributesToFindingsRequest> |
AddAttributesToFindingsRequestMarshaller.marshall(AddAttributesToFindingsRequest addAttributesToFindingsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<AddAttributesToFindingsRequest> |
AddAttributesToFindingsRequestMarshaller.marshall(AddAttributesToFindingsRequest addAttributesToFindingsRequest) |