public class AppendObjectRequest extends PutObjectRequest
CosDataSource.Utils
Constructor and Description |
---|
AppendObjectRequest(String bucketName,
String key,
File file) |
AppendObjectRequest(String bucketName,
String key,
InputStream input) |
AppendObjectRequest(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
Long |
getPosition() |
void |
setPosition(Long position) |
AppendObjectRequest |
withPosition(Long position) |
clone, withAccessControlList, withBucketName, withCannedAcl, withFile, withInputStream, withKey, withMetadata, withRedirectLocation, withSSECOSKeyManagementParams, withSSECustomerKey, withStorageClass, withStorageClass
copyPutObjectBaseTo, getAccessControlList, getBucketName, getCannedAcl, getFile, getInputStream, getKey, getMetadata, getPicOperations, getRedirectLocation, getSSECOSKeyManagementParams, getSSECustomerKey, getStorageClass, getTrafficLimit, setAccessControlList, setBucketName, setCannedAcl, setFile, setInputStream, setKey, setMetadata, setPicOperations, setRedirectLocation, setSSECOSKeyManagementParams, setSSECustomerKey, setStorageClass, setStorageClass, setTrafficLimit
copyBaseTo, getCloneRoot, getCloneSource, getCosCredentials, getCustomQueryParameters, getCustomRequestHeaders, getFixedEndpointAddr, getGeneralProgressListener, getReadLimit, getRequestClientOptions, putCustomQueryParameter, putCustomRequestHeader, setCosCredentials, setFixedEndpointAddr, setGeneralProgressListener, withGeneralProgressListener
public AppendObjectRequest(String bucketName, String key, InputStream input)
public AppendObjectRequest(String bucketName, String key, InputStream input, ObjectMetadata metadata)
public Long getPosition()
public void setPosition(Long position)
public AppendObjectRequest withPosition(Long position)
Copyright © 2022. All rights reserved.