Uses of Interface
software.amazon.awssdk.services.kafka.model.VpcConnectivityClientAuthentication.Builder
-
Packages that use VpcConnectivityClientAuthentication.Builder Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of VpcConnectivityClientAuthentication.Builder in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return VpcConnectivityClientAuthentication.Builder Modifier and Type Method Description static VpcConnectivityClientAuthentication.BuilderVpcConnectivityClientAuthentication. builder()default VpcConnectivityClientAuthentication.BuilderVpcConnectivityClientAuthentication.Builder. sasl(Consumer<VpcConnectivitySasl.Builder> sasl)SASL authentication type details for VPC connectivity.VpcConnectivityClientAuthentication.BuilderVpcConnectivityClientAuthentication.Builder. sasl(VpcConnectivitySasl sasl)SASL authentication type details for VPC connectivity.default VpcConnectivityClientAuthentication.BuilderVpcConnectivityClientAuthentication.Builder. tls(Consumer<VpcConnectivityTls.Builder> tls)TLS authentication type details for VPC connectivity.VpcConnectivityClientAuthentication.BuilderVpcConnectivityClientAuthentication.Builder. tls(VpcConnectivityTls tls)TLS authentication type details for VPC connectivity.VpcConnectivityClientAuthentication.BuilderVpcConnectivityClientAuthentication. toBuilder()Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type VpcConnectivityClientAuthentication.Builder Modifier and Type Method Description static Class<? extends VpcConnectivityClientAuthentication.Builder>VpcConnectivityClientAuthentication. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type VpcConnectivityClientAuthentication.Builder Modifier and Type Method Description default VpcConnectivity.BuilderVpcConnectivity.Builder. clientAuthentication(Consumer<VpcConnectivityClientAuthentication.Builder> clientAuthentication)Includes all client authentication information for VPC connectivity.
-