Uses of Class
software.amazon.awssdk.services.cloudfront.model.UpdateDistributionWithStagingConfigResponse
-
Packages that use UpdateDistributionWithStagingConfigResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of UpdateDistributionWithStagingConfigResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return UpdateDistributionWithStagingConfigResponse Modifier and Type Method Description default UpdateDistributionWithStagingConfigResponseCloudFrontClient. updateDistributionWithStagingConfig(Consumer<UpdateDistributionWithStagingConfigRequest.Builder> updateDistributionWithStagingConfigRequest)Copies the staging distribution's configuration to its corresponding primary distribution.default UpdateDistributionWithStagingConfigResponseCloudFrontClient. updateDistributionWithStagingConfig(UpdateDistributionWithStagingConfigRequest updateDistributionWithStagingConfigRequest)Copies the staging distribution's configuration to its corresponding primary distribution.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type UpdateDistributionWithStagingConfigResponse Modifier and Type Method Description default CompletableFuture<UpdateDistributionWithStagingConfigResponse>CloudFrontAsyncClient. updateDistributionWithStagingConfig(Consumer<UpdateDistributionWithStagingConfigRequest.Builder> updateDistributionWithStagingConfigRequest)Copies the staging distribution's configuration to its corresponding primary distribution.default CompletableFuture<UpdateDistributionWithStagingConfigResponse>CloudFrontAsyncClient. updateDistributionWithStagingConfig(UpdateDistributionWithStagingConfigRequest updateDistributionWithStagingConfigRequest)Copies the staging distribution's configuration to its corresponding primary distribution.
-