Package | Description |
---|---|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Method and Description |
---|---|
BucketWebsiteConfiguration |
AmazonS3Client.getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest) |
BucketWebsiteConfiguration |
AmazonS3.getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest)
Returns the website configuration for the specified bucket.
|
BucketWebsiteConfiguration |
AbstractAmazonS3.getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest) |
BucketWebsiteConfiguration |
AmazonS3Client.getBucketWebsiteConfiguration(java.lang.String bucketName) |
BucketWebsiteConfiguration |
AmazonS3.getBucketWebsiteConfiguration(java.lang.String bucketName)
Returns the website configuration for the specified bucket.
|
BucketWebsiteConfiguration |
AbstractAmazonS3.getBucketWebsiteConfiguration(java.lang.String bucketName) |
Modifier and Type | Method and Description |
---|---|
void |
AmazonS3Client.setBucketWebsiteConfiguration(java.lang.String bucketName,
BucketWebsiteConfiguration configuration) |
void |
AmazonS3.setBucketWebsiteConfiguration(java.lang.String bucketName,
BucketWebsiteConfiguration configuration)
Sets the website configuration for the specified bucket.
|
void |
AbstractAmazonS3.setBucketWebsiteConfiguration(java.lang.String bucketName,
BucketWebsiteConfiguration configuration) |
Modifier and Type | Field and Description |
---|---|
private BucketWebsiteConfiguration |
SetBucketWebsiteConfigurationRequest.configuration
The new website configuration for the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
BucketWebsiteConfiguration |
SetBucketWebsiteConfigurationRequest.getConfiguration()
Returns the website configuration to send as part of this request.
|
BucketWebsiteConfiguration |
BucketWebsiteConfiguration.withRedirectAllRequestsTo(RedirectRule redirectAllRequestsTo)
Sets the redirect information where all requests will be redirect to and
returns a reference to this object(BucketWebsiteConfiguration) for method
chaining.
|
BucketWebsiteConfiguration |
BucketWebsiteConfiguration.withRoutingRules(java.util.List<RoutingRule> routingRules)
Set the list of routing rules that can be used for configuring redirects
if certain conditions are meet and returns a reference to this
object(BucketWebsiteConfiguration) for method chaining.
|
Modifier and Type | Method and Description |
---|---|
void |
SetBucketWebsiteConfigurationRequest.setConfiguration(BucketWebsiteConfiguration configuration)
Sets the website configuration to send as part of this request.
|
SetBucketWebsiteConfigurationRequest |
SetBucketWebsiteConfigurationRequest.withConfiguration(BucketWebsiteConfiguration configuration)
Sets the website configuration to send as part of this request, and
returns this updated request object so that additional method calls can
be chained together.
|
Constructor and Description |
---|
SetBucketWebsiteConfigurationRequest(java.lang.String bucketName,
BucketWebsiteConfiguration configuration)
Creates a new request object, ready to be executed to set the specified
bucket's website configuration.
|
Modifier and Type | Field and Description |
---|---|
private BucketWebsiteConfiguration |
XmlResponsesSaxParser.BucketWebsiteConfigurationHandler.configuration |
Modifier and Type | Method and Description |
---|---|
BucketWebsiteConfiguration |
XmlResponsesSaxParser.BucketWebsiteConfigurationHandler.getConfiguration() |
BucketWebsiteConfiguration |
Unmarshallers.BucketWebsiteConfigurationUnmarshaller.unmarshall(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
byte[] |
BucketConfigurationXmlFactory.convertToXmlByteArray(BucketWebsiteConfiguration websiteConfiguration)
Converts the specified website configuration into an XML byte array to
send to S3.
|