Uses of Class
software.amazon.awssdk.services.s3.model.PutBucketWebsiteResponse
-
Packages that use PutBucketWebsiteResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of PutBucketWebsiteResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return PutBucketWebsiteResponse Modifier and Type Method Description PutBucketWebsiteResponseDelegatingS3Client. putBucketWebsite(PutBucketWebsiteRequest putBucketWebsiteRequest)Sets the configuration of the website that is specified in thewebsitesubresource.default PutBucketWebsiteResponseS3Client. putBucketWebsite(Consumer<PutBucketWebsiteRequest.Builder> putBucketWebsiteRequest)Sets the configuration of the website that is specified in thewebsitesubresource.default PutBucketWebsiteResponseS3Client. putBucketWebsite(PutBucketWebsiteRequest putBucketWebsiteRequest)Sets the configuration of the website that is specified in thewebsitesubresource.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type PutBucketWebsiteResponse Modifier and Type Method Description CompletableFuture<PutBucketWebsiteResponse>DelegatingS3AsyncClient. putBucketWebsite(PutBucketWebsiteRequest putBucketWebsiteRequest)Sets the configuration of the website that is specified in thewebsitesubresource.default CompletableFuture<PutBucketWebsiteResponse>S3AsyncClient. putBucketWebsite(Consumer<PutBucketWebsiteRequest.Builder> putBucketWebsiteRequest)Sets the configuration of the website that is specified in thewebsitesubresource.default CompletableFuture<PutBucketWebsiteResponse>S3AsyncClient. putBucketWebsite(PutBucketWebsiteRequest putBucketWebsiteRequest)Sets the configuration of the website that is specified in thewebsitesubresource.
-