Uses of Interface
software.amazon.awssdk.services.cloudfront.model.FunctionList.Builder
Packages that use FunctionList.Builder
-
Uses of FunctionList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FunctionList.BuilderModifier and TypeMethodDescriptionstatic FunctionList.BuilderFunctionList.builder()FunctionList.Builder.items(Collection<FunctionSummary> items) Contains the functions in the list.FunctionList.Builder.items(Consumer<FunctionSummary.Builder>... items) Contains the functions in the list.FunctionList.Builder.items(FunctionSummary... items) Contains the functions in the list.The maximum number of functions requested.FunctionList.Builder.nextMarker(String nextMarker) If there are more items in the list than are in this response, this element is present.The number of functions returned in the response.FunctionList.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type FunctionList.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FunctionList.Builder>FunctionList.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type FunctionList.BuilderModifier and TypeMethodDescriptiondefault ListFunctionsResponse.BuilderListFunctionsResponse.Builder.functionList(Consumer<FunctionList.Builder> functionList) A list of CloudFront functions.