Uses of Class
software.amazon.awssdk.services.kafka.model.UserIdentity
-
Packages that use UserIdentity Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of UserIdentity in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return UserIdentity Modifier and Type Method Description UserIdentityVpcConnectionInfo. userIdentity()Description of the requester that calls the API operation.UserIdentityVpcConnectionInfoServerless. userIdentity()Description of the requester that calls the API operation.Methods in software.amazon.awssdk.services.kafka.model with parameters of type UserIdentity Modifier and Type Method Description VpcConnectionInfo.BuilderVpcConnectionInfo.Builder. userIdentity(UserIdentity userIdentity)Description of the requester that calls the API operation.VpcConnectionInfoServerless.BuilderVpcConnectionInfoServerless.Builder. userIdentity(UserIdentity userIdentity)Description of the requester that calls the API operation.
-