Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ListFunctionsResponse.Builder
-
Packages that use ListFunctionsResponse.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ListFunctionsResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ListFunctionsResponse.Builder Modifier and Type Method Description static ListFunctionsResponse.BuilderListFunctionsResponse. builder()default ListFunctionsResponse.BuilderListFunctionsResponse.Builder. functionList(Consumer<FunctionList.Builder> functionList)A list of CloudFront functions.ListFunctionsResponse.BuilderListFunctionsResponse.Builder. functionList(FunctionList functionList)A list of CloudFront functions.ListFunctionsResponse.BuilderListFunctionsResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ListFunctionsResponse.Builder Modifier and Type Method Description static Class<? extends ListFunctionsResponse.Builder>ListFunctionsResponse. serializableBuilderClass()
-