| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
JobListDescriptor |
JobListDescriptor.clone() |
JobListDescriptor |
JobListDescriptor.withCreationTime(Date creationTime)
A timestamp indicating when the specified job was created.
|
JobListDescriptor |
JobListDescriptor.withDescription(String description)
The user-specified description that was included in the specified job's
Create Job request. |
JobListDescriptor |
JobListDescriptor.withJobId(String jobId)
The ID for the specified job.
|
JobListDescriptor |
JobListDescriptor.withOperation(OperationName operation)
The operation that the specified job is configured to run on every object listed in the manifest.
|
JobListDescriptor |
JobListDescriptor.withOperation(String operation)
The operation that the specified job is configured to run on every object listed in the manifest.
|
JobListDescriptor |
JobListDescriptor.withPriority(Integer priority)
The current priority for the specified job.
|
JobListDescriptor |
JobListDescriptor.withProgressSummary(JobProgressSummary progressSummary)
Describes the total number of tasks that the specified job has run, the number of tasks that succeeded, and the
number of tasks that failed.
|
JobListDescriptor |
JobListDescriptor.withStatus(JobStatus status)
The specified job's current status.
|
JobListDescriptor |
JobListDescriptor.withStatus(String status)
The specified job's current status.
|
JobListDescriptor |
JobListDescriptor.withTerminationDate(Date terminationDate)
A timestamp indicating when the specified job terminated.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobListDescriptor> |
ListJobsResult.getJobs()
The list of current jobs and jobs that have ended within the last 30 days.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
ListJobsResult.withJobs(JobListDescriptor... jobs)
The list of current jobs and jobs that have ended within the last 30 days.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsResult.setJobs(Collection<JobListDescriptor> jobs)
The list of current jobs and jobs that have ended within the last 30 days.
|
ListJobsResult |
ListJobsResult.withJobs(Collection<JobListDescriptor> jobs)
The list of current jobs and jobs that have ended within the last 30 days.
|
Copyright © 2024. All rights reserved.