Uses of Class
software.amazon.awssdk.services.cloudfront.model.GrpcConfig
-
Packages that use GrpcConfig Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of GrpcConfig in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return GrpcConfig Modifier and Type Method Description GrpcConfigCacheBehavior. grpcConfig()The gRPC configuration for your cache behavior.GrpcConfigDefaultCacheBehavior. grpcConfig()The gRPC configuration for your cache behavior.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type GrpcConfig Modifier and Type Method Description CacheBehavior.BuilderCacheBehavior.Builder. grpcConfig(GrpcConfig grpcConfig)The gRPC configuration for your cache behavior.DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder. grpcConfig(GrpcConfig grpcConfig)The gRPC configuration for your cache behavior.
-