| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDistributionWithTagsResponse |
CloudFrontClient.createDistributionWithTags(Consumer<CreateDistributionWithTagsRequest.Builder> createDistributionWithTagsRequest)
Create a new distribution with tags.
|
default CreateDistributionWithTagsResponse |
CloudFrontClient.createDistributionWithTags(CreateDistributionWithTagsRequest createDistributionWithTagsRequest)
Create a new distribution with tags.
|
default CreateStreamingDistributionWithTagsResponse |
CloudFrontClient.createStreamingDistributionWithTags(Consumer<CreateStreamingDistributionWithTagsRequest.Builder> createStreamingDistributionWithTagsRequest)
Create a new streaming distribution with tags.
|
default CreateStreamingDistributionWithTagsResponse |
CloudFrontClient.createStreamingDistributionWithTags(CreateStreamingDistributionWithTagsRequest createStreamingDistributionWithTagsRequest)
Create a new streaming distribution with tags.
|
default ListTagsForResourceResponse |
CloudFrontClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List tags for a CloudFront resource.
|
default ListTagsForResourceResponse |
CloudFrontClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List tags for a CloudFront resource.
|
default TagResourceResponse |
CloudFrontClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Add tags to a CloudFront resource.
|
default TagResourceResponse |
CloudFrontClient.tagResource(TagResourceRequest tagResourceRequest)
Add tags to a CloudFront resource.
|
default UntagResourceResponse |
CloudFrontClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Remove tags from a CloudFront resource.
|
default UntagResourceResponse |
CloudFrontClient.untagResource(UntagResourceRequest untagResourceRequest)
Remove tags from a CloudFront resource.
|
Copyright © 2017. All rights reserved.