Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetFunctionRequest
-
Packages that use GetFunctionRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of GetFunctionRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type GetFunctionRequest Modifier and Type Method Description default CompletableFuture<GetFunctionResponse>CloudFrontAsyncClient. getFunction(GetFunctionRequest getFunctionRequest)Gets the code of a CloudFront function.default GetFunctionResponseCloudFrontClient. getFunction(GetFunctionRequest getFunctionRequest)Gets the code of a CloudFront function. -
Uses of GetFunctionRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type GetFunctionRequest Modifier and Type Method Description SdkHttpFullRequestGetFunctionRequestMarshaller. marshall(GetFunctionRequest getFunctionRequest)
-