Uses of Class
com.amazonaws.services.glacier.model.ListJobsResult
-
Packages that use ListJobsResult Package Description com.amazonaws.services.glacier com.amazonaws.services.glacier.model -
-
Uses of ListJobsResult in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier that return ListJobsResult Modifier and Type Method Description ListJobsResultAbstractAmazonGlacier. listJobs(ListJobsRequest request)ListJobsResultAmazonGlacier. listJobs(ListJobsRequest listJobsRequest)This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.ListJobsResultAmazonGlacierClient. 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 ListJobsResult Modifier and Type Method Description Future<ListJobsResult>AbstractAmazonGlacierAsync. listJobsAsync(ListJobsRequest request)Future<ListJobsResult>AbstractAmazonGlacierAsync. listJobsAsync(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)Future<ListJobsResult>AmazonGlacierAsync. listJobsAsync(ListJobsRequest listJobsRequest)This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.Future<ListJobsResult>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.Future<ListJobsResult>AmazonGlacierAsyncClient. listJobsAsync(ListJobsRequest request)Future<ListJobsResult>AmazonGlacierAsyncClient. listJobsAsync(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)Method parameters in com.amazonaws.services.glacier with type arguments of type ListJobsResult Modifier and Type Method Description Future<ListJobsResult>AbstractAmazonGlacierAsync. listJobsAsync(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)Future<ListJobsResult>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.Future<ListJobsResult>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 ListJobsResult Modifier and Type Method Description ListJobsResultListJobsResult. clone()ListJobsResultListJobsResult. withJobList(GlacierJobDescription... jobList)A list of job objects.ListJobsResultListJobsResult. withJobList(Collection<GlacierJobDescription> jobList)A list of job objects.ListJobsResultListJobsResult. withMarker(String marker)An opaque string that represents where to continue pagination of the results.
-