| Package | Description |
|---|---|
| com.amazonaws.services.inspector | |
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentsResult |
AbstractAmazonInspector.listAssessments(ListAssessmentsRequest request) |
ListAssessmentsResult |
AmazonInspectorClient.listAssessments(ListAssessmentsRequest listAssessmentsRequest)
Lists the assessments corresponding to applications specified by the
applications' ARNs.
|
ListAssessmentsResult |
AmazonInspector.listAssessments(ListAssessmentsRequest listAssessmentsRequest)
Lists the assessments corresponding to applications specified by the
applications' ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAssessmentsResult> |
AmazonInspectorAsyncClient.listAssessmentsAsync(ListAssessmentsRequest request,
AsyncHandler<ListAssessmentsRequest,ListAssessmentsResult> asyncHandler) |
Future<ListAssessmentsResult> |
AbstractAmazonInspectorAsync.listAssessmentsAsync(ListAssessmentsRequest request,
AsyncHandler<ListAssessmentsRequest,ListAssessmentsResult> asyncHandler) |
Future<ListAssessmentsResult> |
AmazonInspectorAsync.listAssessmentsAsync(ListAssessmentsRequest listAssessmentsRequest,
AsyncHandler<ListAssessmentsRequest,ListAssessmentsResult> asyncHandler)
Lists the assessments corresponding to applications specified by the
applications' ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentsResult |
ListAssessmentsResult.clone() |
ListAssessmentsResult |
ListAssessmentsResult.withAssessmentArnList(Collection<String> assessmentArnList)
A list of ARNs specifying the assessments returned by the action.
|
ListAssessmentsResult |
ListAssessmentsResult.withAssessmentArnList(String... assessmentArnList)
A list of ARNs specifying the assessments returned by the action.
|
ListAssessmentsResult |
ListAssessmentsResult.withNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request.
|
Copyright © 2015. All rights reserved.