Uses of Class
software.amazon.awssdk.services.glacier.model.GlacierJobDescription
-
Packages that use GlacierJobDescription Package Description software.amazon.awssdk.services.glacier.model software.amazon.awssdk.services.glacier.paginators -
-
Uses of GlacierJobDescription in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type GlacierJobDescription Modifier and Type Method Description List<GlacierJobDescription>ListJobsResponse. jobList()A list of job objects.Methods in software.amazon.awssdk.services.glacier.model with parameters of type GlacierJobDescription Modifier and Type Method Description ListJobsResponse.BuilderListJobsResponse.Builder. jobList(GlacierJobDescription... jobList)A list of job objects.Method parameters in software.amazon.awssdk.services.glacier.model with type arguments of type GlacierJobDescription Modifier and Type Method Description ListJobsResponse.BuilderListJobsResponse.Builder. jobList(Collection<GlacierJobDescription> jobList)A list of job objects. -
Uses of GlacierJobDescription in software.amazon.awssdk.services.glacier.paginators
Methods in software.amazon.awssdk.services.glacier.paginators that return types with arguments of type GlacierJobDescription Modifier and Type Method Description SdkIterable<GlacierJobDescription>ListJobsIterable. jobList()Returns an iterable to iterate through the paginatedListJobsResponse.jobList()member.SdkPublisher<GlacierJobDescription>ListJobsPublisher. jobList()Returns a publisher that can be used to get a stream of data.
-