Uses of Class
software.amazon.awssdk.services.glacier.model.ListJobsResponse
-
Packages that use ListJobsResponse Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data."software.amazon.awssdk.services.glacier.paginators -
-
Uses of ListJobsResponse in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return ListJobsResponse Modifier and Type Method Description default ListJobsResponseGlacierClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.default ListJobsResponseGlacierClient. listJobs(ListJobsRequest listJobsRequest)This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.Methods in software.amazon.awssdk.services.glacier that return types with arguments of type ListJobsResponse Modifier and Type Method Description default CompletableFuture<ListJobsResponse>GlacierAsyncClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.default CompletableFuture<ListJobsResponse>GlacierAsyncClient. listJobs(ListJobsRequest listJobsRequest)This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished. -
Uses of ListJobsResponse in software.amazon.awssdk.services.glacier.paginators
Methods in software.amazon.awssdk.services.glacier.paginators that return types with arguments of type ListJobsResponse Modifier and Type Method Description Iterator<ListJobsResponse>ListJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.glacier.paginators with type arguments of type ListJobsResponse Modifier and Type Method Description voidListJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJobsResponse> subscriber)
-