| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static ListJobsResponse.Builder |
ListJobsResponse.builder() |
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobs(Collection<JobListDescriptor> jobs)
The list of current jobs and jobs that have ended within the last 30 days.
|
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobs(Consumer<JobListDescriptor.Builder>... jobs)
The list of current jobs and jobs that have ended within the last 30 days.
|
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobs(JobListDescriptor... jobs)
The list of current jobs and jobs that have ended within the last 30 days.
|
ListJobsResponse.Builder |
ListJobsResponse.Builder.nextToken(String nextToken)
If the
List Jobs request produced more than the maximum number of results, you can pass this
value into a subsequent List Jobs request in order to retrieve the next page of results. |
ListJobsResponse.Builder |
ListJobsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListJobsResponse.Builder> |
ListJobsResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.