Uses of Interface
software.amazon.awssdk.services.glacier.model.ListJobsResponse.Builder
-
Packages that use ListJobsResponse.Builder Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of ListJobsResponse.Builder in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return ListJobsResponse.Builder Modifier and Type Method Description static ListJobsResponse.BuilderListJobsResponse. builder()ListJobsResponse.BuilderListJobsResponse.Builder. jobList(Collection<GlacierJobDescription> jobList)A list of job objects.ListJobsResponse.BuilderListJobsResponse.Builder. jobList(Consumer<GlacierJobDescription.Builder>... jobList)A list of job objects.ListJobsResponse.BuilderListJobsResponse.Builder. jobList(GlacierJobDescription... jobList)A list of job objects.ListJobsResponse.BuilderListJobsResponse.Builder. marker(String marker)An opaque string used for pagination that specifies the job at which the listing of jobs should begin.ListJobsResponse.BuilderListJobsResponse. toBuilder()Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type ListJobsResponse.Builder Modifier and Type Method Description static Class<? extends ListJobsResponse.Builder>ListJobsResponse. serializableBuilderClass()
-