Uses of Interface
software.amazon.awssdk.services.cloudfront.model.GetFunctionRequest.Builder
-
Packages that use GetFunctionRequest.Builder Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.model -
-
Uses of GetFunctionRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type GetFunctionRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static GetFunctionRequest.BuilderGetFunctionRequest. builder()GetFunctionRequest.BuilderGetFunctionRequest.Builder. name(String name)The name of the function whose code you are getting.GetFunctionRequest.BuilderGetFunctionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFunctionRequest.BuilderGetFunctionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetFunctionRequest.BuilderGetFunctionRequest.Builder. stage(String stage)The function's stage, eitherDEVELOPMENTorLIVE.GetFunctionRequest.BuilderGetFunctionRequest.Builder. stage(FunctionStage stage)The function's stage, eitherDEVELOPMENTorLIVE.GetFunctionRequest.BuilderGetFunctionRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type GetFunctionRequest.Builder Modifier and Type Method Description static Class<? extends GetFunctionRequest.Builder>GetFunctionRequest. serializableBuilderClass()
-