Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreateDistributionTenantResponse
-
Packages that use CreateDistributionTenantResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of CreateDistributionTenantResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return CreateDistributionTenantResponse Modifier and Type Method Description default CreateDistributionTenantResponseCloudFrontClient. createDistributionTenant(Consumer<CreateDistributionTenantRequest.Builder> createDistributionTenantRequest)Creates a distribution tenant.default CreateDistributionTenantResponseCloudFrontClient. createDistributionTenant(CreateDistributionTenantRequest createDistributionTenantRequest)Creates a distribution tenant.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type CreateDistributionTenantResponse Modifier and Type Method Description default CompletableFuture<CreateDistributionTenantResponse>CloudFrontAsyncClient. createDistributionTenant(Consumer<CreateDistributionTenantRequest.Builder> createDistributionTenantRequest)Creates a distribution tenant.default CompletableFuture<CreateDistributionTenantResponse>CloudFrontAsyncClient. createDistributionTenant(CreateDistributionTenantRequest createDistributionTenantRequest)Creates a distribution tenant.
-