Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancingv2.model |
Modifier and Type | Method and Description |
---|---|
Cipher |
Cipher.clone() |
Cipher |
Cipher.withName(String name)
The name of the cipher.
|
Cipher |
Cipher.withPriority(Integer priority)
The priority of the cipher.
|
Modifier and Type | Method and Description |
---|---|
List<Cipher> |
SslPolicy.getCiphers()
The ciphers.
|
Modifier and Type | Method and Description |
---|---|
SslPolicy |
SslPolicy.withCiphers(Cipher... ciphers)
The ciphers.
|
Modifier and Type | Method and Description |
---|---|
void |
SslPolicy.setCiphers(Collection<Cipher> ciphers)
The ciphers.
|
SslPolicy |
SslPolicy.withCiphers(Collection<Cipher> ciphers)
The ciphers.
|
Copyright © 2021. All rights reserved.