@Deprecated public class S3Bucket extends HeaderResponse
限定符和类型 | 字段和说明 |
---|---|
protected AccessControlList |
acl
已过时。
|
protected String |
bucketName
已过时。
|
protected Date |
creationDate
已过时。
|
static String |
GLACIER
已过时。
|
protected String |
location
已过时。
|
protected Map<String,Object> |
metadata
已过时。
|
protected Owner |
owner
已过时。
|
static String |
STANDARD
已过时。
|
static String |
STANDARD_IA
已过时。
|
protected StorageClassEnum |
storageClass
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
AccessControlList |
getAcl()
已过时。
|
String |
getBucketName()
已过时。
|
StorageClassEnum |
getBucketStorageClass()
已过时。
|
Date |
getCreationDate()
已过时。
|
String |
getLocation()
已过时。
|
Map<String,Object> |
getMetadata()
已过时。
|
Owner |
getOwner()
已过时。
|
String |
getStorageClass()
已过时。
|
void |
setAcl(AccessControlList acl)
已过时。
|
void |
setBucketName(String bucketName)
已过时。
|
void |
setBucketStorageClass(StorageClassEnum storageClass)
已过时。
|
void |
setCreationDate(Date bucketCreationDate)
已过时。
|
void |
setLocation(String location)
已过时。
|
void |
setMetadata(Map<String,Object> metadata)
已过时。
|
void |
setOwner(Owner bucketOwner)
已过时。
|
void |
setStorageClass(String storageClass)
已过时。
|
String |
toString()
已过时。
|
getRequestId, getResponseHeaders, getStatusCode
@Deprecated public static final String STANDARD
@Deprecated public static final String STANDARD_IA
@Deprecated public static final String GLACIER
protected String bucketName
protected Owner owner
protected Date creationDate
protected String location
protected StorageClassEnum storageClass
protected AccessControlList acl
public String getBucketName()
public void setBucketName(String bucketName)
public Owner getOwner()
public void setOwner(Owner bucketOwner)
public Date getCreationDate()
public void setCreationDate(Date bucketCreationDate)
public String getLocation()
public void setLocation(String location)
public AccessControlList getAcl()
public void setAcl(AccessControlList acl)
@Deprecated public String getStorageClass()
@Deprecated public void setStorageClass(String storageClass)
public StorageClassEnum getBucketStorageClass()
public void setBucketStorageClass(StorageClassEnum storageClass)
public String toString()
toString
在类中 HeaderResponse
Copyright © 2019. All rights reserved.