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 |
---|---|
void |
AmazonS3Client.setBucketWebsiteConfiguration(SetBucketWebsiteConfigurationRequest setBucketWebsiteConfigurationRequest) |
void |
AmazonS3.setBucketWebsiteConfiguration(SetBucketWebsiteConfigurationRequest setBucketWebsiteConfigurationRequest)
Sets the website configuration for the specified bucket.
|
void |
AbstractAmazonS3.setBucketWebsiteConfiguration(SetBucketWebsiteConfigurationRequest setBucketWebsiteConfigurationRequest) |
Modifier and Type | Method and Description |
---|---|
SetBucketWebsiteConfigurationRequest |
SetBucketWebsiteConfigurationRequest.withBucketName(String bucketName)
Sets the name of the bucket whose website configuration is being set and
returns this updated request object so that additional method calls can
be chained together.
|
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.
|
Copyright © 2018. All rights reserved.