Uses of Class
com.volcengine.privatezone.model.CreateAuthorizedUserRequest
-
Packages that use CreateAuthorizedUserRequest Package Description com.volcengine.privatezone com.volcengine.privatezone.model -
-
Uses of CreateAuthorizedUserRequest in com.volcengine.privatezone
Methods in com.volcengine.privatezone with parameters of type CreateAuthorizedUserRequest Modifier and Type Method Description CreateAuthorizedUserResponsePrivateZoneApi. createAuthorizedUser(CreateAuthorizedUserRequest body)com.squareup.okhttp.CallPrivateZoneApi. createAuthorizedUserAsync(CreateAuthorizedUserRequest body, com.volcengine.ApiCallback<CreateAuthorizedUserResponse> callback)(asynchronously)com.squareup.okhttp.CallPrivateZoneApi. createAuthorizedUserCall(CreateAuthorizedUserRequest body, com.volcengine.ProgressResponseBody.ProgressListener progressListener, com.volcengine.ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for createAuthorizedUsercom.volcengine.ApiResponse<CreateAuthorizedUserResponse>PrivateZoneApi. createAuthorizedUserWithHttpInfo(@NotNull CreateAuthorizedUserRequest body) -
Uses of CreateAuthorizedUserRequest in com.volcengine.privatezone.model
Methods in com.volcengine.privatezone.model that return CreateAuthorizedUserRequest Modifier and Type Method Description CreateAuthorizedUserRequestCreateAuthorizedUserRequest. accountID(String accountID)CreateAuthorizedUserRequestCreateAuthorizedUserRequest. authType(Integer authType)CreateAuthorizedUserRequestCreateAuthorizedUserRequest. verifyCode(String verifyCode)
-