| Package | Description |
|---|---|
| com.amazonaws.services.inspector | |
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeFindingsResult> |
AmazonInspectorAsyncClient.describeFindingsAsync(DescribeFindingsRequest request,
AsyncHandler<DescribeFindingsRequest,DescribeFindingsResult> asyncHandler) |
Future<DescribeFindingsResult> |
AbstractAmazonInspectorAsync.describeFindingsAsync(DescribeFindingsRequest request,
AsyncHandler<DescribeFindingsRequest,DescribeFindingsResult> asyncHandler) |
Future<DescribeFindingsResult> |
AmazonInspectorAsync.describeFindingsAsync(DescribeFindingsRequest describeFindingsRequest,
AsyncHandler<DescribeFindingsRequest,DescribeFindingsResult> asyncHandler)
Describes the finding(s) specified by the finding ARN(s).
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFindingsRequest |
DescribeFindingsRequest.clone() |
DescribeFindingsRequest |
DescribeFindingsRequest.withFindingArns(Collection<String> findingArns)
The ARN(s) specifying the finding(s) that you want to describe.
|
DescribeFindingsRequest |
DescribeFindingsRequest.withFindingArns(String... findingArns)
The ARN(s) specifying the finding(s) that you want to describe.
|
DescribeFindingsRequest |
DescribeFindingsRequest.withLocale(Locale locale)
The locale that you want to translate a finding description(s),
recommendation(s), and the short description(s) that identify the
finding(s) into.
|
DescribeFindingsRequest |
DescribeFindingsRequest.withLocale(String locale)
The locale that you want to translate a finding description(s),
recommendation(s), and the short description(s) that identify the
finding(s) into.
|
Copyright © 2016. All rights reserved.