| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListJobsResponse> |
IotAsyncClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Lists jobs.
|
default ListJobsResponse |
IotClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Lists jobs.
|
default ListJobsPublisher |
IotAsyncClient.listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest)
Lists jobs.
|
default ListJobsIterable |
IotClient.listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest)
Lists jobs.
|
| Modifier and Type | Method and Description |
|---|---|
static ListJobsRequest.Builder |
ListJobsRequest.builder() |
ListJobsRequest.Builder |
ListJobsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return per request.
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.namespaceId(String namespaceId)
The namespace used to indicate that a job is a customer-managed job.
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListJobsRequest.Builder |
ListJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListJobsRequest.Builder |
ListJobsRequest.Builder.status(JobStatus status)
An optional filter that lets you search for jobs that have the specified status.
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.status(String status)
An optional filter that lets you search for jobs that have the specified status.
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.targetSelection(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.Builder |
ListJobsRequest.Builder.targetSelection(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.Builder |
ListJobsRequest.Builder.thingGroupId(String thingGroupId)
A filter that limits the returned jobs to those for the specified group.
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.thingGroupName(String thingGroupName)
A filter that limits the returned jobs to those for the specified group.
|
ListJobsRequest.Builder |
ListJobsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListJobsRequest.Builder> |
ListJobsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.