Uses of Class
software.amazon.awssdk.services.cloudfront.model.FunctionSummary
-
Packages that use FunctionSummary Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of FunctionSummary in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FunctionSummary Modifier and Type Method Description FunctionSummaryCreateFunctionResponse. functionSummary()Contains configuration information and metadata about a CloudFront function.FunctionSummaryDescribeFunctionResponse. functionSummary()Contains configuration information and metadata about a CloudFront function.FunctionSummaryPublishFunctionResponse. functionSummary()Contains configuration information and metadata about a CloudFront function.FunctionSummaryTestResult. functionSummary()Contains configuration information and metadata about the CloudFront function that was tested.FunctionSummaryUpdateFunctionResponse. functionSummary()Contains configuration information and metadata about a CloudFront function.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type FunctionSummary Modifier and Type Method Description List<FunctionSummary>FunctionList. items()Contains the functions in the list.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type FunctionSummary Modifier and Type Method Description CreateFunctionResponse.BuilderCreateFunctionResponse.Builder. functionSummary(FunctionSummary functionSummary)Contains configuration information and metadata about a CloudFront function.DescribeFunctionResponse.BuilderDescribeFunctionResponse.Builder. functionSummary(FunctionSummary functionSummary)Contains configuration information and metadata about a CloudFront function.PublishFunctionResponse.BuilderPublishFunctionResponse.Builder. functionSummary(FunctionSummary functionSummary)Contains configuration information and metadata about a CloudFront function.TestResult.BuilderTestResult.Builder. functionSummary(FunctionSummary functionSummary)Contains configuration information and metadata about the CloudFront function that was tested.UpdateFunctionResponse.BuilderUpdateFunctionResponse.Builder. functionSummary(FunctionSummary functionSummary)Contains configuration information and metadata about a CloudFront function.FunctionList.BuilderFunctionList.Builder. items(FunctionSummary... items)Contains the functions in the list.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type FunctionSummary Modifier and Type Method Description FunctionList.BuilderFunctionList.Builder. items(Collection<FunctionSummary> items)Contains the functions in the list.
-