| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobsResult> |
AWSIotAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AbstractAWSIotAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AWSIotAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Lists jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest |
ListJobsRequest.clone() |
ListJobsRequest |
ListJobsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per request.
|
ListJobsRequest |
ListJobsRequest.withNamespaceId(String namespaceId)
The namespace used to indicate that a job is a customer-managed job.
|
ListJobsRequest |
ListJobsRequest.withNextToken(String nextToken)
The token to retrieve the next set of results.
|
ListJobsRequest |
ListJobsRequest.withStatus(JobStatus status)
An optional filter that lets you search for jobs that have the specified status.
|
ListJobsRequest |
ListJobsRequest.withStatus(String status)
An optional filter that lets you search for jobs that have the specified status.
|
ListJobsRequest |
ListJobsRequest.withTargetSelection(String targetSelection)
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified
as targets have completed the job (SNAPSHOT).
|
ListJobsRequest |
ListJobsRequest.withTargetSelection(TargetSelection targetSelection)
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified
as targets have completed the job (SNAPSHOT).
|
ListJobsRequest |
ListJobsRequest.withThingGroupId(String thingGroupId)
A filter that limits the returned jobs to those for the specified group.
|
ListJobsRequest |
ListJobsRequest.withThingGroupName(String thingGroupName)
A filter that limits the returned jobs to those for the specified group.
|
Copyright © 2021. All rights reserved.