Uses of Class
com.amazonaws.services.glacier.model.ListPartsRequest
Packages that use ListPartsRequest
-
Uses of ListPartsRequest in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier with parameters of type ListPartsRequestModifier and TypeMethodDescriptionAbstractAmazonGlacier.listParts
(ListPartsRequest request) AmazonGlacier.listParts
(ListPartsRequest listPartsRequest) This operation lists the parts of an archive that have been uploaded in a specific multipart upload.AmazonGlacierClient.listParts
(ListPartsRequest listPartsRequest) This operation lists the parts of an archive that have been uploaded in a specific multipart upload.AbstractAmazonGlacierAsync.listPartsAsync
(ListPartsRequest request) AbstractAmazonGlacierAsync.listPartsAsync
(ListPartsRequest request, AsyncHandler<ListPartsRequest, ListPartsResult> asyncHandler) AmazonGlacierAsync.listPartsAsync
(ListPartsRequest listPartsRequest) This operation lists the parts of an archive that have been uploaded in a specific multipart upload.AmazonGlacierAsync.listPartsAsync
(ListPartsRequest listPartsRequest, AsyncHandler<ListPartsRequest, ListPartsResult> asyncHandler) This operation lists the parts of an archive that have been uploaded in a specific multipart upload.AmazonGlacierAsyncClient.listPartsAsync
(ListPartsRequest request) AmazonGlacierAsyncClient.listPartsAsync
(ListPartsRequest request, AsyncHandler<ListPartsRequest, ListPartsResult> asyncHandler) Method parameters in com.amazonaws.services.glacier with type arguments of type ListPartsRequestModifier and TypeMethodDescriptionAbstractAmazonGlacierAsync.listPartsAsync
(ListPartsRequest request, AsyncHandler<ListPartsRequest, ListPartsResult> asyncHandler) AmazonGlacierAsync.listPartsAsync
(ListPartsRequest listPartsRequest, AsyncHandler<ListPartsRequest, ListPartsResult> asyncHandler) This operation lists the parts of an archive that have been uploaded in a specific multipart upload.AmazonGlacierAsyncClient.listPartsAsync
(ListPartsRequest request, AsyncHandler<ListPartsRequest, ListPartsResult> asyncHandler) -
Uses of ListPartsRequest in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return ListPartsRequestModifier and TypeMethodDescriptionListPartsRequest.clone()
ListPartsRequest.withAccountId
(String accountId) TheAccountId
value is the AWS account ID of the account that owns the vault.Specifies the maximum number of parts returned in the response body.ListPartsRequest.withMarker
(String marker) An opaque string used for pagination.ListPartsRequest.withUploadId
(String uploadId) The upload ID of the multipart upload.ListPartsRequest.withVaultName
(String vaultName) The name of the vault.