A B C D E F G H I L M N O P Q R S T U V
A
- abortMultipartUpload(AbortMultipartUploadRequest) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 终止一个Multipart上传事件。
- abortMultipartUpload(AbortMultipartUploadRequest) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- AbortMultipartUploadRequest - com.aliyun.openservices.oss.model 中的 类
- 包含终止一个Multipart上传事件的请求参数。
- AbortMultipartUploadRequest(String, String, String) -
类 com.aliyun.openservices.oss.model.AbortMultipartUploadRequest 的构造方法
- 构造函数。
- abortTransaction(String) -
接口 com.aliyun.openservices.ots.OTS 中的方法
- 撤销一个事务(Transaction),撤销后所有在此事务中的操作都被取消,撤销后此事务ID失效。
- abortTransaction(String) -
类 com.aliyun.openservices.ots.OTSClient 中的方法
-
- ACCESS_DENIED -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- 拒绝访问。
- AccessControlList - com.aliyun.openservices.oss.model 中的 类
- 表示OSS的访问控制列表(Access Control List, ACL),
包含了一组为指定被授权者(
Grantee})
分配特定权限(Permission)的集合。 - AccessControlList() -
类 com.aliyun.openservices.oss.model.AccessControlList 的构造方法
- 构造函数。
- addAttributeColumn(String, ColumnValue) -
类 com.aliyun.openservices.ots.model.RowPutChange 中的方法
- 添加属性列的名称和值。
- addAttributeColumn(String, ColumnType) -
类 com.aliyun.openservices.ots.model.ViewMeta 中的方法
- 添加一个属性列。
- addColumnName(String) -
类 com.aliyun.openservices.ots.model.RowQueryCriteria 中的方法
- 添加要返回的列。
- addColumnNames(String[]) -
类 com.aliyun.openservices.ots.model.RowQueryCriteria 中的方法
- 添加要返回的列。
- addPaginKey(String, PrimaryKeyValue) -
类 com.aliyun.openservices.ots.model.OffsetRowQueryCriteria 中的方法
- 添加主键(Primary Key)列的名称和值。
- addPrimaryKey(String, PrimaryKeyValue) -
类 com.aliyun.openservices.ots.model.RangeRowQueryCriteria 中的方法
- 添加主键(Primary Key)列的名称和值。
- addPrimaryKey(String, PrimaryKeyValue) -
类 com.aliyun.openservices.ots.model.RowChange 中的方法
- 添加主键(Primary Key)列的名称和值。
- addPrimaryKey(String, PrimaryKeyValue) -
类 com.aliyun.openservices.ots.model.SingleRowQueryCriteria 中的方法
- 添加主键(Primary Key)列的名称和值。
- addPrimaryKey(String, PrimaryKeyType) -
类 com.aliyun.openservices.ots.model.TableMeta 中的方法
- 添加一个主键列。
- addPrimaryKey(String, PrimaryKeyType) -
类 com.aliyun.openservices.ots.model.ViewMeta 中的方法
- 添加一个主键列。
- addUserMetadata(String, String) -
类 com.aliyun.openservices.oss.model.GeneratePresignedUrlRequest 中的方法
- 添加一个用户自定义的元数据。
- addUserMetadata(String, String) -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 添加一个用户自定义的元数据。
- addView(ViewMeta) -
类 com.aliyun.openservices.ots.model.TableMeta 中的方法
- 添加一个视图。
- AUTHORIZATION_FAILURE -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 用户身份验证失败。
B
- batchModifyData(String, Collection<RowChange>, String) -
接口 com.aliyun.openservices.ots.OTS 中的方法
- 把PutData和/或DeleteData的多次调用组合成一个调用。
- batchModifyData(String, Collection<RowChange>, String) -
类 com.aliyun.openservices.ots.OTSClient 中的方法
-
- BUCKES_ALREADY_EXISTS -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- Bucket 已经存在 。
- Bucket - com.aliyun.openservices.oss.model 中的 类
- Bucket是OSS上的命名空间。
- Bucket() -
类 com.aliyun.openservices.oss.model.Bucket 的构造方法
- 构造函数。
- Bucket(String) -
类 com.aliyun.openservices.oss.model.Bucket 的构造方法
- 构造函数。
- BUCKETS_NOT_EMPTY -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- Bucket 不为空。
C
- CannedAccessControlList - com.aliyun.openservices.oss.model 中的 枚举
- 表示一组常用的用户访问权限。
- CheckingMode - com.aliyun.openservices.ots.model 中的 枚举
- 表示数据的存在性检查的方式。
- ClientConfiguration - com.aliyun.openservices 中的 类
- 访问阿里云服务的客户端配置。
- ClientConfiguration() -
类 com.aliyun.openservices.ClientConfiguration 的构造方法
- 构造新实例。
- ClientException - com.aliyun.openservices 中的 异常
-
表示尝试访问阿里云服务时遇到的异常。
- ClientException() -
异常 com.aliyun.openservices.ClientException 的构造方法
- 构造新实例。
- ClientException(String) -
异常 com.aliyun.openservices.ClientException 的构造方法
- 用给定的异常信息构造新实例。
- ClientException(Throwable) -
异常 com.aliyun.openservices.ClientException 的构造方法
- 用表示异常原因的对象构造新实例。
- ClientException(String, Throwable) -
异常 com.aliyun.openservices.ClientException 的构造方法
- 用异常消息和表示异常原因的对象构造新实例。
- ColumnType - com.aliyun.openservices.ots.model 中的 枚举
- 表示表(Table)中列的数据类型。
- ColumnValue - com.aliyun.openservices.ots.model 中的 类
- 表示行中数据列的值。
- com.aliyun.openservices - 软件包 com.aliyun.openservices
-
- com.aliyun.openservices.oss - 软件包 com.aliyun.openservices.oss
-
- com.aliyun.openservices.oss.model - 软件包 com.aliyun.openservices.oss.model
-
- com.aliyun.openservices.ots - 软件包 com.aliyun.openservices.ots
-
- com.aliyun.openservices.ots.model - 软件包 com.aliyun.openservices.ots.model
-
- commitTransaction(String) -
接口 com.aliyun.openservices.ots.OTS 中的方法
- 确认并提交事务(Transaction),提交后此事务ID失效。
- commitTransaction(String) -
类 com.aliyun.openservices.ots.OTSClient 中的方法
-
- completeMultipartUpload(CompleteMultipartUploadRequest) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 完成一个Multipart上传事件。
- completeMultipartUpload(CompleteMultipartUploadRequest) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- CompleteMultipartUploadRequest - com.aliyun.openservices.oss.model 中的 类
- 包含完成一个Multipart上传事件的请求参数。
- CompleteMultipartUploadRequest(String, String, String, List<PartETag>) -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadRequest 的构造方法
- 构造函数。
- CompleteMultipartUploadResult - com.aliyun.openservices.oss.model 中的 类
- 包含完成一个Multipart上传事件的返回结果。
- CompleteMultipartUploadResult() -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadResult 的构造方法
- 构造函数。
- copyObject(String, String, String, String) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 拷贝一个在OSS上已经存在的Object成另外一个Object。
- copyObject(CopyObjectRequest) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 拷贝一个在OSS上已经存在的Object成另外一个Object。
- copyObject(String, String, String, String) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- copyObject(CopyObjectRequest) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- CopyObjectRequest - com.aliyun.openservices.oss.model 中的 类
- 拷贝一个在OSS上已经存在的Object成另外一个Object的请求参数。
- CopyObjectRequest(String, String, String, String) -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 的构造方法
- 初始化一个新的
CopyObjectRequest实例。
- CopyObjectResult - com.aliyun.openservices.oss.model 中的 类
- 拷贝一个在OSS上已经存在的Object成另外一个Object的请求结果。
- CopyObjectResult() -
类 com.aliyun.openservices.oss.model.CopyObjectResult 的构造方法
- 初始化一个新的
CopyObjectResult实例。
- createBucket(String) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 创建
Bucket。
- createBucket(String) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- createTable(TableMeta) -
接口 com.aliyun.openservices.ots.OTS 中的方法
- 创建表(Table)及其相关视图(View)。
- createTable(TableMeta) -
类 com.aliyun.openservices.ots.OTSClient 中的方法
-
- createTableGroup(String, PartitionKeyType) -
接口 com.aliyun.openservices.ots.OTS 中的方法
- 创建表组(Table Group)。
- createTableGroup(String, PartitionKeyType) -
类 com.aliyun.openservices.ots.OTSClient 中的方法
-
D
- deleteAllColumns() -
类 com.aliyun.openservices.ots.model.RowDeleteChange 中的方法
- 删除行中的所有列。
- deleteBucket(String) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 删除
Bucket。
- deleteBucket(String) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- deleteColumn(String) -
类 com.aliyun.openservices.ots.model.RowDeleteChange 中的方法
- 添加一个待删除的列。
- deleteData(String, RowDeleteChange, String) -
接口 com.aliyun.openservices.ots.OTS 中的方法
- 删除指定行或行中的数据。
- deleteData(String, RowDeleteChange, String) -
类 com.aliyun.openservices.ots.OTSClient 中的方法
-
- deleteObject(String, String) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 删除指定的
OSSObject。
- deleteObject(String, String) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- deleteTable(String) -
接口 com.aliyun.openservices.ots.OTS 中的方法
- 删除表(Table)及与此表一起创建的视图(View)。
- deleteTable(String) -
类 com.aliyun.openservices.ots.OTSClient 中的方法
-
- deleteTableGroup(String) -
接口 com.aliyun.openservices.ots.OTS 中的方法
- 删除表组(Table Group)及属于该表组的相关表(Table)和视图(View)。
- deleteTableGroup(String) -
类 com.aliyun.openservices.ots.OTSClient 中的方法
-
- doesBucketExist(String) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 判断给定
Bucket是否存在。
- doesBucketExist(String) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
E
- equals(Object) -
类 com.aliyun.openservices.oss.model.Grant 中的方法
-
- equals(Object) -
类 com.aliyun.openservices.oss.model.Owner 中的方法
- 判断该对象与指定对象是否相等。
- equals(Object) -
类 com.aliyun.openservices.ots.model.ColumnValue 中的方法
-
- equals(Object) -
类 com.aliyun.openservices.ots.model.PartitionKeyValue 中的方法
-
- equals(Object) -
类 com.aliyun.openservices.ots.model.PrimaryKeyValue 中的方法
-
F
- FILE_GROUP_TOO_LARGE -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- 文件组过大。
- FILE_PART_STALE -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- 文件Part过时。
- fromBoolean(boolean) -
类 com.aliyun.openservices.ots.model.ColumnValue 中的静态方法
- 使用
boolean值构造值的数据类型为ColumnType.BOOLEAN的ColumnValue对象。
- fromBoolean(boolean) -
类 com.aliyun.openservices.ots.model.PrimaryKeyValue 中的静态方法
- 使用
boolean值构造值的数据类型为PrimaryKeyType.BOOLEAN的
PrimaryKeyValue对象。
- fromDouble(double) -
类 com.aliyun.openservices.ots.model.ColumnValue 中的静态方法
- 使用
double对象构造值的数据类型为ColumnType.DOUBLE的ColumnValue对象。
- fromLong(long) -
类 com.aliyun.openservices.ots.model.ColumnValue 中的静态方法
- 使用
int对象构造值的数据类型为ColumnType.INTEGER的ColumnValue对象。
- fromLong(long) -
类 com.aliyun.openservices.ots.model.PartitionKeyValue 中的静态方法
- 使用
int值构造值的数据类型为PartitionKeyType.INTEGER的PartitionKeyValue对象。
- fromLong(long) -
类 com.aliyun.openservices.ots.model.PrimaryKeyValue 中的静态方法
- 使用
int值构造值的数据类型为PrimaryKeyType.INTEGER的
PrimaryKeyValue对象。
- fromString(String) -
类 com.aliyun.openservices.ots.model.ColumnValue 中的静态方法
- 使用
String对象构造值的数据类型为ColumnType.STRING的ColumnValue对象。
- fromString(String) -
类 com.aliyun.openservices.ots.model.PartitionKeyValue 中的静态方法
- 使用
String对象构造值的数据类型为PartitionKeyType.STRING的PartitionKeyValue对象。
- fromString(String) -
类 com.aliyun.openservices.ots.model.PrimaryKeyValue 中的静态方法
- 使用
String对象构造值的数据类型为PrimaryKeyType.STRING的
PrimaryKeyValue对象。
G
- generatePresignedUrl(String, String, Date) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 生成一个用HTTP GET方法访问
OSSObject的URL。
- generatePresignedUrl(String, String, Date, HttpMethod) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 生成一个用指定HTTP方法访问
OSSObject的URL。
- generatePresignedUrl(GeneratePresignedUrlRequest) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 生成一个包含签名信息并可以访问
OSSObject的URL。
- generatePresignedUrl(String, String, Date) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- generatePresignedUrl(String, String, Date, HttpMethod) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- generatePresignedUrl(GeneratePresignedUrlRequest) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- GeneratePresignedUrlRequest - com.aliyun.openservices.oss.model 中的 类
- 生成带有签名信息的URL的请求。
- GeneratePresignedUrlRequest(String, String) -
类 com.aliyun.openservices.oss.model.GeneratePresignedUrlRequest 的构造方法
- 构造函数。
- GeneratePresignedUrlRequest(String, String, HttpMethod) -
类 com.aliyun.openservices.oss.model.GeneratePresignedUrlRequest 的构造方法
- 构造函数。
- getAccessKeyId() -
类 com.aliyun.openservices.oss.OSSClient 中的方法
- 返回使用的Access Key ID。
- getAccessKeySecret() -
类 com.aliyun.openservices.oss.OSSClient 中的方法
- 返回使用的Access Key Secret。
- getAttributeColumns() -
类 com.aliyun.openservices.ots.model.RowPutChange 中的方法
- 返回属性列的名称与值的对应字典(只读)。
- getAttributeColumns() -
类 com.aliyun.openservices.ots.model.ViewMeta 中的方法
- 返回属性列的名称与值的对应字典(只读)。
- getBegin() -
类 com.aliyun.openservices.ots.model.PrimaryKeyRange 中的方法
- 返回主键范围的起始值。
- getBucketAcl(String) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 返回给定
Bucket的Access Control List(ACL)。
- getBucketAcl(String) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- getBucketName() -
类 com.aliyun.openservices.oss.model.AbortMultipartUploadRequest 中的方法
- 返回
Bucket名称。
- getBucketName() -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadRequest 中的方法
- 返回
Bucket名称。
- getBucketName() -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadResult 中的方法
- 返回包含Multipart上传的
OSSObject的Bucket名称。
- getBucketName() -
类 com.aliyun.openservices.oss.model.GeneratePresignedUrlRequest 中的方法
- 返回
Bucket名称。
- getBucketName() -
类 com.aliyun.openservices.oss.model.GetObjectRequest 中的方法
- 返回Bucket名称。
- getBucketName() -
类 com.aliyun.openservices.oss.model.InitiateMultipartUploadRequest 中的方法
- 返回用来创建Multipart上传的Bucket的名称。
- getBucketName() -
类 com.aliyun.openservices.oss.model.InitiateMultipartUploadResult 中的方法
-
- getBucketName() -
类 com.aliyun.openservices.oss.model.ListMultipartUploadsRequest 中的方法
- 返回
Bucket名称。
- getBucketName() -
类 com.aliyun.openservices.oss.model.ListObjectsRequest 中的方法
- 返回bucket名称。
- getBucketName() -
类 com.aliyun.openservices.oss.model.ListPartsRequest 中的方法
- 返回
Bucket名称。
- getBucketName() -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
- 返回
Bucket名称。
- getBucketName() -
类 com.aliyun.openservices.oss.model.ObjectListing 中的方法
-
- getBucketName() -
类 com.aliyun.openservices.oss.model.OSSObject 中的方法
- 获取Object所在的Bucket的名称。
- getBucketName() -
类 com.aliyun.openservices.oss.model.OSSObjectSummary 中的方法
- 返回所在
Bucket的名称。
- getBucketName() -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 返回
Bucket名称。
- getBucketName() -
类 com.aliyun.openservices.oss.model.UploadPartRequest 中的方法
- 返回
Bucket名称。
- getCacheControl() -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 获取Cache-Control请求头,表示用户指定的HTTP请求/回复链的缓存行为。
- getCacheControl() -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的方法
- 返回重载的cacheControl返回请求头。
- getChecking() -
类 com.aliyun.openservices.ots.model.RowPutChange 中的方法
- 返回进行数据存在性检查的方式。
- getColumnNames() -
类 com.aliyun.openservices.ots.model.RowDeleteChange 中的方法
- 获取待删除列的只读列表。
- getColumnNames() -
类 com.aliyun.openservices.ots.model.RowQueryCriteria 中的方法
- 返回返回列的名称的列表(只读)。
- getColumns() -
类 com.aliyun.openservices.ots.model.Row 中的方法
- 获取列(Column)名称与值的只读对应字典。
- getCommonPrefixes() -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- getCommonPrefixes() -
类 com.aliyun.openservices.oss.model.ObjectListing 中的方法
-
- getConnectionTimeout() -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 返回建立连接的超时时间(单位:毫秒)。
- getContentDisposition() -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 获取Content-Disposition请求头,表示MIME用户代理如何显示附加的文件。
- getContentDisposition() -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的方法
- 返回重载的contentDisposition返回请求头。
- getContentEncoding() -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 获取Content-Encoding请求头,表示Object内容的编码方式。
- getContentEncoding() -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的方法
- 返回重载的contentEncoding返回请求头。
- getContentLangauge() -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的方法
- 返回重载的content language返回请求头。
- getContentLength() -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 获取Content-Length请求头,表示Object内容的大小。
- getContentType() -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 获取Content-Type请求头,表示Object内容的类型,为标准的MIME类型。
- getContentType() -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的方法
- 返回重载的content type返回请求头。
- getCreationDate() -
类 com.aliyun.openservices.oss.model.Bucket 中的方法
- 返回Bucket的创建时间。
- getDelimiter() -
类 com.aliyun.openservices.oss.model.ListMultipartUploadsRequest 中的方法
-
- getDelimiter() -
类 com.aliyun.openservices.oss.model.ListObjectsRequest 中的方法
- 获取一个用于对Object名字进行分组的字符。
- getDelimiter() -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- getDelimiter() -
类 com.aliyun.openservices.oss.model.ObjectListing 中的方法
-
- getDestinationBucketName() -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 返回目标Object所在的Bucket的名称。
- getDestinationKey() -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 返回目标Object的Key。
- getDisplayName() -
类 com.aliyun.openservices.oss.model.Owner 中的方法
- 返回所有者的显示名称。
- getEnd() -
类 com.aliyun.openservices.ots.model.PrimaryKeyRange 中的方法
- 返回主键范围的终止值。
- getEndpoint() -
类 com.aliyun.openservices.oss.OSSClient 中的方法
- 返回访问的OSS Endpoint。
- getEndpoint() -
类 com.aliyun.openservices.ots.OTSClient 中的方法
- 返回访问的OTS Endpoint。
- getErrorCode() -
异常 com.aliyun.openservices.ServiceException 中的方法
- 返回错误代码的字符串表示。
- getETag() -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadResult 中的方法
- 返回ETag值。
- getETag() -
类 com.aliyun.openservices.oss.model.CopyObjectResult 中的方法
- 返回新Object的ETag值。
- getETag() -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 获取一个值表示与Object相关的hex编码的128位MD5摘要。
- getETag() -
类 com.aliyun.openservices.oss.model.OSSObjectSummary 中的方法
- 返回一个值表示与Object相关的hex编码的128位MD5摘要。
- getETag() -
类 com.aliyun.openservices.oss.model.PartETag 中的方法
- 返回Part的ETag值。
- getETag() -
类 com.aliyun.openservices.oss.model.PartSummary 中的方法
- 返回Part的ETag值。
- getETag() -
类 com.aliyun.openservices.oss.model.PutObjectResult 中的方法
- 返回新创建的
OSSObject的ETag值。
- getETag() -
类 com.aliyun.openservices.oss.model.UploadPartResult 中的方法
- 返回OSS生成的ETag值。
- getExpiration() -
类 com.aliyun.openservices.oss.model.GeneratePresignedUrlRequest 中的方法
- 返回生成的URL的超时时间。
- getExpirationTime() -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 获取Expires请求头。
- getExpires() -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的方法
- 返回重载的expires返回请求头。
- getGrantee() -
类 com.aliyun.openservices.oss.model.Grant 中的方法
- 返回被授权者信息
Grantee。
- getGrants() -
类 com.aliyun.openservices.oss.model.AccessControlList 中的方法
- 返回该
AccessControlList中包含的所有授权信息Grant。
- getHeader() -
异常 com.aliyun.openservices.oss.OSSException 中的方法
-
- getHostId() -
异常 com.aliyun.openservices.ServiceException 中的方法
- 返回Host标识。
- getId() -
类 com.aliyun.openservices.oss.model.Owner 中的方法
- 返回所有者的ID。
- getIdentifier() -
接口 com.aliyun.openservices.oss.model.Grantee 中的方法
- 返回被授权者的ID。
- getIdentifier() -
枚举 com.aliyun.openservices.oss.model.GroupGrantee 中的方法
- 获取被授权者的ID。
- getInitiated() -
类 com.aliyun.openservices.oss.model.MultipartUpload 中的方法
-
- getInitiator() -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 返回相关Multipart上传事件的初始化者(
Owner信息。
- getInputStream() -
类 com.aliyun.openservices.oss.model.UploadPartRequest 中的方法
- 返回包含上传分块内容的数据流。
- getIsReverse() -
类 com.aliyun.openservices.ots.model.OffsetRowQueryCriteria 中的方法
- 获取一个值表示是否按反向读取。
- getIsReverse() -
类 com.aliyun.openservices.ots.model.RangeRowQueryCriteria 中的方法
- 获取一个值表示是否按反向读取。
- getKey() -
类 com.aliyun.openservices.oss.model.AbortMultipartUploadRequest 中的方法
- 返回
OSSObject key。
- getKey() -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadRequest 中的方法
- 返回
OSSObject key。
- getKey() -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadResult 中的方法
- 返回新创建的
OSSObject的Key。
- getKey() -
类 com.aliyun.openservices.oss.model.GeneratePresignedUrlRequest 中的方法
- 返回
OSSObject key。
- getKey() -
类 com.aliyun.openservices.oss.model.GetObjectRequest 中的方法
- 返回Object Key。
- getKey() -
类 com.aliyun.openservices.oss.model.InitiateMultipartUploadRequest 中的方法
- 返回用来创建的Multipart的Object(也就是Multipart上传完成后新生成的Object)的key。
- getKey() -
类 com.aliyun.openservices.oss.model.InitiateMultipartUploadResult 中的方法
-
- getKey() -
类 com.aliyun.openservices.oss.model.ListPartsRequest 中的方法
- 返回
OSSObject key。
- getKey() -
类 com.aliyun.openservices.oss.model.MultipartUpload 中的方法
-
- getKey() -
类 com.aliyun.openservices.oss.model.OSSObject 中的方法
- 获取Object的Key。
- getKey() -
类 com.aliyun.openservices.oss.model.OSSObjectSummary 中的方法
- 返回Object的Key。
- getKey() -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 返回
OSSObject key。
- getKey() -
类 com.aliyun.openservices.oss.model.UploadPartRequest 中的方法
- 返回
OSSObject key。
- getKeyMarker() -
类 com.aliyun.openservices.oss.model.ListMultipartUploadsRequest 中的方法
- 返回一个标识表示从哪里返回列表。
- getKeyMarker() -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- getLastModified() -
类 com.aliyun.openservices.oss.model.CopyObjectResult 中的方法
- 返回新Object的最后修改时间。
- getLastModified() -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 获取Last-Modified请求头的值,表示Object最后一次修改的时间。
- getLastModified() -
类 com.aliyun.openservices.oss.model.OSSObjectSummary 中的方法
- 返回最后修改时间。
- getLastModified() -
类 com.aliyun.openservices.oss.model.PartSummary 中的方法
- 返回Part的最后修改时间。
- getLocation() -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadResult 中的方法
- 返回标识Multipart上传的
OSSObject的URL地址。
- getMarker() -
类 com.aliyun.openservices.oss.model.ListObjectsRequest 中的方法
- 返回marker,用户设定结果从marker之后按字母排序的第一个开始返回。
- getMarker() -
类 com.aliyun.openservices.oss.model.ObjectListing 中的方法
-
- getMatchingETagConstraints() -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 返回限定Object的ETag限定必须匹配给定值的列表。
- getMatchingETagConstraints() -
类 com.aliyun.openservices.oss.model.GetObjectRequest 中的方法
- 返回“If-Match”参数,表示:如果传入期望的 ETag 和 object 的 ETag 匹配,正常的发送文件。
- getMaxConnections() -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 返回允许打开的最大HTTP连接数。
- getMaxErrorRetry() -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 返回一个值表示当可重试的请求失败后最大的重试次数。
- getMaxKeys() -
类 com.aliyun.openservices.oss.model.ListObjectsRequest 中的方法
- 返回用于限定此次返回object的最大数,如果不设定,默认为100。
- getMaxKeys() -
类 com.aliyun.openservices.oss.model.ObjectListing 中的方法
-
- getMaxParts() -
类 com.aliyun.openservices.oss.model.ListPartsRequest 中的方法
- 返回一个值表示最大返回多少条记录。
- getMaxParts() -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 返回请求中指定返回Part的最大个数(
ListPartsRequest.getMaxParts())。
- getMaxUploads() -
类 com.aliyun.openservices.oss.model.ListMultipartUploadsRequest 中的方法
- 返回限制的最大返回记录数。
- getMaxUploads() -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- getMd5Digest() -
类 com.aliyun.openservices.oss.model.UploadPartRequest 中的方法
- 返回分块(Part)数据的MD5校验值。
- getMethod() -
类 com.aliyun.openservices.oss.model.GeneratePresignedUrlRequest 中的方法
- 返回HTTP访问方法。
- getModifiedSinceConstraint() -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 返回一个时间,如果源Object自从该时间以后被修改过,则执行拷贝操作;
否则抛出异常。
- getModifiedSinceConstraint() -
类 com.aliyun.openservices.oss.model.GetObjectRequest 中的方法
- 返回“If-Modified-Since”参数。
- getModifyType() -
类 com.aliyun.openservices.ots.model.RowChange 中的方法
-
- getModifyType() -
类 com.aliyun.openservices.ots.model.RowDeleteChange 中的方法
- 获取该变更操作的类型。
- getModifyType() -
类 com.aliyun.openservices.ots.model.RowPutChange 中的方法
- 返回该变更操作的类型。
- getMultipartUploads() -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- getName() -
类 com.aliyun.openservices.oss.model.Bucket 中的方法
- 返回Bucket名称。
- getNewObjectMetadata() -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 返回目标Object的
ObjectMetadata信息。
- getNextKeyMarker() -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- getNextMarker() -
类 com.aliyun.openservices.oss.model.ObjectListing 中的方法
-
- getNextPartNumberMarker() -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 返回一个值表示如果返回结果被截取,那么下一个Part的号码是多少。
- getNextToken() -
类 com.aliyun.openservices.ots.model.RowListing 中的方法
-
- getNextUploadIdMarker() -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- getNonmatchingEtagConstraints() -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 返回限定Object的ETag限定必须不匹配给定值的列表。
- getNonmatchingETagConstraints() -
类 com.aliyun.openservices.oss.model.GetObjectRequest 中的方法
- 返回“If-None-Match”参数,可以用来检查文件是否有更新。
- getObject(String, String) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 从OSS指定的
Bucket中导出OSSObject。
- getObject(GetObjectRequest, File) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 从OSS指定的
Bucket中导出指定的OSSObject到目标文件。
- getObject(GetObjectRequest) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 从OSS指定的
Bucket中导出OSSObject。
- getObject(String, String) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- getObject(GetObjectRequest, File) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- getObject(GetObjectRequest) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- getObjectContent() -
类 com.aliyun.openservices.oss.model.OSSObject 中的方法
- 返回包含Object内容的
InputStream。
- getObjectMetadata() -
类 com.aliyun.openservices.oss.model.InitiateMultipartUploadRequest 中的方法
- 返回将创建的Object的附加信息。
- getObjectMetadata() -
类 com.aliyun.openservices.oss.model.OSSObject 中的方法
- 返回Object的元数据。
- getObjectMetadata(String, String) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 返回
OSSObject的元数据。
- getObjectMetadata(String, String) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- GetObjectRequest - com.aliyun.openservices.oss.model 中的 类
- 指定从OSS下载Object的请求参数。
- GetObjectRequest(String, String) -
类 com.aliyun.openservices.oss.model.GetObjectRequest 的构造方法
- 构造函数。
- getObjectSummaries() -
类 com.aliyun.openservices.oss.model.ObjectListing 中的方法
-
- getOffset() -
类 com.aliyun.openservices.ots.model.OffsetRowQueryCriteria 中的方法
- 获取分页键的查询偏移量。
- getOwner() -
类 com.aliyun.openservices.oss.model.AccessControlList 中的方法
- 返回所有者
Owner。
- getOwner() -
类 com.aliyun.openservices.oss.model.Bucket 中的方法
- 返回Bucket的拥有者(
Owner)。
- getOwner() -
类 com.aliyun.openservices.oss.model.OSSObjectSummary 中的方法
- 返回Object的所有者。
- getOwner() -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 返回相关Multipart上传事件的所有者(
Owner信息。
- getPagingKeyLen() -
类 com.aliyun.openservices.ots.model.TableMeta 中的方法
- 返回一个值表示分页建立在前几个主键列上。
- getPagingKeyLen() -
类 com.aliyun.openservices.ots.model.ViewMeta 中的方法
- 返回一个值表示分页建立在前几个主键列上。
- getPagingKeys() -
类 com.aliyun.openservices.ots.model.OffsetRowQueryCriteria 中的方法
- 获取主键(Primary Key)列名称与值的对应只读字典。
- getPartETag() -
类 com.aliyun.openservices.oss.model.UploadPartResult 中的方法
- 返回包含Part标识号码和ETag值的
PartETag对象。
- getPartETags() -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadRequest 中的方法
- 返回标识上传Part结果的
PartETag列表。
- getPartNumber() -
类 com.aliyun.openservices.oss.model.PartETag 中的方法
- 返回Part标识号码。
- getPartNumber() -
类 com.aliyun.openservices.oss.model.PartSummary 中的方法
- 返回Part的标识号码。
- getPartNumber() -
类 com.aliyun.openservices.oss.model.UploadPartRequest 中的方法
- 返回上传分块(Part)的标识号码(Part Number)。
- getPartNumber() -
类 com.aliyun.openservices.oss.model.UploadPartResult 中的方法
- 返回分块(Part)标识号。
- getPartNumberMarker() -
类 com.aliyun.openservices.oss.model.ListPartsRequest 中的方法
- 返回一个值表示从哪个Part号码开始获取列表。
- getPartNumberMarker() -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 返回请求中给定的
ListPartsRequest.getPartNumberMarker()。
- getParts() -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 返回
PartSummary的列表。
- getPartSize() -
类 com.aliyun.openservices.oss.model.UploadPartRequest 中的方法
- 返回分块(Part)数据的字节数。
- getPermission() -
类 com.aliyun.openservices.oss.model.Grant 中的方法
- 返回权限
Permission。
- getPrefix() -
类 com.aliyun.openservices.oss.model.ListMultipartUploadsRequest 中的方法
-
- getPrefix() -
类 com.aliyun.openservices.oss.model.ListObjectsRequest 中的方法
- 返回prefix,限定返回的object key必须以prefix作为前缀。
- getPrefix() -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- getPrefix() -
类 com.aliyun.openservices.oss.model.ObjectListing 中的方法
-
- getPrimaryKeyName() -
类 com.aliyun.openservices.ots.model.PrimaryKeyRange 中的方法
- 返回主键名。
- getPrimaryKeys() -
类 com.aliyun.openservices.ots.model.RangeRowQueryCriteria 中的方法
- 获取主键(Primary Key)列名称与值的对应只读字典。
- getPrimaryKeys() -
类 com.aliyun.openservices.ots.model.RowChange 中的方法
- 获取主键(Primary Key)列名称与值的对应只读字典。
- getPrimaryKeys() -
类 com.aliyun.openservices.ots.model.SingleRowQueryCriteria 中的方法
- 获取主键(Primary Key)列名称与值的对应字典(只读)。
- getPrimaryKeys() -
类 com.aliyun.openservices.ots.model.TableMeta 中的方法
- 返回主键的列名与值的只读对应字典。
- getPrimaryKeys() -
类 com.aliyun.openservices.ots.model.ViewMeta 中的方法
- 返回主键的列名与值的只读对应字典。
- getProxyDomain() -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 返回访问NTLM验证的代理服务器的Windows域名(可选)。
- getProxyHost() -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 返回代理服务器主机地址。
- getProxyPassword() -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 返回代理服务器验证的密码。
- getProxyPort() -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 返回代理服务器端口。
- getProxyUsername() -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 返回代理服务器验证的用户名。
- getProxyWorkstation() -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 返回NTLM代理服务器的Windows工作站名称。
- getRange() -
类 com.aliyun.openservices.oss.model.GetObjectRequest 中的方法
- 返回一个值表示请求应当返回Object内容的字节范围。
- getRange() -
类 com.aliyun.openservices.ots.model.RangeRowQueryCriteria 中的方法
- 获取的查询主键范围。
- getRawMetadata() -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 返回内部保存的请求头的元数据(内部使用)。
- getRequestId() -
异常 com.aliyun.openservices.ServiceException 中的方法
- 返回Request标识。
- getResourceType() -
异常 com.aliyun.openservices.oss.OSSException 中的方法
-
- getResponseHeaders() -
类 com.aliyun.openservices.oss.model.GeneratePresignedUrlRequest 中的方法
- 返回要重载的返回请求头。
- getResponseHeaders() -
类 com.aliyun.openservices.oss.model.GetObjectRequest 中的方法
- 返回要重载的返回请求头。
- getRow(SingleRowQueryCriteria, String) -
接口 com.aliyun.openservices.ots.OTS 中的方法
- 返回表(Table)或视图(View)中的一行数据。
- getRow(SingleRowQueryCriteria, String) -
类 com.aliyun.openservices.ots.OTSClient 中的方法
-
- getRows() -
类 com.aliyun.openservices.ots.model.RowListing 中的方法
-
- getRowsByOffset(OffsetRowQueryCriteria, String) -
接口 com.aliyun.openservices.ots.OTS 中的方法
- 返回表(Table)或视图(View)的指定偏移量开始的多行数据。
- getRowsByOffset(OffsetRowQueryCriteria, String) -
类 com.aliyun.openservices.ots.OTSClient 中的方法
-
- getRowsByRange(RangeRowQueryCriteria, String) -
接口 com.aliyun.openservices.ots.OTS 中的方法
- 返回表(Table)或视图(View)中主键(Primary Key)的特定范围内的多行数据。
- getRowsByRange(RangeRowQueryCriteria, String, String) -
接口 com.aliyun.openservices.ots.OTS 中的方法
- 返回表(Table)或视图(View)中主键(Primary Key)的特定范围内的多行数据。
- getRowsByRange(RangeRowQueryCriteria, String) -
类 com.aliyun.openservices.ots.OTSClient 中的方法
-
- getRowsByRange(RangeRowQueryCriteria, String, String) -
类 com.aliyun.openservices.ots.OTSClient 中的方法
-
- getSize() -
类 com.aliyun.openservices.oss.model.OSSObjectSummary 中的方法
- 获取Object的文件字节数。
- getSize() -
类 com.aliyun.openservices.oss.model.PartSummary 中的方法
- 返回Part数据的字节数。
- getSocketTimeout() -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 返回通过打开的连接传输数据的超时时间(单位:毫秒)。
- getSourceBucketName() -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 返回源Object所在的Bucket的名称。
- getSourceKey() -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 返回源Object的Key。
- getStorageClass() -
类 com.aliyun.openservices.oss.model.MultipartUpload 中的方法
-
- getStorageClass() -
类 com.aliyun.openservices.oss.model.OSSObjectSummary 中的方法
- 返回Object的存储类别。
- getStorageClass() -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
-
- getTableGroupName() -
类 com.aliyun.openservices.ots.model.TableMeta 中的方法
- 返回表所在的表组名。
- getTableMeta(String) -
接口 com.aliyun.openservices.ots.OTS 中的方法
- 返回表(Table)的结构信息。
- getTableMeta(String) -
类 com.aliyun.openservices.ots.OTSClient 中的方法
-
- getTableName() -
类 com.aliyun.openservices.ots.model.RowQueryCriteria 中的方法
- 返回查询的表名。
- getTableName() -
类 com.aliyun.openservices.ots.model.TableMeta 中的方法
- 返回表名。
- getTop() -
类 com.aliyun.openservices.ots.model.OffsetRowQueryCriteria 中的方法
- 获取查询结果返回的行数。
- getTop() -
类 com.aliyun.openservices.ots.model.RangeRowQueryCriteria 中的方法
- 获取查询结果返回的行数。
- getType() -
类 com.aliyun.openservices.ots.model.ColumnValue 中的方法
- 获取值的数据类型。
- getType() -
类 com.aliyun.openservices.ots.model.PartitionKeyValue 中的方法
- 获取值的数据类型。
- getType() -
类 com.aliyun.openservices.ots.model.PrimaryKeyRange 中的方法
- 返回主键的数据类型。
- getType() -
类 com.aliyun.openservices.ots.model.PrimaryKeyValue 中的方法
- 获取值的数据类型。
- getUnmodifiedSinceConstraint() -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 返回一个时间,如果该时间等于或者晚于文件实际修改时间,则正常传输文件;
否则抛出异常。
- getUnmodifiedSinceConstraint() -
类 com.aliyun.openservices.oss.model.GetObjectRequest 中的方法
- 返回“If-Unmodified-Since”参数。
- getUploadId() -
类 com.aliyun.openservices.oss.model.AbortMultipartUploadRequest 中的方法
- 返回标识Multipart上传事件的Upload ID。
- getUploadId() -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadRequest 中的方法
- 返回标识Multipart上传事件的Upload ID。
- getUploadId() -
类 com.aliyun.openservices.oss.model.InitiateMultipartUploadResult 中的方法
-
- getUploadId() -
类 com.aliyun.openservices.oss.model.ListPartsRequest 中的方法
- 返回标识Multipart上传事件的Upload ID。
- getUploadId() -
类 com.aliyun.openservices.oss.model.MultipartUpload 中的方法
-
- getUploadId() -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 返回标识Multipart上传事件的Upload ID。
- getUploadId() -
类 com.aliyun.openservices.oss.model.UploadPartRequest 中的方法
- 返回标识Multipart上传事件的Upload ID。
- getUploadIdMarker() -
类 com.aliyun.openservices.oss.model.ListMultipartUploadsRequest 中的方法
- 返回一个标识表示从哪里返回列表。
- getUploadIdMarker() -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- getUserAgent() -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 构造用户代理。
- getUserMetadata() -
类 com.aliyun.openservices.oss.model.GeneratePresignedUrlRequest 中的方法
-
获取用户自定义的元数据。
- getUserMetadata() -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
-
获取用户自定义的元数据。
- getValue() -
类 com.aliyun.openservices.ots.model.ColumnValue 中的方法
- 获取值的字符串表示。
- getValue() -
类 com.aliyun.openservices.ots.model.PartitionKeyValue 中的方法
- 获取值的字符串表示。
- getValue() -
类 com.aliyun.openservices.ots.model.PrimaryKeyValue 中的方法
- 获取值的字符串表示。
- getViewName() -
类 com.aliyun.openservices.ots.model.RowQueryCriteria 中的方法
- 返回查询的视图名,如果i为空引用或长度不为零则表示在视图中查询。
- getViewName() -
类 com.aliyun.openservices.ots.model.ViewMeta 中的方法
- 返回视图名。
- getViews() -
类 com.aliyun.openservices.ots.model.TableMeta 中的方法
- 返回与该表相关的视图的列表(只读)。
- Grant - com.aliyun.openservices.oss.model 中的 类
- 访问控制的授权信息。
- Grant(Grantee, Permission) -
类 com.aliyun.openservices.oss.model.Grant 的构造方法
- 构造函数。
- Grantee - com.aliyun.openservices.oss.model 中的 接口
- 表示被授权者的信息。
- grantPermission(Grantee, Permission) -
类 com.aliyun.openservices.oss.model.AccessControlList 中的方法
- 为指定
Grantee授权特定权限(Permission)。
- GroupGrantee - com.aliyun.openservices.oss.model 中的 枚举
- 定义了可以被授权的一组OSS用户。
H
- hashCode() -
类 com.aliyun.openservices.oss.model.Grant 中的方法
-
- hashCode() -
类 com.aliyun.openservices.oss.model.Owner 中的方法
- 返回该实例的哈布值。
- hashCode() -
类 com.aliyun.openservices.ots.model.ColumnValue 中的方法
-
- hashCode() -
类 com.aliyun.openservices.ots.model.PartitionKeyValue 中的方法
-
- hashCode() -
类 com.aliyun.openservices.ots.model.PrimaryKeyValue 中的方法
-
- HttpMethod - com.aliyun.openservices 中的 枚举
- 表示HTTP的请求方法。
I
- INF_MAX -
类 com.aliyun.openservices.ots.model.PrimaryKeyRange 中的静态变量
- 表示主键值范围的最大值。
- INF_MIN -
类 com.aliyun.openservices.ots.model.PrimaryKeyRange 中的静态变量
- 表示主键值范围的最小值。
- initiateMultipartUpload(InitiateMultipartUploadRequest) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 初始化一个Multipart上传事件。
- initiateMultipartUpload(InitiateMultipartUploadRequest) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- InitiateMultipartUploadRequest - com.aliyun.openservices.oss.model 中的 类
- 包含初始化一个Multipart上传事件的请求参数。
- InitiateMultipartUploadRequest(String, String) -
类 com.aliyun.openservices.oss.model.InitiateMultipartUploadRequest 的构造方法
- 构造函数。
- InitiateMultipartUploadRequest(String, String, ObjectMetadata) -
类 com.aliyun.openservices.oss.model.InitiateMultipartUploadRequest 的构造方法
- 构造函数。
- InitiateMultipartUploadResult - com.aliyun.openservices.oss.model 中的 类
-
- InitiateMultipartUploadResult() -
类 com.aliyun.openservices.oss.model.InitiateMultipartUploadResult 的构造方法
-
- INTERNAL_ERROR -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- OSS 内部发生错误。
- INTERNAL_SERVER_ERROR -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 服务器内部错误。
- INVALID_ACCESS_KEY_ID -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- Access ID不存在。
- INVALID_ARGUMENT -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- 参数格式错误。
- INVALID_BUCKET_NAME -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- 无效的 Bucket 名字。
- INVALID_OBJECT_NAME -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- 无效的 Object 名字 。
- INVALID_PARAMETER -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 参数错误。
- INVALID_PART -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- 无效的 Part。
- INVALID_PART_ORDER -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- 无效的 Part顺序。
- isBucketExist(String) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
- 已过时。
- isTruncated() -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
- 返回一个值表示是否还有更多的记录没有返回。
- isTruncated() -
类 com.aliyun.openservices.oss.model.ObjectListing 中的方法
-
- isTruncated() -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 返回一个值表示返回结果是否被截取,即是否还有其他记录没有返回。
L
- listBuckets() -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 返回请求者拥有的所有
Bucket的列表。
- listBuckets() -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- listMultipartUploads(ListMultipartUploadsRequest) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 列出所有执行中的 Multipart上传事件。
- listMultipartUploads(ListMultipartUploadsRequest) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- ListMultipartUploadsRequest - com.aliyun.openservices.oss.model 中的 类
- 包含列出所有执行中Multipart上传事件的请求参数。
- ListMultipartUploadsRequest(String) -
类 com.aliyun.openservices.oss.model.ListMultipartUploadsRequest 的构造方法
- 构造函数。
- listObjects(String) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 列出指定
Bucket下的OSSObject。
- listObjects(String, String) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 列出指定
Bucket下key以给定prefix开头的OSSObject。
- listObjects(ListObjectsRequest) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 列出指定
Bucket下的OSSObject。
- listObjects(String) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- listObjects(String, String) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- listObjects(ListObjectsRequest) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- ListObjectsRequest - com.aliyun.openservices.oss.model 中的 类
- 包含获取object列表的请求信息。
- ListObjectsRequest() -
类 com.aliyun.openservices.oss.model.ListObjectsRequest 的构造方法
- 构造函数。
- ListObjectsRequest(String) -
类 com.aliyun.openservices.oss.model.ListObjectsRequest 的构造方法
-
- ListObjectsRequest(String, String, String, String, Integer) -
类 com.aliyun.openservices.oss.model.ListObjectsRequest 的构造方法
- 构造函数。
- listParts(ListPartsRequest) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 列出multipart中上传的所有part信息
- listParts(ListPartsRequest) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- ListPartsRequest - com.aliyun.openservices.oss.model 中的 类
- 包含列出Part的请求参数。
- ListPartsRequest(String, String, String) -
类 com.aliyun.openservices.oss.model.ListPartsRequest 的构造方法
- 构造函数。
- listTableGroups() -
接口 com.aliyun.openservices.ots.OTS 中的方法
- 返回表组(Table Group)名的列表。
- listTableGroups() -
类 com.aliyun.openservices.ots.OTSClient 中的方法
-
- listTables() -
接口 com.aliyun.openservices.ots.OTS 中的方法
- 返回表(Table)名的列表。
- listTables() -
类 com.aliyun.openservices.ots.OTSClient 中的方法
-
M
- MISSING_CONTENT_LENGTH -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- 缺少内容长度。
- MultipartUpload - com.aliyun.openservices.oss.model 中的 类
-
- MultipartUpload() -
类 com.aliyun.openservices.oss.model.MultipartUpload 的构造方法
-
- MultipartUploadListing - com.aliyun.openservices.oss.model 中的 类
- 包含Multipart上传事件的列表。
- MultipartUploadListing() -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 的构造方法
- 构造函数。
N
- NO_SUCH_BUCKET -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- Bucket 不存在。
- NO_SUCH_KEY -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- 文件不存在。
- NOT_IMPLEMENTED -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- 无法处理的方法。
O
- ObjectListing - com.aliyun.openservices.oss.model 中的 类
-
- ObjectListing() -
类 com.aliyun.openservices.oss.model.ObjectListing 的构造方法
-
- ObjectMetadata - com.aliyun.openservices.oss.model 中的 类
- OSS中Object的元数据。
- ObjectMetadata() -
类 com.aliyun.openservices.oss.model.ObjectMetadata 的构造方法
-
- OffsetRowQueryCriteria - com.aliyun.openservices.ots.model 中的 类
- 表示从指定偏移量获取多行数据的查询条件。
- OffsetRowQueryCriteria(String) -
类 com.aliyun.openservices.ots.model.OffsetRowQueryCriteria 的构造方法
- 构造函数。
- OffsetRowQueryCriteria(String, String) -
类 com.aliyun.openservices.ots.model.OffsetRowQueryCriteria 的构造方法
- 构造一个在给定名称的表的视图中查询的条件。
- OSS - com.aliyun.openservices.oss 中的 接口
- 阿里云开放存储服务(Open Storage Service, OSS)的访问接口。
- OSSClient - com.aliyun.openservices.oss 中的 类
- 访问阿里云开放存储服务(Open Storage Service, OSS)的入口类。
- OSSClient(String, String) -
类 com.aliyun.openservices.oss.OSSClient 的构造方法
- 使用默认的OSS Endpoint构造一个新的
OSSClient对象。
- OSSClient(String, String, String) -
类 com.aliyun.openservices.oss.OSSClient 的构造方法
- 使用指定的OSS Endpoint构造一个新的
OSSClient对象。
- OSSClient(String, String, String, ClientConfiguration) -
类 com.aliyun.openservices.oss.OSSClient 的构造方法
- 使用指定的OSS Endpoint和配置构造一个新的
OSSClient对象。
- OSSErrorCode - com.aliyun.openservices.oss 中的 接口
- OSS定义的错误代码。
- OSSException - com.aliyun.openservices.oss 中的 异常
- 该异常在对开放存储数据服务(Open Storage Service)访问失败时抛出。
- OSSException() -
异常 com.aliyun.openservices.oss.OSSException 的构造方法
-
- OSSException(String) -
异常 com.aliyun.openservices.oss.OSSException 的构造方法
-
- OSSException(String, Throwable) -
异常 com.aliyun.openservices.oss.OSSException 的构造方法
-
- OSSException(String, String, String, String, String, String, String) -
异常 com.aliyun.openservices.oss.OSSException 的构造方法
-
- OSSObject - com.aliyun.openservices.oss.model 中的 类
- 表示OSS中的Object。
- OSSObject() -
类 com.aliyun.openservices.oss.model.OSSObject 的构造方法
-
- OSSObjectSummary - com.aliyun.openservices.oss.model 中的 类
OSSObject摘要信息。- OSSObjectSummary() -
类 com.aliyun.openservices.oss.model.OSSObjectSummary 的构造方法
- 初始化一个新的
OSSObjectSummary实例。
- OTS - com.aliyun.openservices.ots 中的 接口
- 阿里云开放结构化数据服务(Open Table Service, OTS)的访问接口。
- OTSClient - com.aliyun.openservices.ots 中的 类
- 访问阿里云开放结构化数据服务(Open Table Service, OTS)的入口类。
- OTSClient(String, String) -
类 com.aliyun.openservices.ots.OTSClient 的构造方法
- 使用默认的OTS Endpoint和默认配置构造一个新的
OTSClient实例。
- OTSClient(String, String, String) -
类 com.aliyun.openservices.ots.OTSClient 的构造方法
- 使用指定的OTS Endpoint和默认配置构造一个新的
OTSClient实例。
- OTSClient(String, String, String, ClientConfiguration) -
类 com.aliyun.openservices.ots.OTSClient 的构造方法
- 使用指定的OTS Endpoint和配置构造一个新的
OTSClient实例。
- OTSErrorCode - com.aliyun.openservices.ots 中的 接口
- 表示来自开放结构化数据服务(Open Table Service,OTS)的错误代码。
- OTSException - com.aliyun.openservices.ots 中的 异常
- 该异常在对开放结构化数据服务(Open Table Service)访问失败时抛出。
- OTSException() -
异常 com.aliyun.openservices.ots.OTSException 的构造方法
- 构造函数。
- OTSException(String) -
异常 com.aliyun.openservices.ots.OTSException 的构造方法
- 构造函数。
- OTSException(String, Throwable) -
异常 com.aliyun.openservices.ots.OTSException 的构造方法
- 构造函数。
- OTSException(String, Throwable, String, String, String) -
异常 com.aliyun.openservices.ots.OTSException 的构造方法
- 构造函数。
- Owner - com.aliyun.openservices.oss.model 中的 类
- 表示OSS
Bucket的所有者。 - Owner() -
类 com.aliyun.openservices.oss.model.Owner 的构造方法
- 构造函数。
- Owner(String, String) -
类 com.aliyun.openservices.oss.model.Owner 的构造方法
- 构造函数。
P
- parse(String) -
枚举 com.aliyun.openservices.oss.model.CannedAccessControlList 中的静态方法
-
- PartETag - com.aliyun.openservices.oss.model 中的 类
- 包含Multipart上传的Part的返回结果信息。
- PartETag(int, String) -
类 com.aliyun.openservices.oss.model.PartETag 的构造方法
- 构造函数。
- PartitionKeyType - com.aliyun.openservices.ots.model 中的 枚举
- 表示分片键的数据类型。
- PartitionKeyValue - com.aliyun.openservices.ots.model 中的 类
- 表示分片键(Partition Key)的值,包含了值的字符串表示和值的类型。
- PartListing - com.aliyun.openservices.oss.model 中的 类
- 包含Multipart上传Part的表示。
- PartListing() -
类 com.aliyun.openservices.oss.model.PartListing 的构造方法
- 构造函数。
- PartSummary - com.aliyun.openservices.oss.model 中的 类
- 包含通过Multipart上传模式上传的Part的摘要信息。
- PartSummary() -
类 com.aliyun.openservices.oss.model.PartSummary 的构造方法
- 构造函数。
- Permission - com.aliyun.openservices.oss.model 中的 枚举
- 表示访问控制权限。
- PRECONDITION_FAILED -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- 预处理错误。
- PrimaryKeyRange - com.aliyun.openservices.ots.model 中的 类
- 表示主键(Primary Key)范围。
- PrimaryKeyRange(String, PrimaryKeyValue, PrimaryKeyValue) -
类 com.aliyun.openservices.ots.model.PrimaryKeyRange 的构造方法
-
构造一个新的
PrimaryKeyRange实例。
- PrimaryKeyRange(String, PrimaryKeyValue, PrimaryKeyValue, PrimaryKeyType) -
类 com.aliyun.openservices.ots.model.PrimaryKeyRange 的构造方法
-
构造一个新的
PrimaryKeyRange实例。
- PrimaryKeyType - com.aliyun.openservices.ots.model 中的 枚举
- 表示主键(PrimaryKey)的数据类型。
- PrimaryKeyValue - com.aliyun.openservices.ots.model 中的 类
- 表示主键(PrimaryKey)列的值。
- putData(String, RowPutChange, String) -
接口 com.aliyun.openservices.ots.OTS 中的方法
- 插入一行或修改指定行中的数据。
- putData(String, RowPutChange, String) -
类 com.aliyun.openservices.ots.OTSClient 中的方法
-
- putObject(String, String, InputStream, ObjectMetadata) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 上传指定的
OSSObject到OSS中指定的Bucket。
- putObject(String, String, InputStream, ObjectMetadata) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- PutObjectResult - com.aliyun.openservices.oss.model 中的 类
- 上传object操作的返回结果。
- PutObjectResult() -
类 com.aliyun.openservices.oss.model.PutObjectResult 的构造方法
- 构造函数。
Q
- QUOTA_EXHAUSTED -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 用户的配额已经用满。
R
- RangeRowQueryCriteria - com.aliyun.openservices.ots.model 中的 类
- 表示获取表(Table)或视图(View)中主键(Primary Key)的特定范围内多行数据的查询条件。
- RangeRowQueryCriteria(String) -
类 com.aliyun.openservices.ots.model.RangeRowQueryCriteria 的构造方法
- 构造一个在给定名称的表中查询的条件。
- RangeRowQueryCriteria(String, String) -
类 com.aliyun.openservices.ots.model.RangeRowQueryCriteria 的构造方法
- 构造一个在给定名称的表的视图中查询的条件。
- REQUEST_TIME_TOO_SKEWED -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- 发起请求的时间和服务器时间超出15分钟。
- REQUEST_TIMEOUT -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- 请求超时。
- RESPONSE_HEADER_CACHE_CONTROL -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的静态变量
-
- RESPONSE_HEADER_CONTENT_DISPOSITION -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的静态变量
-
- RESPONSE_HEADER_CONTENT_ENCODING -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的静态变量
-
- RESPONSE_HEADER_CONTENT_LANGUAGE -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的静态变量
-
- RESPONSE_HEADER_CONTENT_TYPE -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的静态变量
-
- RESPONSE_HEADER_EXPIRES -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的静态变量
-
- ResponseHeaderOverrides - com.aliyun.openservices.oss.model 中的 类
- 包含了在发送OSS GET请求时可以重载的返回请求头。
- ResponseHeaderOverrides() -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 的构造方法
-
- revokeAllPermissions(Grantee) -
类 com.aliyun.openservices.oss.model.AccessControlList 中的方法
- 取消指定
Grantee已分配的所有权限。
- Row - com.aliyun.openservices.ots.model 中的 类
- 表示查询时返回的数据行。
- RowChange - com.aliyun.openservices.ots.model 中的 类
- 表示行的数据变更信息。
- RowChange() -
类 com.aliyun.openservices.ots.model.RowChange 的构造方法
- 构造函数。
- RowDeleteChange - com.aliyun.openservices.ots.model 中的 类
- 表示数据行的删除信息。
- RowDeleteChange() -
类 com.aliyun.openservices.ots.model.RowDeleteChange 的构造方法
- 构造一个新的
RowDeleteChange实例。
- RowListing - com.aliyun.openservices.ots.model 中的 类
-
- RowListing() -
类 com.aliyun.openservices.ots.model.RowListing 的构造方法
-
- RowPutChange - com.aliyun.openservices.ots.model 中的 类
- 表示行的插入或更新信息。
- RowPutChange() -
类 com.aliyun.openservices.ots.model.RowPutChange 的构造方法
- 构造一个新的
RowPutChange实例。
- RowQueryCriteria - com.aliyun.openservices.ots.model 中的 类
- 表示返回行的查询条件。
- RowQueryCriteria(String) -
类 com.aliyun.openservices.ots.model.RowQueryCriteria 的构造方法
- 构造一个在给定名称的表中查询的条件。
- RowQueryCriteria(String, String) -
类 com.aliyun.openservices.ots.model.RowQueryCriteria 的构造方法
- 构造一个在给定名称的表的视图中查询的条件。
S
- ServiceException - com.aliyun.openservices 中的 异常
-
表示阿里云服务返回的错误消息。
- ServiceException() -
异常 com.aliyun.openservices.ServiceException 的构造方法
- 构造新实例。
- ServiceException(String) -
异常 com.aliyun.openservices.ServiceException 的构造方法
- 用给定的异常信息构造新实例。
- ServiceException(Throwable) -
异常 com.aliyun.openservices.ServiceException 的构造方法
- 用表示异常原因的对象构造新实例。
- ServiceException(String, Throwable) -
异常 com.aliyun.openservices.ServiceException 的构造方法
- 用异常消息和表示异常原因的对象构造新实例。
- ServiceException(String, Throwable, String, String, String) -
异常 com.aliyun.openservices.ServiceException 的构造方法
- 用异常消息和表示异常原因及其他信息的对象构造新实例。
- setBucketAcl(String, CannedAccessControlList) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 设置指定
Bucket的Access Control List(ACL)。
- setBucketAcl(String, CannedAccessControlList) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- setBucketName(String) -
类 com.aliyun.openservices.oss.model.AbortMultipartUploadRequest 中的方法
- 设置
Bucket名称。
- setBucketName(String) -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadRequest 中的方法
- 设置
Bucket名称。
- setBucketName(String) -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadResult 中的方法
- 设置包含Multipart上传的
OSSObject的Bucket名称。
- setBucketName(String) -
类 com.aliyun.openservices.oss.model.GeneratePresignedUrlRequest 中的方法
- 设置
Bucket名称。
- setBucketName(String) -
类 com.aliyun.openservices.oss.model.GetObjectRequest 中的方法
- 设置Bucket名称。
- setBucketName(String) -
类 com.aliyun.openservices.oss.model.InitiateMultipartUploadRequest 中的方法
- 设置用来创建Multipart上传的Bucket的名称。
- setBucketName(String) -
类 com.aliyun.openservices.oss.model.InitiateMultipartUploadResult 中的方法
-
- setBucketName(String) -
类 com.aliyun.openservices.oss.model.ListMultipartUploadsRequest 中的方法
- 设置
Bucket名称。
- setBucketName(String) -
类 com.aliyun.openservices.oss.model.ListObjectsRequest 中的方法
- 设置bucket名称。
- setBucketName(String) -
类 com.aliyun.openservices.oss.model.ListPartsRequest 中的方法
- 设置
Bucket名称。
- setBucketName(String) -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
- 设置
Bucket名称。
- setBucketName(String) -
类 com.aliyun.openservices.oss.model.ObjectListing 中的方法
-
- setBucketName(String) -
类 com.aliyun.openservices.oss.model.OSSObject 中的方法
- 设置Object所在的Bucket的名称。
- setBucketName(String) -
类 com.aliyun.openservices.oss.model.OSSObjectSummary 中的方法
- 设置所在
Bucket的名称。
- setBucketName(String) -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 设置
Bucket名称。
- setBucketName(String) -
类 com.aliyun.openservices.oss.model.UploadPartRequest 中的方法
- 设置
Bucket名称。
- setCacheControl(String) -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 设置Cache-Control请求头,表示用户指定的HTTP请求/回复链的缓存行为。
- setCacheControl(String) -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的方法
- 设置重载的cacheControl返回请求头。
- setChecking(CheckingMode) -
类 com.aliyun.openservices.ots.model.RowPutChange 中的方法
- 设置进行数据存在性检查的方式。
- setCommonPrefixes(List<String>) -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- setCommonPrefixes(List<String>) -
类 com.aliyun.openservices.oss.model.ObjectListing 中的方法
-
- setConnectionTimeout(int) -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 设置建立连接的超时时间(单位:毫秒)。
- setContentDisposition(String) -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 设置Content-Disposition请求头,表示MIME用户代理如何显示附加的文件。
- setContentDisposition(String) -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的方法
- 设置重载的contentDisposition返回请求头。
- setContentEncoding(String) -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 设置Content-Encoding请求头,表示Object内容的编码方式。
- setContentEncoding(String) -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的方法
- 设置重载的contentEncoding返回请求头。
- setContentLangauge(String) -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的方法
- 设置重载的content language返回请求头。
- setContentLength(long) -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 设置Content-Length请求头,表示Object内容的大小。
- setContentType(String) -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 获取Content-Type请求头,表示Object内容的类型,为标准的MIME类型。
- setContentType(String) -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的方法
- 设置重载的content type返回请求头。
- setCreationDate(Date) -
类 com.aliyun.openservices.oss.model.Bucket 中的方法
- 设置Bucket的创建时间。
- setDelimiter(String) -
类 com.aliyun.openservices.oss.model.ListMultipartUploadsRequest 中的方法
-
- setDelimiter(String) -
类 com.aliyun.openservices.oss.model.ListObjectsRequest 中的方法
- 设置一个用于对Object名字进行分组的字符。
- setDelimiter(String) -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- setDelimiter(String) -
类 com.aliyun.openservices.oss.model.ObjectListing 中的方法
-
- setDestinationBucketName(String) -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 设置目标Object所在的Bucket的名称。
- setDestinationKey(String) -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 设置目标Object的Key。
- setDisplayName(String) -
类 com.aliyun.openservices.oss.model.Owner 中的方法
- 设置所有者的显示名称。
- setETag(String) -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadResult 中的方法
- 设置ETag值。
- setEtag(String) -
类 com.aliyun.openservices.oss.model.CopyObjectResult 中的方法
- 设置新Object的ETag值。
- setETag(String) -
类 com.aliyun.openservices.oss.model.OSSObjectSummary 中的方法
- 设置一个值表示与Object相关的hex编码的128位MD5摘要。
- setETag(String) -
类 com.aliyun.openservices.oss.model.PartETag 中的方法
- 设置Part的ETag值。
- setETag(String) -
类 com.aliyun.openservices.oss.model.PartSummary 中的方法
- 设置Part的ETag值。
- setETag(String) -
类 com.aliyun.openservices.oss.model.PutObjectResult 中的方法
- 设置新创建的
OSSObject的ETag值。
- setETag(String) -
类 com.aliyun.openservices.oss.model.UploadPartResult 中的方法
- 设置OSS生成的ETag值。
- setExpiration(Date) -
类 com.aliyun.openservices.oss.model.GeneratePresignedUrlRequest 中的方法
- 设置生成的URL的超时时间。。
- setExpirationTime(Date) -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 设置Expires请求头。
- setExpires(String) -
类 com.aliyun.openservices.oss.model.ResponseHeaderOverrides 中的方法
- 设置重载的expires返回请求头。
- setHeader(String, Object) -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 设置请求头(内部使用)。
- setId(String) -
类 com.aliyun.openservices.oss.model.Owner 中的方法
- 设置所有者的ID。
- setIdentifier(String) -
接口 com.aliyun.openservices.oss.model.Grantee 中的方法
- 设置被授权者的ID。
- setIdentifier(String) -
枚举 com.aliyun.openservices.oss.model.GroupGrantee 中的方法
- 不支持该操作。
- setInitiated(Date) -
类 com.aliyun.openservices.oss.model.MultipartUpload 中的方法
-
- setInitiator(Owner) -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 设置相关Multipart上传事件的初始化者(
Owner信息。
- setInputStream(InputStream) -
类 com.aliyun.openservices.oss.model.UploadPartRequest 中的方法
- 设置包含上传分块内容的数据流。
- setIsReverse(boolean) -
类 com.aliyun.openservices.ots.model.OffsetRowQueryCriteria 中的方法
- 设置一个值表示是否按反向读取。
- setIsReverse(boolean) -
类 com.aliyun.openservices.ots.model.RangeRowQueryCriteria 中的方法
- 设置一个值表示是否按反向读取。
- setKey(String) -
类 com.aliyun.openservices.oss.model.AbortMultipartUploadRequest 中的方法
- 设置
OSSObject key。
- setKey(String) -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadRequest 中的方法
- 设置
OSSObject key。
- setKey(String) -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadResult 中的方法
- 设置新创建的
OSSObject的Key。
- setKey(String) -
类 com.aliyun.openservices.oss.model.GeneratePresignedUrlRequest 中的方法
- 设置
OSSObject key。
- setKey(String) -
类 com.aliyun.openservices.oss.model.GetObjectRequest 中的方法
- 设置Object Key。
- setKey(String) -
类 com.aliyun.openservices.oss.model.InitiateMultipartUploadRequest 中的方法
- 设置用来创建的Multipart的Object(也就是Multipart上传完成后新生成的Object)的key。
- setKey(String) -
类 com.aliyun.openservices.oss.model.InitiateMultipartUploadResult 中的方法
-
- setKey(String) -
类 com.aliyun.openservices.oss.model.ListPartsRequest 中的方法
- 设置
OSSObject key。
- setKey(String) -
类 com.aliyun.openservices.oss.model.MultipartUpload 中的方法
-
- setKey(String) -
类 com.aliyun.openservices.oss.model.OSSObject 中的方法
- 设置Object的Key。
- setKey(String) -
类 com.aliyun.openservices.oss.model.OSSObjectSummary 中的方法
- 设置Object的Key。
- setKey(String) -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 设置
OSSObject key。
- setKey(String) -
类 com.aliyun.openservices.oss.model.UploadPartRequest 中的方法
- 设置
OSSObject key。
- setKeyMarker(String) -
类 com.aliyun.openservices.oss.model.ListMultipartUploadsRequest 中的方法
- 设置一个标识表示从哪里返回列表。
- setKeyMarker(String) -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- setLastModified(Date) -
类 com.aliyun.openservices.oss.model.CopyObjectResult 中的方法
- 设置新Object的最后修改时间。
- setLastModified(Date) -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 设置Last-Modified请求头的值,表示Object最后一次修改的时间(内部使用)。
- setLastModified(Date) -
类 com.aliyun.openservices.oss.model.OSSObjectSummary 中的方法
- 设置最后修改时间。
- setLastModified(Date) -
类 com.aliyun.openservices.oss.model.PartSummary 中的方法
- 设置Part的最后修改时间。
- setLocation(String) -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadResult 中的方法
- 设置标识Multipart上传的
OSSObject的URL地址。
- setMarker(String) -
类 com.aliyun.openservices.oss.model.ListObjectsRequest 中的方法
- 设置marker, 用户设定结果从marker之后按字母排序的第一个开始返回。
- setMarker(String) -
类 com.aliyun.openservices.oss.model.ObjectListing 中的方法
-
- setMatchingETagConstraints(List<String>) -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 设置ETag限定值的列表。
- setMatchingETagConstraints(List<String>) -
类 com.aliyun.openservices.oss.model.GetObjectRequest 中的方法
- 返回“If-Match”参数(可选)。
- setMaxConnections(int) -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 设置允许打开的最大HTTP连接数。
- setMaxErrorRetry(int) -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 设置一个值表示当可重试的请求失败后最大的重试次数。
- setMaxKeys(Integer) -
类 com.aliyun.openservices.oss.model.ListObjectsRequest 中的方法
- 设置用于限定此次返回object的最大数,如果不设定,默认为100。
- setMaxKeys(int) -
类 com.aliyun.openservices.oss.model.ObjectListing 中的方法
-
- setMaxParts(int) -
类 com.aliyun.openservices.oss.model.ListPartsRequest 中的方法
- 设置一个值最大返回多少条记录。
- setMaxParts(int) -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 设置请求中指定返回Part的最大个数(
ListPartsRequest.getMaxParts())。
- setMaxUploads(Integer) -
类 com.aliyun.openservices.oss.model.ListMultipartUploadsRequest 中的方法
- 设置限制的最大返回记录数。
- setMaxUploads(int) -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- setMd5Digest(String) -
类 com.aliyun.openservices.oss.model.UploadPartRequest 中的方法
- 设置分块(Part)数据的MD5校验值。
- setMethod(HttpMethod) -
类 com.aliyun.openservices.oss.model.GeneratePresignedUrlRequest 中的方法
- 设置HTTP访问方法。
- setModifiedSinceConstraint(Date) -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 设置返回一个时间,如果源Object自从该时间以后被修改过,则执行拷贝操作;
否则抛出异常。
- setModifiedSinceConstraint(Date) -
类 com.aliyun.openservices.oss.model.GetObjectRequest 中的方法
- 设置“If-Modified-Since”参数(可选)。
- setMultipartUploads(List<MultipartUpload>) -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- setName(String) -
类 com.aliyun.openservices.oss.model.Bucket 中的方法
- 设置Bucket名称。
- setNewObjectMetadata(ObjectMetadata) -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 设置目标Object的
ObjectMetadata信息。
- setNextKeyMarker(String) -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- setNextMarker(String) -
类 com.aliyun.openservices.oss.model.ObjectListing 中的方法
-
- setNextPartNumberMarker(int) -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 设置一个值值表示如果返回结果被截取,那么下一个Part的号码是多少。
- setNextToken(String) -
类 com.aliyun.openservices.ots.model.RowListing 中的方法
-
- setNextUploadIdMarker(String) -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- setNonmatchingETagConstraints(List<String>) -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 设置限定Object的ETag限定必须不匹配给定值的列表。
- setNonmatchingETagConstraints(List<String>) -
类 com.aliyun.openservices.oss.model.GetObjectRequest 中的方法
- 返回“If-None-Match”参数,可以用来检查文件是否有更新(可选)。
- setObjectContent(InputStream) -
类 com.aliyun.openservices.oss.model.OSSObject 中的方法
- 设置包含Object内容的
InputStream。
- setObjectMetadata(ObjectMetadata) -
类 com.aliyun.openservices.oss.model.InitiateMultipartUploadRequest 中的方法
- 设置将创建的Object的附加信息。
- setObjectMetadata(ObjectMetadata) -
类 com.aliyun.openservices.oss.model.OSSObject 中的方法
- 设置Object的元数据。
- setOffset(int) -
类 com.aliyun.openservices.ots.model.OffsetRowQueryCriteria 中的方法
- 设置分页键的查询偏移量。
- setOwner(Owner) -
类 com.aliyun.openservices.oss.model.AccessControlList 中的方法
- 设置所有者
Owner。
- setOwner(Owner) -
类 com.aliyun.openservices.oss.model.Bucket 中的方法
- 设置Bucket的拥有者。
- setOwner(Owner) -
类 com.aliyun.openservices.oss.model.OSSObjectSummary 中的方法
- 设置Object的所有者。
- setOwner(Owner) -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 设置相关Multipart上传事件的所有者(
Owner信息。
- setPagingKeyLen(int) -
类 com.aliyun.openservices.ots.model.TableMeta 中的方法
- 设置一个值表示分页建立在前几个主键列上。
- setPagingKeyLen(int) -
类 com.aliyun.openservices.ots.model.ViewMeta 中的方法
- 设置一个值表示分页建立在前几个主键列上。
- setPartETags(List<PartETag>) -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadRequest 中的方法
- 设置标识上传Part结果的
PartETag列表。
- setPartNumber(int) -
类 com.aliyun.openservices.oss.model.PartETag 中的方法
- 设置Part标识号码。
- setPartNumber(int) -
类 com.aliyun.openservices.oss.model.PartSummary 中的方法
- 设置Part的标识号码。
- setPartNumber(int) -
类 com.aliyun.openservices.oss.model.UploadPartRequest 中的方法
- 设置上传分块(Part)的标识号码(Part Number)。
- setPartNumber(int) -
类 com.aliyun.openservices.oss.model.UploadPartResult 中的方法
- 设置分块(Part)标识号。
- setPartNumberMarker(Integer) -
类 com.aliyun.openservices.oss.model.ListPartsRequest 中的方法
- 设置一个值表示从哪个Part号码开始获取列表。
- setPartNumberMarker(int) -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 设置请求中给定的
ListPartsRequest.getPartNumberMarker()。
- setParts(List<PartSummary>) -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 设置
PartSummary的列表。
- setPartSize(long) -
类 com.aliyun.openservices.oss.model.UploadPartRequest 中的方法
- 设置返回分块(Part)数据的字节数。
- setPrefix(String) -
类 com.aliyun.openservices.oss.model.ListMultipartUploadsRequest 中的方法
-
- setPrefix(String) -
类 com.aliyun.openservices.oss.model.ListObjectsRequest 中的方法
- 设置prefix,限定返回的object key必须以prefix作为前缀。
- setPrefix(String) -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- setPrefix(String) -
类 com.aliyun.openservices.oss.model.ObjectListing 中的方法
-
- setProxyDomain(String) -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 设置访问NTLM验证的代理服务器的Windows域名(可选)。
- setProxyHost(String) -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 设置代理服务器主机地址。
- setProxyPassword(String) -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 设置代理服务器验证的密码。
- setProxyPort(int) -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 设置代理服务器端口。
- setProxyUsername(String) -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 设置代理服务器验证的用户名。
- setProxyWorkstation(String) -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 设置NTLM代理服务器的Windows工作站名称。
- setRange(long, long) -
类 com.aliyun.openservices.oss.model.GetObjectRequest 中的方法
- 设置一个值表示请求应当返回Object内容的字节范围(可选)。
- setRange(String, PrimaryKeyValue, PrimaryKeyValue) -
类 com.aliyun.openservices.ots.model.RangeRowQueryCriteria 中的方法
- 设置查询主键范围(左开右闭)。
- setRange(PrimaryKeyRange) -
类 com.aliyun.openservices.ots.model.RangeRowQueryCriteria 中的方法
- 设置查询主键范围(左开右闭)。
- setResponseHeaders(ResponseHeaderOverrides) -
类 com.aliyun.openservices.oss.model.GeneratePresignedUrlRequest 中的方法
- 设置要重载的返回请求头(可选)。
- setResponseHeaders(ResponseHeaderOverrides) -
类 com.aliyun.openservices.oss.model.GetObjectRequest 中的方法
- 设置要重载的返回请求头(可选)。
- setRows(List<Row>) -
类 com.aliyun.openservices.ots.model.RowListing 中的方法
-
- setSize(long) -
类 com.aliyun.openservices.oss.model.OSSObjectSummary 中的方法
- 设置Object的文件字节数。
- setSize(long) -
类 com.aliyun.openservices.oss.model.PartSummary 中的方法
- 设置Part数据的字节数。
- setSocketTimeout(int) -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 设置通过打开的连接传输数据的超时时间(单位:毫秒)。
- setSourceBucketName(String) -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 设置源Object所在的Bucket的名称。
- setSourceKey(String) -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 设置源Object的Key。
- setStorageClass(String) -
类 com.aliyun.openservices.oss.model.MultipartUpload 中的方法
-
- setStorageClass(String) -
类 com.aliyun.openservices.oss.model.OSSObjectSummary 中的方法
- 设置Object的存储类别。
- setStorageClass(String) -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
-
- setTableGroupName(String) -
类 com.aliyun.openservices.ots.model.TableMeta 中的方法
- 设置表所在的表组名,为空指针或空字符串表示表不在表组中。
- setTableName(String) -
类 com.aliyun.openservices.ots.model.RowQueryCriteria 中的方法
- 设置查询的表名。
- setTableName(String) -
类 com.aliyun.openservices.ots.model.TableMeta 中的方法
- 设置表名。
- setTop(int) -
类 com.aliyun.openservices.ots.model.OffsetRowQueryCriteria 中的方法
- 设置查询结果返回的行数。
- setTop(int) -
类 com.aliyun.openservices.ots.model.RangeRowQueryCriteria 中的方法
- 设置查询结果返回的行数。
- setTruncated(boolean) -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
- 设置一个值表示是否还有更多的记录没有返回。
- setTruncated(boolean) -
类 com.aliyun.openservices.oss.model.ObjectListing 中的方法
-
- setTruncated(boolean) -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 设置一个值表示返回结果是否被截取,即是否还有其他记录没有返回。
- setUnmodifiedSinceConstraint(Date) -
类 com.aliyun.openservices.oss.model.CopyObjectRequest 中的方法
- 设置一个时间,如果该时间等于或者晚于文件实际修改时间,则正常传输文件;
否则抛出异常。
- setUnmodifiedSinceConstraint(Date) -
类 com.aliyun.openservices.oss.model.GetObjectRequest 中的方法
- 设置“If-Unmodified-Since”参数(可选)。
- setUploadId(String) -
类 com.aliyun.openservices.oss.model.AbortMultipartUploadRequest 中的方法
- 设置标识Multipart上传事件的Upload ID。
- setUploadId(String) -
类 com.aliyun.openservices.oss.model.CompleteMultipartUploadRequest 中的方法
- 设置标识Multipart上传事件的Upload ID。
- setUploadId(String) -
类 com.aliyun.openservices.oss.model.InitiateMultipartUploadResult 中的方法
-
- setUploadId(String) -
类 com.aliyun.openservices.oss.model.ListPartsRequest 中的方法
- 设置标识Multipart上传事件的Upload ID。
- setUploadId(String) -
类 com.aliyun.openservices.oss.model.MultipartUpload 中的方法
-
- setUploadId(String) -
类 com.aliyun.openservices.oss.model.PartListing 中的方法
- 设置标识Multipart上传事件的Upload ID。
- setUploadId(String) -
类 com.aliyun.openservices.oss.model.UploadPartRequest 中的方法
- 设置标识Multipart上传事件的Upload ID。
- setUploadIdMarker(String) -
类 com.aliyun.openservices.oss.model.ListMultipartUploadsRequest 中的方法
- 设置一个标识表示从哪里返回列表。
- setUploadIdMarker(String) -
类 com.aliyun.openservices.oss.model.MultipartUploadListing 中的方法
-
- setUserAgent(String) -
类 com.aliyun.openservices.ClientConfiguration 中的方法
- 设置用户代理。
- setUserMetadata(Map<String, String>) -
类 com.aliyun.openservices.oss.model.GeneratePresignedUrlRequest 中的方法
- 设置用户自定义的元数据,表示以x-oss-meta-为前缀的请求头。
- setUserMetadata(Map<String, String>) -
类 com.aliyun.openservices.oss.model.ObjectMetadata 中的方法
- 设置用户自定义的元数据,表示以x-oss-meta-为前缀的请求头。
- setViewName(String) -
类 com.aliyun.openservices.ots.model.RowQueryCriteria 中的方法
- 设置查询的视图名,如果i为空引用或长度不为零则表示在视图中查询。
- setViewName(String) -
类 com.aliyun.openservices.ots.model.ViewMeta 中的方法
- 设置视图名。
- SIGNATURE_DOES_NOT_MATCH -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- 签名错误。
- SingleRowQueryCriteria - com.aliyun.openservices.ots.model 中的 类
- 表示获取一行数据的查询条件。
- SingleRowQueryCriteria(String) -
类 com.aliyun.openservices.ots.model.SingleRowQueryCriteria 的构造方法
- 构造一个在给定名称的表中查询的条件。
- SingleRowQueryCriteria(String, String) -
类 com.aliyun.openservices.ots.model.SingleRowQueryCriteria 的构造方法
- 构造一个在给定名称的表的视图中查询的条件。
- startTransaction(String, PartitionKeyValue) -
接口 com.aliyun.openservices.ots.OTS 中的方法
- 在表(Table)或表组(Table Group)上开始一个事务(Transaction),并得到该事务ID。
- startTransaction(String, PartitionKeyValue) -
类 com.aliyun.openservices.ots.OTSClient 中的方法
-
- STORAGE_DATA_OUT_OF_RANGE -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 数据超过范围。
- STORAGE_INTERNAL_ERROR -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 服务器内部错误。
- STORAGE_INVALID_PRIMARY_KEY -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 主键列无效,例如类型错误。
- STORAGE_OBJECT_ALREAY_EXIST -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 要创建的对象(表或视图)已存在。
- STORAGE_OBJECT_NOT_EXIST -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 对象(表或视图)不存在。
- STORAGE_PARAMETER_INVALID -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 参数错误。
- STORAGE_PARTITION_NOT_READY -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 数据分片未准备就绪。
- STORAGE_PRIMARY_KEY_ALREADY_EXIST -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 要插入的行已经存在。
- STORAGE_PRIMARY_KEY_NOT_EXIST -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 要更新的行不存在。
- STORAGE_SERVER_BUSY -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 服务器忙,请等待。
- STORAGE_SESSION_NOT_EXIST -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 要操作的事务不存在或已经过期。
- STORAGE_TIMEOUT -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 超时错误,操作结果未定义。
- STORAGE_TRANSACTION_LOCK_KEY_FAIL -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 不能获得指定的事务锁。
- STORAGE_UNKNOWN_ERROR -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- OTS未知错误。
- STORAGE_VIEW_INCOMPLETE_PRIMARY_KEY -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 视图的主键列不完整。
T
- TableMeta - com.aliyun.openservices.ots.model 中的 类
- 表示表(Table)的结构信息。
- TableMeta(String) -
类 com.aliyun.openservices.ots.model.TableMeta 的构造方法
- 创建一个新的给定表名的
TableMeta实例。
- toBoolean() -
类 com.aliyun.openservices.ots.model.ColumnValue 中的方法
- 转换为布尔型。
- toBoolean() -
类 com.aliyun.openservices.ots.model.PrimaryKeyValue 中的方法
- 转换为布尔型。
- toDouble() -
类 com.aliyun.openservices.ots.model.ColumnValue 中的方法
- 转换为双整型。
- toLong() -
类 com.aliyun.openservices.ots.model.ColumnValue 中的方法
- 转换为长整型。
- toLong() -
类 com.aliyun.openservices.ots.model.PartitionKeyValue 中的方法
- 转换为长整型。
- toLong() -
类 com.aliyun.openservices.ots.model.PrimaryKeyValue 中的方法
- 转换为长整型。
- TOO_MANY_BUCKETS -
接口 com.aliyun.openservices.oss.OSSErrorCode 中的静态变量
- 用户的 Bucket 数目超过限制 。
- toString() -
类 com.aliyun.openservices.oss.model.AccessControlList 中的方法
- 返回该对象的字符串表示。
- toString() -
类 com.aliyun.openservices.oss.model.Bucket 中的方法
- 返回字符串表示。
- toString() -
枚举 com.aliyun.openservices.oss.model.CannedAccessControlList 中的方法
-
- toString() -
类 com.aliyun.openservices.oss.model.OSSObject 中的方法
-
- toString() -
类 com.aliyun.openservices.oss.model.Owner 中的方法
- 返回该对象的字符串表示。
- toString() -
类 com.aliyun.openservices.ots.model.ColumnValue 中的方法
-
- toString() -
类 com.aliyun.openservices.ots.model.PartitionKeyValue 中的方法
-
- toString() -
类 com.aliyun.openservices.ots.model.PrimaryKeyValue 中的方法
-
- toString() -
异常 com.aliyun.openservices.ServiceException 中的方法
-
U
- UNMATCHED_META -
接口 com.aliyun.openservices.ots.OTSErrorCode 中的静态变量
- 指定主键列的相关信息与表结构的相关信息不匹配。
- uploadPart(UploadPartRequest) -
接口 com.aliyun.openservices.oss.OSS 中的方法
- 上传一个分块(Part)到指定的的Multipart上传事件中。
- uploadPart(UploadPartRequest) -
类 com.aliyun.openservices.oss.OSSClient 中的方法
-
- UploadPartRequest - com.aliyun.openservices.oss.model 中的 类
- 包含上传Multipart分块(Part)参数。
- UploadPartRequest() -
类 com.aliyun.openservices.oss.model.UploadPartRequest 的构造方法
- 构造函数。
- UploadPartResult - com.aliyun.openservices.oss.model 中的 类
- 包含向OSS上传Multipart分块(Part)的结果信息。
- UploadPartResult() -
类 com.aliyun.openservices.oss.model.UploadPartResult 的构造方法
- 构造函数。
V
- valueOf(String) -
枚举 com.aliyun.openservices.HttpMethod 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 com.aliyun.openservices.oss.model.CannedAccessControlList 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 com.aliyun.openservices.oss.model.GroupGrantee 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 com.aliyun.openservices.oss.model.Permission 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 com.aliyun.openservices.ots.model.CheckingMode 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 com.aliyun.openservices.ots.model.ColumnType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 com.aliyun.openservices.ots.model.PartitionKeyType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 com.aliyun.openservices.ots.model.PrimaryKeyType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- values() -
枚举 com.aliyun.openservices.HttpMethod 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 com.aliyun.openservices.oss.model.CannedAccessControlList 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 com.aliyun.openservices.oss.model.GroupGrantee 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 com.aliyun.openservices.oss.model.Permission 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 com.aliyun.openservices.ots.model.CheckingMode 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 com.aliyun.openservices.ots.model.ColumnType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 com.aliyun.openservices.ots.model.PartitionKeyType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 com.aliyun.openservices.ots.model.PrimaryKeyType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- ViewMeta - com.aliyun.openservices.ots.model 中的 类
- 表示视图的结构信息。
- ViewMeta(String) -
类 com.aliyun.openservices.ots.model.ViewMeta 的构造方法
- 构造函数。
A B C D E F G H I L M N O P Q R S T U V
Copyright © 2013. All Rights Reserved.