| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model | |
| software.amazon.awssdk.services.snowball.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<JobListEntry> |
ListJobsResponse.jobListEntries()
Each
JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the
job is a job part, in the case of export jobs. |
List<JobListEntry> |
ListClusterJobsResponse.jobListEntries()
Each
JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the
job is a job part, in the case of export jobs. |
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobListEntries(JobListEntry... jobListEntries)
Each
JobListEntry object contains a job's state, a job's ID, and a value that indicates whether
the job is a job part, in the case of export jobs. |
ListClusterJobsResponse.Builder |
ListClusterJobsResponse.Builder.jobListEntries(JobListEntry... jobListEntries)
Each
JobListEntry object contains a job's state, a job's ID, and a value that indicates whether
the job is a job part, in the case of export jobs. |
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobListEntries(Collection<JobListEntry> jobListEntries)
Each
JobListEntry object contains a job's state, a job's ID, and a value that indicates whether
the job is a job part, in the case of export jobs. |
ListClusterJobsResponse.Builder |
ListClusterJobsResponse.Builder.jobListEntries(Collection<JobListEntry> jobListEntries)
Each
JobListEntry object contains a job's state, a job's ID, and a value that indicates whether
the job is a job part, in the case of export jobs. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<JobListEntry> |
ListJobsIterable.jobListEntries()
Returns an iterable to iterate through the paginated
ListJobsResponse.jobListEntries() member. |
SdkPublisher<JobListEntry> |
ListJobsPublisher.jobListEntries()
Returns a publisher that can be used to get a stream of data.
|
SdkPublisher<JobListEntry> |
ListClusterJobsPublisher.jobListEntries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<JobListEntry> |
ListClusterJobsIterable.jobListEntries()
Returns an iterable to iterate through the paginated
ListClusterJobsResponse.jobListEntries() member. |
Copyright © 2022. All rights reserved.