Uses of Class
com.amazonaws.services.glacier.model.ListJobsResult
Packages that use ListJobsResult
-
Uses of ListJobsResult in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier that return ListJobsResultModifier and TypeMethodDescriptionAbstractAmazonGlacier.listJobs
(ListJobsRequest request) AmazonGlacier.listJobs
(ListJobsRequest listJobsRequest) This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.AmazonGlacierClient.listJobs
(ListJobsRequest listJobsRequest) This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.Methods in com.amazonaws.services.glacier that return types with arguments of type ListJobsResultModifier and TypeMethodDescriptionAbstractAmazonGlacierAsync.listJobsAsync
(ListJobsRequest request) AbstractAmazonGlacierAsync.listJobsAsync
(ListJobsRequest request, AsyncHandler<ListJobsRequest, ListJobsResult> asyncHandler) AmazonGlacierAsync.listJobsAsync
(ListJobsRequest listJobsRequest) This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.AmazonGlacierAsync.listJobsAsync
(ListJobsRequest listJobsRequest, AsyncHandler<ListJobsRequest, ListJobsResult> asyncHandler) This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.AmazonGlacierAsyncClient.listJobsAsync
(ListJobsRequest request) AmazonGlacierAsyncClient.listJobsAsync
(ListJobsRequest request, AsyncHandler<ListJobsRequest, ListJobsResult> asyncHandler) Method parameters in com.amazonaws.services.glacier with type arguments of type ListJobsResultModifier and TypeMethodDescriptionAbstractAmazonGlacierAsync.listJobsAsync
(ListJobsRequest request, AsyncHandler<ListJobsRequest, ListJobsResult> asyncHandler) AmazonGlacierAsync.listJobsAsync
(ListJobsRequest listJobsRequest, AsyncHandler<ListJobsRequest, ListJobsResult> asyncHandler) This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.AmazonGlacierAsyncClient.listJobsAsync
(ListJobsRequest request, AsyncHandler<ListJobsRequest, ListJobsResult> asyncHandler) -
Uses of ListJobsResult in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return ListJobsResultModifier and TypeMethodDescriptionListJobsResult.clone()
ListJobsResult.withJobList
(GlacierJobDescription... jobList) A list of job objects.ListJobsResult.withJobList
(Collection<GlacierJobDescription> jobList) A list of job objects.ListJobsResult.withMarker
(String marker) An opaque string that represents where to continue pagination of the results.