Package | Description |
---|---|
software.amazon.awssdk.services.cloudfront |
|
Modifier and Type | Method and Description |
---|---|
default CreateDistributionResponse |
CloudFrontClient.createDistribution(Consumer<CreateDistributionRequest.Builder> createDistributionRequest)
Creates a new web distribution.
|
default CreateDistributionResponse |
CloudFrontClient.createDistribution(CreateDistributionRequest createDistributionRequest)
Creates a new web 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 web distribution.
|
default UpdateDistributionResponse |
CloudFrontClient.updateDistribution(UpdateDistributionRequest updateDistributionRequest)
Updates the configuration for a web 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 © 2020. All rights reserved.