Uses of Class
software.amazon.awssdk.services.cloudfront.model.NoSuchFunctionExistsException
Packages that use NoSuchFunctionExistsException
-
Uses of NoSuchFunctionExistsException in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that throw NoSuchFunctionExistsExceptionModifier and TypeMethodDescriptiondefault DeleteFunctionResponseCloudFrontClient.deleteFunction(Consumer<DeleteFunctionRequest.Builder> deleteFunctionRequest) Deletes a CloudFront function.default DeleteFunctionResponseCloudFrontClient.deleteFunction(DeleteFunctionRequest deleteFunctionRequest) Deletes a CloudFront function.default DescribeFunctionResponseCloudFrontClient.describeFunction(Consumer<DescribeFunctionRequest.Builder> describeFunctionRequest) Gets configuration information and metadata about a CloudFront function, but not the function's code.default DescribeFunctionResponseCloudFrontClient.describeFunction(DescribeFunctionRequest describeFunctionRequest) Gets configuration information and metadata about a CloudFront function, but not the function's code.default GetFunctionResponseCloudFrontClient.getFunction(Consumer<GetFunctionRequest.Builder> getFunctionRequest) Gets the code of a CloudFront function.default GetFunctionResponseCloudFrontClient.getFunction(GetFunctionRequest getFunctionRequest) Gets the code of a CloudFront function.default PublishFunctionResponseCloudFrontClient.publishFunction(Consumer<PublishFunctionRequest.Builder> publishFunctionRequest) Publishes a CloudFront function by copying the function code from theDEVELOPMENTstage toLIVE.default PublishFunctionResponseCloudFrontClient.publishFunction(PublishFunctionRequest publishFunctionRequest) Publishes a CloudFront function by copying the function code from theDEVELOPMENTstage toLIVE.default TestFunctionResponseCloudFrontClient.testFunction(Consumer<TestFunctionRequest.Builder> testFunctionRequest) Tests a CloudFront function.default TestFunctionResponseCloudFrontClient.testFunction(TestFunctionRequest testFunctionRequest) Tests a CloudFront function.default UpdateFunctionResponseCloudFrontClient.updateFunction(Consumer<UpdateFunctionRequest.Builder> updateFunctionRequest) Updates a CloudFront function.default UpdateFunctionResponseCloudFrontClient.updateFunction(UpdateFunctionRequest updateFunctionRequest) Updates a CloudFront function.