| Package | Description |
|---|---|
| software.amazon.awssdk.services.glacier.model | |
| software.amazon.awssdk.services.glacier.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<GlacierJobDescription> |
ListJobsResponse.jobList()
A list of job objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobList(GlacierJobDescription... jobList)
A list of job objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobList(Collection<GlacierJobDescription> jobList)
A list of job objects.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<GlacierJobDescription> |
ListJobsPublisher.jobList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<GlacierJobDescription> |
ListJobsIterable.jobList()
Returns an iterable to iterate through the paginated
ListJobsResponse.jobList() member. |
Copyright © 2023. All rights reserved.