Uses of Class
software.amazon.awssdk.services.s3.model.PutBucketWebsiteRequest
-
Packages that use PutBucketWebsiteRequest Package Description software.amazon.awssdk.services.s3 software.amazon.awssdk.services.s3.transform -
-
Uses of PutBucketWebsiteRequest in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type PutBucketWebsiteRequest Modifier and Type Method Description CompletableFuture<PutBucketWebsiteResponse>DelegatingS3AsyncClient. putBucketWebsite(PutBucketWebsiteRequest putBucketWebsiteRequest)Sets the configuration of the website that is specified in thewebsitesubresource.PutBucketWebsiteResponseDelegatingS3Client. putBucketWebsite(PutBucketWebsiteRequest 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.default PutBucketWebsiteResponseS3Client. putBucketWebsite(PutBucketWebsiteRequest putBucketWebsiteRequest)Sets the configuration of the website that is specified in thewebsitesubresource. -
Uses of PutBucketWebsiteRequest in software.amazon.awssdk.services.s3.transform
Methods in software.amazon.awssdk.services.s3.transform with parameters of type PutBucketWebsiteRequest Modifier and Type Method Description SdkHttpFullRequestPutBucketWebsiteRequestMarshaller. marshall(PutBucketWebsiteRequest putBucketWebsiteRequest)
-