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 ListJobsResult
AbstractAmazonGlacier. listJobs(ListJobsRequest request)
ListJobsResult
AmazonGlacier. listJobs(ListJobsRequest listJobsRequest)
This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.ListJobsResult
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 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 ListJobsResult
ListJobsResult. clone()
ListJobsResult
ListJobsResult. withJobList(GlacierJobDescription... jobList)
A list of job objects.ListJobsResult
ListJobsResult. withJobList(Collection<GlacierJobDescription> jobList)
A list of job objects.ListJobsResult
ListJobsResult. withMarker(String marker)
An opaque string that represents where to continue pagination of the results.
-