@Deprecated public class S3Bucket extends HeaderResponse
Modifier and Type | Field and Description |
---|---|
protected AccessControlList |
acl
Deprecated.
|
protected String |
bucketName
Deprecated.
|
protected Date |
creationDate
Deprecated.
|
static String |
GLACIER
Deprecated.
|
protected String |
location
Deprecated.
|
protected Map<String,Object> |
metadata
Deprecated.
|
protected Owner |
owner
Deprecated.
|
static String |
STANDARD
Deprecated.
|
static String |
STANDARD_IA
Deprecated.
|
protected StorageClassEnum |
storageClass
Deprecated.
|
Constructor and Description |
---|
S3Bucket()
Deprecated.
|
S3Bucket(String bucketName,
String location)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AccessControlList |
getAcl()
Deprecated.
|
String |
getBucketName()
Deprecated.
|
StorageClassEnum |
getBucketStorageClass()
Deprecated.
|
Date |
getCreationDate()
Deprecated.
|
String |
getLocation()
Deprecated.
|
Map<String,Object> |
getMetadata()
Deprecated.
|
Owner |
getOwner()
Deprecated.
|
String |
getStorageClass()
Deprecated.
|
void |
setAcl(AccessControlList acl)
Deprecated.
|
void |
setBucketName(String bucketName)
Deprecated.
|
void |
setBucketStorageClass(StorageClassEnum storageClass)
Deprecated.
|
void |
setCreationDate(Date bucketCreationDate)
Deprecated.
|
void |
setLocation(String location)
Deprecated.
|
void |
setMetadata(Map<String,Object> metadata)
Deprecated.
|
void |
setOwner(Owner bucketOwner)
Deprecated.
|
void |
setStorageClass(String storageClass)
Deprecated.
|
String |
toString()
Deprecated.
|
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
in class HeaderResponse
Copyright © 2019. All rights reserved.