Uses of Class
io.milvus.param.credential.UpdateCredentialParam.Builder
-
Packages that use UpdateCredentialParam.Builder Package Description io.milvus.param.credential -
-
Uses of UpdateCredentialParam.Builder in io.milvus.param.credential
Methods in io.milvus.param.credential that return UpdateCredentialParam.Builder Modifier and Type Method Description static UpdateCredentialParam.BuilderUpdateCredentialParam. newBuilder()UpdateCredentialParam.BuilderUpdateCredentialParam.Builder. withNewPassword(@NonNull String password)Sets the new password.UpdateCredentialParam.BuilderUpdateCredentialParam.Builder. withOldPassword(@NonNull String password)Sets the old password.UpdateCredentialParam.BuilderUpdateCredentialParam.Builder. withUsername(@NonNull String username)Sets the username.
-