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