Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreateFunctionResponse
-
Packages that use CreateFunctionResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of CreateFunctionResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return CreateFunctionResponse Modifier and Type Method Description default CreateFunctionResponseCloudFrontClient. createFunction(Consumer<CreateFunctionRequest.Builder> createFunctionRequest)Creates a CloudFront function.default CreateFunctionResponseCloudFrontClient. createFunction(CreateFunctionRequest createFunctionRequest)Creates a CloudFront function.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type CreateFunctionResponse Modifier and Type Method Description default CompletableFuture<CreateFunctionResponse>CloudFrontAsyncClient. createFunction(Consumer<CreateFunctionRequest.Builder> createFunctionRequest)Creates a CloudFront function.default CompletableFuture<CreateFunctionResponse>CloudFrontAsyncClient. createFunction(CreateFunctionRequest createFunctionRequest)Creates a CloudFront function.
-