Uses of Class
com.amazonaws.services.cloudfront.model.SSLSupportMethod
-
Packages that use SSLSupportMethod Package Description com.amazonaws.services.cloudfront.model -
-
Uses of SSLSupportMethod in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return SSLSupportMethod Modifier and Type Method Description static SSLSupportMethodSSLSupportMethod. fromValue(String value)Use this in place of valueOf.static SSLSupportMethodSSLSupportMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static SSLSupportMethod[]SSLSupportMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudfront.model with parameters of type SSLSupportMethod Modifier and Type Method Description voidViewerCertificate. setSSLSupportMethod(SSLSupportMethod sSLSupportMethod)If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests.ViewerCertificateViewerCertificate. withSSLSupportMethod(SSLSupportMethod sSLSupportMethod)If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests.
-