| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
JobSummary |
JobSummary.clone() |
JobSummary |
JobSummary.withId(String id)
The ID of the job.
|
JobSummary |
JobSummary.withName(String name)
The unique name that helps identify the job request.
|
JobSummary |
JobSummary.withStatus(JobStatus status)
The status of the bulk import job can be one of following values:
|
JobSummary |
JobSummary.withStatus(String status)
The status of the bulk import job can be one of following values:
|
| Modifier and Type | Method and Description |
|---|---|
List<JobSummary> |
ListBulkImportJobsResult.getJobSummaries()
One or more job summaries to list.
|
| Modifier and Type | Method and Description |
|---|---|
ListBulkImportJobsResult |
ListBulkImportJobsResult.withJobSummaries(JobSummary... jobSummaries)
One or more job summaries to list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBulkImportJobsResult.setJobSummaries(Collection<JobSummary> jobSummaries)
One or more job summaries to list.
|
ListBulkImportJobsResult |
ListBulkImportJobsResult.withJobSummaries(Collection<JobSummary> jobSummaries)
One or more job summaries to list.
|
Copyright © 2023. All rights reserved.