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