Uses of Interface
software.amazon.awssdk.services.cloudfront.model.GrpcConfig.Builder
-
Packages that use GrpcConfig.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of GrpcConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return GrpcConfig.Builder Modifier and Type Method Description static GrpcConfig.BuilderGrpcConfig. builder()GrpcConfig.BuilderGrpcConfig.Builder. enabled(Boolean enabled)Enables your CloudFront distribution to receive gRPC requests and to proxy them directly to your origins.GrpcConfig.BuilderGrpcConfig. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type GrpcConfig.Builder Modifier and Type Method Description static Class<? extends GrpcConfig.Builder>GrpcConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type GrpcConfig.Builder Modifier and Type Method Description default CacheBehavior.BuilderCacheBehavior.Builder. grpcConfig(Consumer<GrpcConfig.Builder> grpcConfig)The gRPC configuration for your cache behavior.default DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder. grpcConfig(Consumer<GrpcConfig.Builder> grpcConfig)The gRPC configuration for your cache behavior.
-