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.
|
Modifier and Type | Method and Description |
---|---|
BucketWebsiteConfiguration |
AmazonS3Client.getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest) |
BucketWebsiteConfiguration |
AbstractAmazonS3.getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest) |
BucketWebsiteConfiguration |
AmazonS3.getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest)
Returns the website configuration for the specified bucket.
|
BucketWebsiteConfiguration |
AmazonS3Client.getBucketWebsiteConfiguration(String bucketName) |
BucketWebsiteConfiguration |
AbstractAmazonS3.getBucketWebsiteConfiguration(String bucketName) |
BucketWebsiteConfiguration |
AmazonS3.getBucketWebsiteConfiguration(String bucketName)
Returns the website configuration for the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonS3Client.setBucketWebsiteConfiguration(String bucketName,
BucketWebsiteConfiguration configuration) |
void |
AbstractAmazonS3.setBucketWebsiteConfiguration(String bucketName,
BucketWebsiteConfiguration configuration) |
void |
AmazonS3.setBucketWebsiteConfiguration(String bucketName,
BucketWebsiteConfiguration configuration)
Sets the 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.withIndexDocumentSuffix(String indexDocumentSuffix)
Sets the document to serve when a directory is specified (ex:
index.html).
|
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(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(String bucketName,
BucketWebsiteConfiguration configuration)
Creates a new request object, ready to be executed to set the specified
bucket's website configuration.
|
Copyright © 2022. All rights reserved.