| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteFunctionResponse |
CloudFrontClient.deleteFunction(Consumer<DeleteFunctionRequest.Builder> deleteFunctionRequest)
Deletes a CloudFront function.
|
default DeleteFunctionResponse |
CloudFrontClient.deleteFunction(DeleteFunctionRequest deleteFunctionRequest)
Deletes a CloudFront function.
|
default DescribeFunctionResponse |
CloudFrontClient.describeFunction(Consumer<DescribeFunctionRequest.Builder> describeFunctionRequest)
Gets configuration information and metadata about a CloudFront function, but not the function's code.
|
default DescribeFunctionResponse |
CloudFrontClient.describeFunction(DescribeFunctionRequest describeFunctionRequest)
Gets configuration information and metadata about a CloudFront function, but not the function's code.
|
default GetFunctionResponse |
CloudFrontClient.getFunction(Consumer<GetFunctionRequest.Builder> getFunctionRequest)
Gets the code of a CloudFront function.
|
default GetFunctionResponse |
CloudFrontClient.getFunction(GetFunctionRequest getFunctionRequest)
Gets the code of a CloudFront function.
|
default PublishFunctionResponse |
CloudFrontClient.publishFunction(Consumer<PublishFunctionRequest.Builder> publishFunctionRequest)
Publishes a CloudFront function by copying the function code from the
DEVELOPMENT stage to
LIVE. |
default PublishFunctionResponse |
CloudFrontClient.publishFunction(PublishFunctionRequest publishFunctionRequest)
Publishes a CloudFront function by copying the function code from the
DEVELOPMENT stage to
LIVE. |
default TestFunctionResponse |
CloudFrontClient.testFunction(Consumer<TestFunctionRequest.Builder> testFunctionRequest)
Tests a CloudFront function.
|
default TestFunctionResponse |
CloudFrontClient.testFunction(TestFunctionRequest testFunctionRequest)
Tests a CloudFront function.
|
default UpdateFunctionResponse |
CloudFrontClient.updateFunction(Consumer<UpdateFunctionRequest.Builder> updateFunctionRequest)
Updates a CloudFront function.
|
default UpdateFunctionResponse |
CloudFrontClient.updateFunction(UpdateFunctionRequest updateFunctionRequest)
Updates a CloudFront function.
|
Copyright © 2023. All rights reserved.