Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.Cipher.Builder
-
Packages that use Cipher.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of Cipher.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return Cipher.Builder Modifier and Type Method Description static Cipher.BuilderCipher. builder()Cipher.BuilderCipher.Builder. name(String name)The name of the cipher.Cipher.BuilderCipher.Builder. priority(Integer priority)The priority of the cipher.Cipher.BuilderCipher. toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type Cipher.Builder Modifier and Type Method Description static Class<? extends Cipher.Builder>Cipher. serializableBuilderClass()
-