Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreateDistributionWithTagsResponse
-
Packages that use CreateDistributionWithTagsResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of CreateDistributionWithTagsResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return CreateDistributionWithTagsResponse Modifier and Type Method Description default CreateDistributionWithTagsResponseCloudFrontClient. createDistributionWithTags(Consumer<CreateDistributionWithTagsRequest.Builder> createDistributionWithTagsRequest)Create a new distribution with tags.default CreateDistributionWithTagsResponseCloudFrontClient. createDistributionWithTags(CreateDistributionWithTagsRequest createDistributionWithTagsRequest)Create a new distribution with tags.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type CreateDistributionWithTagsResponse Modifier and Type Method Description default CompletableFuture<CreateDistributionWithTagsResponse>CloudFrontAsyncClient. createDistributionWithTags(Consumer<CreateDistributionWithTagsRequest.Builder> createDistributionWithTagsRequest)Create a new distribution with tags.default CompletableFuture<CreateDistributionWithTagsResponse>CloudFrontAsyncClient. createDistributionWithTags(CreateDistributionWithTagsRequest createDistributionWithTagsRequest)Create a new distribution with tags.
-