Uses of Enum
software.amazon.awscdk.services.cloudfront.SSLMethod
Packages that use SSLMethod
-
Uses of SSLMethod in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront that return SSLMethodModifier and TypeMethodDescriptiondefault SSLMethodAliasConfiguration.getSslMethod()Deprecated.final SSLMethodAliasConfiguration.Jsii$Proxy.getSslMethod()Deprecated.default SSLMethodViewerCertificateOptions.getSslMethod()How CloudFront should serve HTTPS requests.final SSLMethodViewerCertificateOptions.Jsii$Proxy.getSslMethod()default SSLMethodDistributionProps.getSslSupportMethod()The SSL method CloudFront will use for your distribution.final SSLMethodDistributionProps.Jsii$Proxy.getSslSupportMethod()static SSLMethodReturns the enum constant of this type with the specified name.static SSLMethod[]SSLMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.cloudfront with parameters of type SSLMethodModifier and TypeMethodDescriptionDeprecated.Sets the value ofViewerCertificateOptions.getSslMethod()Distribution.Builder.sslSupportMethod(SSLMethod sslSupportMethod) The SSL method CloudFront will use for your distribution.DistributionProps.Builder.sslSupportMethod(SSLMethod sslSupportMethod) Sets the value ofDistributionProps.getSslSupportMethod()