Uses of Class
software.amazon.awssdk.services.cloudfront.model.UpdateDistributionTenantResponse
-
Packages that use UpdateDistributionTenantResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of UpdateDistributionTenantResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return UpdateDistributionTenantResponse Modifier and Type Method Description default UpdateDistributionTenantResponseCloudFrontClient. updateDistributionTenant(Consumer<UpdateDistributionTenantRequest.Builder> updateDistributionTenantRequest)Updates a distribution tenant.default UpdateDistributionTenantResponseCloudFrontClient. updateDistributionTenant(UpdateDistributionTenantRequest updateDistributionTenantRequest)Updates a distribution tenant.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type UpdateDistributionTenantResponse Modifier and Type Method Description default CompletableFuture<UpdateDistributionTenantResponse>CloudFrontAsyncClient. updateDistributionTenant(Consumer<UpdateDistributionTenantRequest.Builder> updateDistributionTenantRequest)Updates a distribution tenant.default CompletableFuture<UpdateDistributionTenantResponse>CloudFrontAsyncClient. updateDistributionTenant(UpdateDistributionTenantRequest updateDistributionTenantRequest)Updates a distribution tenant.
-