Uses of Enum
software.amazon.awssdk.services.cloudfront.model.MinimumProtocolVersion
Packages that use MinimumProtocolVersion
-
Uses of MinimumProtocolVersion in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return MinimumProtocolVersionModifier and TypeMethodDescriptionstatic MinimumProtocolVersionUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MinimumProtocolVersionViewerCertificate.minimumProtocolVersion()If the distribution usesAliases(alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers.static MinimumProtocolVersionReturns the enum constant of this type with the specified name.static MinimumProtocolVersion[]MinimumProtocolVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type MinimumProtocolVersionModifier and TypeMethodDescriptionstatic Set<MinimumProtocolVersion>MinimumProtocolVersion.knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type MinimumProtocolVersionModifier and TypeMethodDescriptionViewerCertificate.Builder.minimumProtocolVersion(MinimumProtocolVersion minimumProtocolVersion) If the distribution usesAliases(alternate domain names or CNAMEs), specify the security policy that you want CloudFront to use for HTTPS connections with viewers.