Uses of Interface
software.amazon.awssdk.services.snowball.model.ListJobsResponse.Builder
-
Packages that use ListJobsResponse.Builder Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of ListJobsResponse.Builder in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return ListJobsResponse.Builder Modifier and Type Method Description static ListJobsResponse.BuilderListJobsResponse. builder()ListJobsResponse.BuilderListJobsResponse.Builder. jobListEntries(Collection<JobListEntry> jobListEntries)EachJobListEntryobject 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.ListJobsResponse.BuilderListJobsResponse.Builder. jobListEntries(Consumer<JobListEntry.Builder>... jobListEntries)EachJobListEntryobject 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.ListJobsResponse.BuilderListJobsResponse.Builder. jobListEntries(JobListEntry... jobListEntries)EachJobListEntryobject 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.ListJobsResponse.BuilderListJobsResponse.Builder. nextToken(String nextToken)HTTP requests are stateless.ListJobsResponse.BuilderListJobsResponse. toBuilder()Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type ListJobsResponse.Builder Modifier and Type Method Description static Class<? extends ListJobsResponse.Builder>ListJobsResponse. serializableBuilderClass()
-