Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreateFunctionResponse
Packages that use CreateFunctionResponse
-
Uses of CreateFunctionResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return CreateFunctionResponseModifier and TypeMethodDescriptiondefault 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 CreateFunctionResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreateFunctionResponse>CloudFrontAsyncClient.createFunction(Consumer<CreateFunctionRequest.Builder> createFunctionRequest) Creates a CloudFront function.default CompletableFuture<CreateFunctionResponse>CloudFrontAsyncClient.createFunction(CreateFunctionRequest createFunctionRequest) Creates a CloudFront function.