| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront |
|
| Modifier and Type | Method and Description |
|---|---|
default CopyDistributionResponse |
CloudFrontClient.copyDistribution(Consumer<CopyDistributionRequest.Builder> copyDistributionRequest)
Creates a staging distribution using the configuration of the provided primary distribution.
|
default CopyDistributionResponse |
CloudFrontClient.copyDistribution(CopyDistributionRequest copyDistributionRequest)
Creates a staging distribution using the configuration of the provided primary distribution.
|
default CreateDistributionResponse |
CloudFrontClient.createDistribution(Consumer<CreateDistributionRequest.Builder> createDistributionRequest)
Creates a CloudFront distribution.
|
default CreateDistributionResponse |
CloudFrontClient.createDistribution(CreateDistributionRequest createDistributionRequest)
Creates a CloudFront distribution.
|
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 DeleteFieldLevelEncryptionConfigResponse |
CloudFrontClient.deleteFieldLevelEncryptionConfig(Consumer<DeleteFieldLevelEncryptionConfigRequest.Builder> deleteFieldLevelEncryptionConfigRequest)
Remove a field-level encryption configuration.
|
default DeleteFieldLevelEncryptionConfigResponse |
CloudFrontClient.deleteFieldLevelEncryptionConfig(DeleteFieldLevelEncryptionConfigRequest deleteFieldLevelEncryptionConfigRequest)
Remove a field-level encryption configuration.
|
default GetFieldLevelEncryptionResponse |
CloudFrontClient.getFieldLevelEncryption(Consumer<GetFieldLevelEncryptionRequest.Builder> getFieldLevelEncryptionRequest)
Get the field-level encryption configuration information.
|
default GetFieldLevelEncryptionResponse |
CloudFrontClient.getFieldLevelEncryption(GetFieldLevelEncryptionRequest getFieldLevelEncryptionRequest)
Get the field-level encryption configuration information.
|
default GetFieldLevelEncryptionConfigResponse |
CloudFrontClient.getFieldLevelEncryptionConfig(Consumer<GetFieldLevelEncryptionConfigRequest.Builder> getFieldLevelEncryptionConfigRequest)
Get the field-level encryption configuration information.
|
default GetFieldLevelEncryptionConfigResponse |
CloudFrontClient.getFieldLevelEncryptionConfig(GetFieldLevelEncryptionConfigRequest getFieldLevelEncryptionConfigRequest)
Get the field-level encryption configuration information.
|
default UpdateDistributionResponse |
CloudFrontClient.updateDistribution(Consumer<UpdateDistributionRequest.Builder> updateDistributionRequest)
Updates the configuration for a CloudFront distribution.
|
default UpdateDistributionResponse |
CloudFrontClient.updateDistribution(UpdateDistributionRequest updateDistributionRequest)
Updates the configuration for a CloudFront distribution.
|
default UpdateDistributionWithStagingConfigResponse |
CloudFrontClient.updateDistributionWithStagingConfig(Consumer<UpdateDistributionWithStagingConfigRequest.Builder> updateDistributionWithStagingConfigRequest)
Copies the staging distribution's configuration to its corresponding primary distribution.
|
default UpdateDistributionWithStagingConfigResponse |
CloudFrontClient.updateDistributionWithStagingConfig(UpdateDistributionWithStagingConfigRequest updateDistributionWithStagingConfigRequest)
Copies the staging distribution's configuration to its corresponding primary distribution.
|
default UpdateFieldLevelEncryptionConfigResponse |
CloudFrontClient.updateFieldLevelEncryptionConfig(Consumer<UpdateFieldLevelEncryptionConfigRequest.Builder> updateFieldLevelEncryptionConfigRequest)
Update a field-level encryption configuration.
|
default UpdateFieldLevelEncryptionConfigResponse |
CloudFrontClient.updateFieldLevelEncryptionConfig(UpdateFieldLevelEncryptionConfigRequest updateFieldLevelEncryptionConfigRequest)
Update a field-level encryption configuration.
|
Copyright © 2023. All rights reserved.