| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutBucketWebsiteResponse> |
S3AsyncClient.putBucketWebsite(Consumer<PutBucketWebsiteRequest.Builder> putBucketWebsiteRequest)
Sets the configuration of the website that is specified in the
website subresource. |
default PutBucketWebsiteResponse |
S3Client.putBucketWebsite(Consumer<PutBucketWebsiteRequest.Builder> putBucketWebsiteRequest)
Sets the configuration of the website that is specified in the
website subresource. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutBucketWebsiteRequest.Builder> |
PutBucketWebsiteRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.