Uses of Class
com.volcengine.privatezone.model.SendVerifyCodeResponse
-
Packages that use SendVerifyCodeResponse Package Description com.volcengine.privatezone -
-
Uses of SendVerifyCodeResponse in com.volcengine.privatezone
Methods in com.volcengine.privatezone that return SendVerifyCodeResponse Modifier and Type Method Description SendVerifyCodeResponsePrivateZoneApi. sendVerifyCode(SendVerifyCodeRequest body)Methods in com.volcengine.privatezone that return types with arguments of type SendVerifyCodeResponse Modifier and Type Method Description com.volcengine.ApiResponse<SendVerifyCodeResponse>PrivateZoneApi. sendVerifyCodeWithHttpInfo(@NotNull SendVerifyCodeRequest body)Method parameters in com.volcengine.privatezone with type arguments of type SendVerifyCodeResponse Modifier and Type Method Description com.squareup.okhttp.CallPrivateZoneApi. sendVerifyCodeAsync(SendVerifyCodeRequest body, com.volcengine.ApiCallback<SendVerifyCodeResponse> callback)(asynchronously)
-