Uses of Class
com.amazonaws.services.glacier.model.ListPartsResult
Packages that use ListPartsResult
-
Uses of ListPartsResult in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier that return ListPartsResultModifier 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.Methods in com.amazonaws.services.glacier that return types with arguments of type ListPartsResultModifier and TypeMethodDescriptionAbstractAmazonGlacierAsync.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 ListPartsResultModifier 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 ListPartsResult in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return ListPartsResultModifier and TypeMethodDescriptionListPartsResult.clone()
ListPartsResult.withArchiveDescription
(String archiveDescription) The description of the archive that was specified in the Initiate Multipart Upload request.ListPartsResult.withCreationDate
(String creationDate) The UTC time at which the multipart upload was initiated.ListPartsResult.withMarker
(String marker) An opaque string that represents where to continue pagination of the results.ListPartsResult.withMultipartUploadId
(String multipartUploadId) The ID of the upload to which the parts are associated.ListPartsResult.withParts
(PartListElement... parts) A list of the part sizes of the multipart upload.ListPartsResult.withParts
(Collection<PartListElement> parts) A list of the part sizes of the multipart upload.ListPartsResult.withPartSizeInBytes
(Long partSizeInBytes) The part size in bytes.ListPartsResult.withVaultARN
(String vaultARN) The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.