default CreateFunctionResponse |
CloudFrontClient.createFunction(Consumer<CreateFunctionRequest.Builder> createFunctionRequest) |
Creates a CloudFront function.
|
default CreateFunctionResponse |
CloudFrontClient.createFunction(CreateFunctionRequest createFunctionRequest) |
Creates a CloudFront function.
|
default CreateMonitoringSubscriptionResponse |
CloudFrontClient.createMonitoringSubscription(Consumer<CreateMonitoringSubscriptionRequest.Builder> createMonitoringSubscriptionRequest) |
Enables additional CloudWatch metrics for the specified CloudFront distribution.
|
default CreateMonitoringSubscriptionResponse |
CloudFrontClient.createMonitoringSubscription(CreateMonitoringSubscriptionRequest createMonitoringSubscriptionRequest) |
Enables additional CloudWatch metrics for the specified CloudFront distribution.
|
default DeleteFunctionResponse |
CloudFrontClient.deleteFunction(Consumer<DeleteFunctionRequest.Builder> deleteFunctionRequest) |
Deletes a CloudFront function.
|
default DeleteFunctionResponse |
CloudFrontClient.deleteFunction(DeleteFunctionRequest deleteFunctionRequest) |
Deletes a CloudFront function.
|
default DeleteMonitoringSubscriptionResponse |
CloudFrontClient.deleteMonitoringSubscription(Consumer<DeleteMonitoringSubscriptionRequest.Builder> deleteMonitoringSubscriptionRequest) |
Disables additional CloudWatch metrics for the specified CloudFront distribution.
|
default DeleteMonitoringSubscriptionResponse |
CloudFrontClient.deleteMonitoringSubscription(DeleteMonitoringSubscriptionRequest deleteMonitoringSubscriptionRequest) |
Disables additional CloudWatch metrics for the specified CloudFront distribution.
|
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 GetMonitoringSubscriptionResponse |
CloudFrontClient.getMonitoringSubscription(Consumer<GetMonitoringSubscriptionRequest.Builder> getMonitoringSubscriptionRequest) |
Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront
distribution.
|
default GetMonitoringSubscriptionResponse |
CloudFrontClient.getMonitoringSubscription(GetMonitoringSubscriptionRequest getMonitoringSubscriptionRequest) |
Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront
distribution.
|
default ListFunctionsResponse |
CloudFrontClient.listFunctions(Consumer<ListFunctionsRequest.Builder> listFunctionsRequest) |
Gets a list of all CloudFront functions in your Amazon Web Services account.
|
default ListFunctionsResponse |
CloudFrontClient.listFunctions(ListFunctionsRequest listFunctionsRequest) |
Gets a list of all CloudFront functions in your Amazon Web Services account.
|
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.
|