Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ListFunctionsRequest.Builder
-
Packages that use ListFunctionsRequest.Builder Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.model -
-
Uses of ListFunctionsRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type ListFunctionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListFunctionsResponse>CloudFrontAsyncClient. listFunctions(Consumer<ListFunctionsRequest.Builder> listFunctionsRequest)Gets a list of all CloudFront functions in your Amazon Web Services account.default ListFunctionsResponseCloudFrontClient. listFunctions(Consumer<ListFunctionsRequest.Builder> listFunctionsRequest)Gets a list of all CloudFront functions in your Amazon Web Services account. -
Uses of ListFunctionsRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ListFunctionsRequest.Builder Modifier and Type Method Description static ListFunctionsRequest.BuilderListFunctionsRequest. builder()ListFunctionsRequest.BuilderListFunctionsRequest.Builder. marker(String marker)Use this field when paginating results to indicate where to begin in your list of functions.ListFunctionsRequest.BuilderListFunctionsRequest.Builder. maxItems(String maxItems)The maximum number of functions that you want in the response.ListFunctionsRequest.BuilderListFunctionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFunctionsRequest.BuilderListFunctionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFunctionsRequest.BuilderListFunctionsRequest.Builder. stage(String stage)An optional filter to return only the functions that are in the specified stage, eitherDEVELOPMENTorLIVE.ListFunctionsRequest.BuilderListFunctionsRequest.Builder. stage(FunctionStage stage)An optional filter to return only the functions that are in the specified stage, eitherDEVELOPMENTorLIVE.ListFunctionsRequest.BuilderListFunctionsRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ListFunctionsRequest.Builder Modifier and Type Method Description static Class<? extends ListFunctionsRequest.Builder>ListFunctionsRequest. serializableBuilderClass()
-