| Package | Description |
|---|---|
| com.amazonaws.services.inspector | |
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListApplicationsResult> |
AmazonInspectorAsyncClient.listApplicationsAsync(ListApplicationsRequest request,
AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler) |
Future<ListApplicationsResult> |
AbstractAmazonInspectorAsync.listApplicationsAsync(ListApplicationsRequest request,
AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler) |
Future<ListApplicationsResult> |
AmazonInspectorAsync.listApplicationsAsync(ListApplicationsRequest listApplicationsRequest,
AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
Lists the ARNs of the applications within this AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsRequest |
ListApplicationsRequest.clone() |
ListApplicationsRequest |
ListApplicationsRequest.withFilter(ApplicationsFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
ListApplicationsRequest |
ListApplicationsRequest.withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you
want in the response.
|
ListApplicationsRequest |
ListApplicationsRequest.withNextToken(String nextToken)
You can use this parameter when paginating results.
|
Copyright © 2015. All rights reserved.