Uses of Interface
software.amazon.awssdk.services.ec2.model.CertificateAuthentication.Builder
-
Packages that use CertificateAuthentication.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CertificateAuthentication.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CertificateAuthentication.Builder Modifier and Type Method Description static CertificateAuthentication.BuilderCertificateAuthentication. builder()CertificateAuthentication.BuilderCertificateAuthentication.Builder. clientRootCertificateChain(String clientRootCertificateChain)The ARN of the client certificate.CertificateAuthentication.BuilderCertificateAuthentication. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CertificateAuthentication.Builder Modifier and Type Method Description static Class<? extends CertificateAuthentication.Builder>CertificateAuthentication. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CertificateAuthentication.Builder Modifier and Type Method Description default ClientVpnAuthentication.BuilderClientVpnAuthentication.Builder. mutualAuthentication(Consumer<CertificateAuthentication.Builder> mutualAuthentication)Information about the authentication certificates, if applicable.
-