Uses of Class
io.milvus.param.credential.UpdateCredentialParam.Builder
Packages that use UpdateCredentialParam.Builder
-
Uses of UpdateCredentialParam.Builder in io.milvus.param.credential
Methods in io.milvus.param.credential that return UpdateCredentialParam.BuilderModifier and TypeMethodDescriptionUpdateCredentialParam.newBuilder()UpdateCredentialParam.Builder.withNewPassword(@NonNull String password) Sets the new password.UpdateCredentialParam.Builder.withOldPassword(@NonNull String password) Sets the old password.UpdateCredentialParam.Builder.withUsername(@NonNull String username) Sets the username.