Uses of Class
software.amazon.awssdk.services.kafka.model.ServerlessClientAuthentication
-
Packages that use ServerlessClientAuthentication Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of ServerlessClientAuthentication in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return ServerlessClientAuthentication Modifier and Type Method Description ServerlessClientAuthenticationServerless. clientAuthentication()Includes all client authentication information.ServerlessClientAuthenticationServerlessRequest. clientAuthentication()Includes all client authentication information.Methods in software.amazon.awssdk.services.kafka.model with parameters of type ServerlessClientAuthentication Modifier and Type Method Description Serverless.BuilderServerless.Builder. clientAuthentication(ServerlessClientAuthentication clientAuthentication)Includes all client authentication information.ServerlessRequest.BuilderServerlessRequest.Builder. clientAuthentication(ServerlessClientAuthentication clientAuthentication)Includes all client authentication information.
-