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