Uses of Interface
software.amazon.awssdk.services.cloudfront.model.GetConnectionFunctionRequest.Builder
Packages that use GetConnectionFunctionRequest.Builder
Package
Description
-
Uses of GetConnectionFunctionRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type GetConnectionFunctionRequest.BuilderModifier and TypeMethodDescriptionCloudFrontAsyncClient.getConnectionFunction(Consumer<GetConnectionFunctionRequest.Builder> getConnectionFunctionRequest) Gets a connection function.default GetConnectionFunctionResponseCloudFrontClient.getConnectionFunction(Consumer<GetConnectionFunctionRequest.Builder> getConnectionFunctionRequest) Gets a connection function. -
Uses of GetConnectionFunctionRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return GetConnectionFunctionRequest.BuilderModifier and TypeMethodDescriptionGetConnectionFunctionRequest.builder()GetConnectionFunctionRequest.Builder.identifier(String identifier) The connection function's identifier.GetConnectionFunctionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetConnectionFunctionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The connection function's stage.GetConnectionFunctionRequest.Builder.stage(FunctionStage stage) The connection function's stage.GetConnectionFunctionRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type GetConnectionFunctionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetConnectionFunctionRequest.Builder>GetConnectionFunctionRequest.serializableBuilderClass()