Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.Cipher
-
Packages that use Cipher Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of Cipher in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type Cipher Modifier and Type Method Description List<Cipher>SslPolicy. ciphers()The ciphers.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type Cipher Modifier and Type Method Description SslPolicy.BuilderSslPolicy.Builder. ciphers(Cipher... ciphers)The ciphers.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type Cipher Modifier and Type Method Description SslPolicy.BuilderSslPolicy.Builder. ciphers(Collection<Cipher> ciphers)The ciphers.
-