Uses of Interface
software.amazon.awssdk.services.cloudfront.model.GetFunctionRequest.Builder
Packages that use GetFunctionRequest.Builder
Package
Description
-
Uses of GetFunctionRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type GetFunctionRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetFunctionResponse>CloudFrontAsyncClient.getFunction(Consumer<GetFunctionRequest.Builder> getFunctionRequest) Gets the code of a CloudFront function.default GetFunctionResponseCloudFrontClient.getFunction(Consumer<GetFunctionRequest.Builder> getFunctionRequest) Gets the code of a CloudFront function. -
Uses of GetFunctionRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return GetFunctionRequest.BuilderModifier and TypeMethodDescriptionstatic GetFunctionRequest.BuilderGetFunctionRequest.builder()The name of the function whose code you are getting.GetFunctionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetFunctionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The function's stage, eitherDEVELOPMENTorLIVE.GetFunctionRequest.Builder.stage(FunctionStage stage) The function's stage, eitherDEVELOPMENTorLIVE.GetFunctionRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type GetFunctionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetFunctionRequest.Builder>GetFunctionRequest.serializableBuilderClass()