Uses of Class
com.amazonaws.services.glacier.model.ListJobsRequest
Packages that use ListJobsRequest
-
Uses of ListJobsRequest in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier with parameters of type ListJobsRequestModifier 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.AbstractAmazonGlacierAsync.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 ListJobsRequestModifier 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 ListJobsRequest in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return ListJobsRequestModifier and TypeMethodDescriptionListJobsRequest.clone()
ListJobsRequest.withAccountId
(String accountId) TheAccountId
value is the AWS account ID of the account that owns the vault.ListJobsRequest.withCompleted
(String completed) Specifies the state of the jobs to return.Specifies that the response be limited to the specified number of items or fewer.ListJobsRequest.withMarker
(String marker) An opaque string used for pagination.ListJobsRequest.withStatuscode
(String statuscode) Specifies the type of job status to return.ListJobsRequest.withVaultName
(String vaultName) The name of the vault.