Package io.tiledb.cloud.rest_api.api
Class OrganizationApi
- java.lang.Object
-
- io.tiledb.cloud.rest_api.api.OrganizationApi
-
public class OrganizationApi extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OrganizationApi()
OrganizationApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAWSAccessCredentials(java.lang.String namespace, AWSAccessCredentials awsAccessCredentials)
Add aws keysokhttp3.Call
addAWSAccessCredentialsAsync(java.lang.String namespace, AWSAccessCredentials awsAccessCredentials, ApiCallback<java.lang.Void> _callback)
(asynchronously) Add aws keysokhttp3.Call
addAWSAccessCredentialsCall(java.lang.String namespace, AWSAccessCredentials awsAccessCredentials, ApiCallback _callback)
Build call for addAWSAccessCredentialsApiResponse<java.lang.Void>
addAWSAccessCredentialsWithHttpInfo(java.lang.String namespace, AWSAccessCredentials awsAccessCredentials)
Add aws keysvoid
addUserToOrganization(java.lang.String organization, OrganizationUser user)
add a user to an organizationokhttp3.Call
addUserToOrganizationAsync(java.lang.String organization, OrganizationUser user, ApiCallback<java.lang.Void> _callback)
(asynchronously) add a user to an organizationokhttp3.Call
addUserToOrganizationCall(java.lang.String organization, OrganizationUser user, ApiCallback _callback)
Build call for addUserToOrganizationApiResponse<java.lang.Void>
addUserToOrganizationWithHttpInfo(java.lang.String organization, OrganizationUser user)
add a user to an organizationjava.util.List<AWSAccessCredentials>
checkAWSAccessCredentials(java.lang.String namespace)
Check if aws keys are setokhttp3.Call
checkAWSAccessCredentialsAsync(java.lang.String namespace, ApiCallback<java.util.List<AWSAccessCredentials>> _callback)
(asynchronously) Check if aws keys are setAWSAccessCredentials
checkAWSAccessCredentialsByName(java.lang.String namespace, java.lang.String name)
Check if aws keys are set by nameokhttp3.Call
checkAWSAccessCredentialsByNameAsync(java.lang.String namespace, java.lang.String name, ApiCallback<AWSAccessCredentials> _callback)
(asynchronously) Check if aws keys are set by nameokhttp3.Call
checkAWSAccessCredentialsByNameCall(java.lang.String namespace, java.lang.String name, ApiCallback _callback)
Build call for checkAWSAccessCredentialsByNameApiResponse<AWSAccessCredentials>
checkAWSAccessCredentialsByNameWithHttpInfo(java.lang.String namespace, java.lang.String name)
Check if aws keys are set by nameokhttp3.Call
checkAWSAccessCredentialsCall(java.lang.String namespace, ApiCallback _callback)
Build call for checkAWSAccessCredentialsApiResponse<java.util.List<AWSAccessCredentials>>
checkAWSAccessCredentialsWithHttpInfo(java.lang.String namespace)
Check if aws keys are setvoid
createOrganization(Organization organization)
create a organization, the user creating will be listed as ownerokhttp3.Call
createOrganizationAsync(Organization organization, ApiCallback<java.lang.Void> _callback)
(asynchronously) create a organization, the user creating will be listed as ownerokhttp3.Call
createOrganizationCall(Organization organization, ApiCallback _callback)
Build call for createOrganizationApiResponse<java.lang.Void>
createOrganizationWithHttpInfo(Organization organization)
create a organization, the user creating will be listed as ownervoid
deleteAWSAccessCredentials(java.lang.String namespace, java.lang.String name)
delete a AWS Access credentials in a namespace.okhttp3.Call
deleteAWSAccessCredentialsAsync(java.lang.String namespace, java.lang.String name, ApiCallback<java.lang.Void> _callback)
(asynchronously) delete a AWS Access credentials in a namespace.okhttp3.Call
deleteAWSAccessCredentialsCall(java.lang.String namespace, java.lang.String name, ApiCallback _callback)
Build call for deleteAWSAccessCredentialsApiResponse<java.lang.Void>
deleteAWSAccessCredentialsWithHttpInfo(java.lang.String namespace, java.lang.String name)
delete a AWS Access credentials in a namespace.void
deleteOrganization(java.lang.String organization)
delete a organizationokhttp3.Call
deleteOrganizationAsync(java.lang.String organization, ApiCallback<java.lang.Void> _callback)
(asynchronously) delete a organizationokhttp3.Call
deleteOrganizationCall(java.lang.String organization, ApiCallback _callback)
Build call for deleteOrganizationApiResponse<java.lang.Void>
deleteOrganizationWithHttpInfo(java.lang.String organization)
delete a organizationvoid
deleteUserFromOrganization(java.lang.String organization, java.lang.String username)
delete a user from an organizationokhttp3.Call
deleteUserFromOrganizationAsync(java.lang.String organization, java.lang.String username, ApiCallback<java.lang.Void> _callback)
(asynchronously) delete a user from an organizationokhttp3.Call
deleteUserFromOrganizationCall(java.lang.String organization, java.lang.String username, ApiCallback _callback)
Build call for deleteUserFromOrganizationApiResponse<java.lang.Void>
deleteUserFromOrganizationWithHttpInfo(java.lang.String organization, java.lang.String username)
delete a user from an organizationjava.util.List<Organization>
getAllOrganizations()
get all organizations that the user is member ofokhttp3.Call
getAllOrganizationsAsync(ApiCallback<java.util.List<Organization>> _callback)
(asynchronously) get all organizations that the user is member ofokhttp3.Call
getAllOrganizationsCall(ApiCallback _callback)
Build call for getAllOrganizationsApiResponse<java.util.List<Organization>>
getAllOrganizationsWithHttpInfo()
get all organizations that the user is member ofApiClient
getApiClient()
java.lang.String
getCustomBaseUrl()
int
getHostIndex()
Organization
getOrganization(java.lang.String organization)
get a organizationokhttp3.Call
getOrganizationAsync(java.lang.String organization, ApiCallback<Organization> _callback)
(asynchronously) get a organizationokhttp3.Call
getOrganizationCall(java.lang.String organization, ApiCallback _callback)
Build call for getOrganizationOrganizationUser
getOrganizationUser(java.lang.String organization, java.lang.String username)
get a user from an organizationokhttp3.Call
getOrganizationUserAsync(java.lang.String organization, java.lang.String username, ApiCallback<OrganizationUser> _callback)
(asynchronously) get a user from an organizationokhttp3.Call
getOrganizationUserCall(java.lang.String organization, java.lang.String username, ApiCallback _callback)
Build call for getOrganizationUserApiResponse<OrganizationUser>
getOrganizationUserWithHttpInfo(java.lang.String organization, java.lang.String username)
get a user from an organizationApiResponse<Organization>
getOrganizationWithHttpInfo(java.lang.String organization)
get a organizationvoid
setApiClient(ApiClient apiClient)
void
setCustomBaseUrl(java.lang.String customBaseUrl)
void
setHostIndex(int hostIndex)
void
updateAWSAccessCredentials(java.lang.String namespace, java.lang.String name, AWSAccessCredentials awsAccessCredentials)
Update aws keys or associated buckets.okhttp3.Call
updateAWSAccessCredentialsAsync(java.lang.String namespace, java.lang.String name, AWSAccessCredentials awsAccessCredentials, ApiCallback<java.lang.Void> _callback)
(asynchronously) Update aws keys or associated buckets.okhttp3.Call
updateAWSAccessCredentialsCall(java.lang.String namespace, java.lang.String name, AWSAccessCredentials awsAccessCredentials, ApiCallback _callback)
Build call for updateAWSAccessCredentialsApiResponse<java.lang.Void>
updateAWSAccessCredentialsWithHttpInfo(java.lang.String namespace, java.lang.String name, AWSAccessCredentials awsAccessCredentials)
Update aws keys or associated buckets.void
updateOrganization(java.lang.String organization, Organization organizationDetails)
update a organizationokhttp3.Call
updateOrganizationAsync(java.lang.String organization, Organization organizationDetails, ApiCallback<java.lang.Void> _callback)
(asynchronously) update a organizationokhttp3.Call
updateOrganizationCall(java.lang.String organization, Organization organizationDetails, ApiCallback _callback)
Build call for updateOrganizationApiResponse<java.lang.Void>
updateOrganizationWithHttpInfo(java.lang.String organization, Organization organizationDetails)
update a organizationvoid
updateUserInOrganization(java.lang.String organization, java.lang.String username, OrganizationUser user)
update a user in an organizationokhttp3.Call
updateUserInOrganizationAsync(java.lang.String organization, java.lang.String username, OrganizationUser user, ApiCallback<java.lang.Void> _callback)
(asynchronously) update a user in an organizationokhttp3.Call
updateUserInOrganizationCall(java.lang.String organization, java.lang.String username, OrganizationUser user, ApiCallback _callback)
Build call for updateUserInOrganizationApiResponse<java.lang.Void>
updateUserInOrganizationWithHttpInfo(java.lang.String organization, java.lang.String username, OrganizationUser user)
update a user in an organization
-
-
-
Constructor Detail
-
OrganizationApi
public OrganizationApi()
-
OrganizationApi
public OrganizationApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getHostIndex
public int getHostIndex()
-
setHostIndex
public void setHostIndex(int hostIndex)
-
getCustomBaseUrl
public java.lang.String getCustomBaseUrl()
-
setCustomBaseUrl
public void setCustomBaseUrl(java.lang.String customBaseUrl)
-
addAWSAccessCredentialsCall
public okhttp3.Call addAWSAccessCredentialsCall(java.lang.String namespace, AWSAccessCredentials awsAccessCredentials, ApiCallback _callback) throws ApiException
Build call for addAWSAccessCredentials- Parameters:
namespace
- namespace (required)awsAccessCredentials
- aws access credentials to store for a namespace (required)_callback
- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
addAWSAccessCredentials
public void addAWSAccessCredentials(java.lang.String namespace, AWSAccessCredentials awsAccessCredentials) throws ApiException
Add aws keys- Parameters:
namespace
- namespace (required)awsAccessCredentials
- aws access credentials to store for a namespace (required)- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
addAWSAccessCredentialsWithHttpInfo
public ApiResponse<java.lang.Void> addAWSAccessCredentialsWithHttpInfo(java.lang.String namespace, AWSAccessCredentials awsAccessCredentials) throws ApiException
Add aws keys- Parameters:
namespace
- namespace (required)awsAccessCredentials
- aws access credentials to store for a namespace (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
addAWSAccessCredentialsAsync
public okhttp3.Call addAWSAccessCredentialsAsync(java.lang.String namespace, AWSAccessCredentials awsAccessCredentials, ApiCallback<java.lang.Void> _callback) throws ApiException
(asynchronously) Add aws keys- Parameters:
namespace
- namespace (required)awsAccessCredentials
- aws access credentials to store for a namespace (required)_callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
addUserToOrganizationCall
public okhttp3.Call addUserToOrganizationCall(java.lang.String organization, OrganizationUser user, ApiCallback _callback) throws ApiException
Build call for addUserToOrganization- Parameters:
organization
- organization name (required)user
- user to add (required)_callback
- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
addUserToOrganization
public void addUserToOrganization(java.lang.String organization, OrganizationUser user) throws ApiException
add a user to an organization- Parameters:
organization
- organization name (required)user
- user to add (required)- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
addUserToOrganizationWithHttpInfo
public ApiResponse<java.lang.Void> addUserToOrganizationWithHttpInfo(java.lang.String organization, OrganizationUser user) throws ApiException
add a user to an organization- Parameters:
organization
- organization name (required)user
- user to add (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
addUserToOrganizationAsync
public okhttp3.Call addUserToOrganizationAsync(java.lang.String organization, OrganizationUser user, ApiCallback<java.lang.Void> _callback) throws ApiException
(asynchronously) add a user to an organization- Parameters:
organization
- organization name (required)user
- user to add (required)_callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
checkAWSAccessCredentialsCall
public okhttp3.Call checkAWSAccessCredentialsCall(java.lang.String namespace, ApiCallback _callback) throws ApiException
Build call for checkAWSAccessCredentials- Parameters:
namespace
- namespace (required)_callback
- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
checkAWSAccessCredentials
public java.util.List<AWSAccessCredentials> checkAWSAccessCredentials(java.lang.String namespace) throws ApiException
Check if aws keys are set- Parameters:
namespace
- namespace (required)- Returns:
- List<AWSAccessCredentials>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
checkAWSAccessCredentialsWithHttpInfo
public ApiResponse<java.util.List<AWSAccessCredentials>> checkAWSAccessCredentialsWithHttpInfo(java.lang.String namespace) throws ApiException
Check if aws keys are set- Parameters:
namespace
- namespace (required)- Returns:
- ApiResponse<List<AWSAccessCredentials>>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
checkAWSAccessCredentialsAsync
public okhttp3.Call checkAWSAccessCredentialsAsync(java.lang.String namespace, ApiCallback<java.util.List<AWSAccessCredentials>> _callback) throws ApiException
(asynchronously) Check if aws keys are set- Parameters:
namespace
- namespace (required)_callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
checkAWSAccessCredentialsByNameCall
public okhttp3.Call checkAWSAccessCredentialsByNameCall(java.lang.String namespace, java.lang.String name, ApiCallback _callback) throws ApiException
Build call for checkAWSAccessCredentialsByName- Parameters:
namespace
- namespace (required)name
- name (required)_callback
- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
checkAWSAccessCredentialsByName
public AWSAccessCredentials checkAWSAccessCredentialsByName(java.lang.String namespace, java.lang.String name) throws ApiException
Check if aws keys are set by name- Parameters:
namespace
- namespace (required)name
- name (required)- Returns:
- AWSAccessCredentials
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
checkAWSAccessCredentialsByNameWithHttpInfo
public ApiResponse<AWSAccessCredentials> checkAWSAccessCredentialsByNameWithHttpInfo(java.lang.String namespace, java.lang.String name) throws ApiException
Check if aws keys are set by name- Parameters:
namespace
- namespace (required)name
- name (required)- Returns:
- ApiResponse<AWSAccessCredentials>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
checkAWSAccessCredentialsByNameAsync
public okhttp3.Call checkAWSAccessCredentialsByNameAsync(java.lang.String namespace, java.lang.String name, ApiCallback<AWSAccessCredentials> _callback) throws ApiException
(asynchronously) Check if aws keys are set by name- Parameters:
namespace
- namespace (required)name
- name (required)_callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
createOrganizationCall
public okhttp3.Call createOrganizationCall(Organization organization, ApiCallback _callback) throws ApiException
Build call for createOrganization- Parameters:
organization
- organization to create (required)_callback
- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
createOrganization
public void createOrganization(Organization organization) throws ApiException
create a organization, the user creating will be listed as owner- Parameters:
organization
- organization to create (required)- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createOrganizationWithHttpInfo
public ApiResponse<java.lang.Void> createOrganizationWithHttpInfo(Organization organization) throws ApiException
create a organization, the user creating will be listed as owner- Parameters:
organization
- organization to create (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createOrganizationAsync
public okhttp3.Call createOrganizationAsync(Organization organization, ApiCallback<java.lang.Void> _callback) throws ApiException
(asynchronously) create a organization, the user creating will be listed as owner- Parameters:
organization
- organization to create (required)_callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
deleteAWSAccessCredentialsCall
public okhttp3.Call deleteAWSAccessCredentialsCall(java.lang.String namespace, java.lang.String name, ApiCallback _callback) throws ApiException
Build call for deleteAWSAccessCredentials- Parameters:
namespace
- namespace (required)name
- name (required)_callback
- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
deleteAWSAccessCredentials
public void deleteAWSAccessCredentials(java.lang.String namespace, java.lang.String name) throws ApiException
delete a AWS Access credentials in a namespace. This will likely cause arrays to become unreachable- Parameters:
namespace
- namespace (required)name
- name (required)- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteAWSAccessCredentialsWithHttpInfo
public ApiResponse<java.lang.Void> deleteAWSAccessCredentialsWithHttpInfo(java.lang.String namespace, java.lang.String name) throws ApiException
delete a AWS Access credentials in a namespace. This will likely cause arrays to become unreachable- Parameters:
namespace
- namespace (required)name
- name (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteAWSAccessCredentialsAsync
public okhttp3.Call deleteAWSAccessCredentialsAsync(java.lang.String namespace, java.lang.String name, ApiCallback<java.lang.Void> _callback) throws ApiException
(asynchronously) delete a AWS Access credentials in a namespace. This will likely cause arrays to become unreachable- Parameters:
namespace
- namespace (required)name
- name (required)_callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
deleteOrganizationCall
public okhttp3.Call deleteOrganizationCall(java.lang.String organization, ApiCallback _callback) throws ApiException
Build call for deleteOrganization- Parameters:
organization
- organization name or ID (required)_callback
- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
deleteOrganization
public void deleteOrganization(java.lang.String organization) throws ApiException
delete a organization- Parameters:
organization
- organization name or ID (required)- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteOrganizationWithHttpInfo
public ApiResponse<java.lang.Void> deleteOrganizationWithHttpInfo(java.lang.String organization) throws ApiException
delete a organization- Parameters:
organization
- organization name or ID (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteOrganizationAsync
public okhttp3.Call deleteOrganizationAsync(java.lang.String organization, ApiCallback<java.lang.Void> _callback) throws ApiException
(asynchronously) delete a organization- Parameters:
organization
- organization name or ID (required)_callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
deleteUserFromOrganizationCall
public okhttp3.Call deleteUserFromOrganizationCall(java.lang.String organization, java.lang.String username, ApiCallback _callback) throws ApiException
Build call for deleteUserFromOrganization- Parameters:
organization
- organization name (required)username
- username to manipulate (required)_callback
- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
deleteUserFromOrganization
public void deleteUserFromOrganization(java.lang.String organization, java.lang.String username) throws ApiException
delete a user from an organization- Parameters:
organization
- organization name (required)username
- username to manipulate (required)- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteUserFromOrganizationWithHttpInfo
public ApiResponse<java.lang.Void> deleteUserFromOrganizationWithHttpInfo(java.lang.String organization, java.lang.String username) throws ApiException
delete a user from an organization- Parameters:
organization
- organization name (required)username
- username to manipulate (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteUserFromOrganizationAsync
public okhttp3.Call deleteUserFromOrganizationAsync(java.lang.String organization, java.lang.String username, ApiCallback<java.lang.Void> _callback) throws ApiException
(asynchronously) delete a user from an organization- Parameters:
organization
- organization name (required)username
- username to manipulate (required)_callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
getAllOrganizationsCall
public okhttp3.Call getAllOrganizationsCall(ApiCallback _callback) throws ApiException
Build call for getAllOrganizations- Parameters:
_callback
- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
getAllOrganizations
public java.util.List<Organization> getAllOrganizations() throws ApiException
get all organizations that the user is member of- Returns:
- List<Organization>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAllOrganizationsWithHttpInfo
public ApiResponse<java.util.List<Organization>> getAllOrganizationsWithHttpInfo() throws ApiException
get all organizations that the user is member of- Returns:
- ApiResponse<List<Organization>>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAllOrganizationsAsync
public okhttp3.Call getAllOrganizationsAsync(ApiCallback<java.util.List<Organization>> _callback) throws ApiException
(asynchronously) get all organizations that the user is member of- Parameters:
_callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
getOrganizationCall
public okhttp3.Call getOrganizationCall(java.lang.String organization, ApiCallback _callback) throws ApiException
Build call for getOrganization- Parameters:
organization
- organization name or ID (required)_callback
- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
getOrganization
public Organization getOrganization(java.lang.String organization) throws ApiException
get a organization- Parameters:
organization
- organization name or ID (required)- Returns:
- Organization
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getOrganizationWithHttpInfo
public ApiResponse<Organization> getOrganizationWithHttpInfo(java.lang.String organization) throws ApiException
get a organization- Parameters:
organization
- organization name or ID (required)- Returns:
- ApiResponse<Organization>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getOrganizationAsync
public okhttp3.Call getOrganizationAsync(java.lang.String organization, ApiCallback<Organization> _callback) throws ApiException
(asynchronously) get a organization- Parameters:
organization
- organization name or ID (required)_callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
getOrganizationUserCall
public okhttp3.Call getOrganizationUserCall(java.lang.String organization, java.lang.String username, ApiCallback _callback) throws ApiException
Build call for getOrganizationUser- Parameters:
organization
- organization name (required)username
- username to manipulate (required)_callback
- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
getOrganizationUser
public OrganizationUser getOrganizationUser(java.lang.String organization, java.lang.String username) throws ApiException
get a user from an organization- Parameters:
organization
- organization name (required)username
- username to manipulate (required)- Returns:
- OrganizationUser
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getOrganizationUserWithHttpInfo
public ApiResponse<OrganizationUser> getOrganizationUserWithHttpInfo(java.lang.String organization, java.lang.String username) throws ApiException
get a user from an organization- Parameters:
organization
- organization name (required)username
- username to manipulate (required)- Returns:
- ApiResponse<OrganizationUser>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getOrganizationUserAsync
public okhttp3.Call getOrganizationUserAsync(java.lang.String organization, java.lang.String username, ApiCallback<OrganizationUser> _callback) throws ApiException
(asynchronously) get a user from an organization- Parameters:
organization
- organization name (required)username
- username to manipulate (required)_callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
updateAWSAccessCredentialsCall
public okhttp3.Call updateAWSAccessCredentialsCall(java.lang.String namespace, java.lang.String name, AWSAccessCredentials awsAccessCredentials, ApiCallback _callback) throws ApiException
Build call for updateAWSAccessCredentials- Parameters:
namespace
- namespace (required)name
- name (required)awsAccessCredentials
- aws credentials to update (required)_callback
- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
updateAWSAccessCredentials
public void updateAWSAccessCredentials(java.lang.String namespace, java.lang.String name, AWSAccessCredentials awsAccessCredentials) throws ApiException
Update aws keys or associated buckets. This will update the key associations for each array in the namespace- Parameters:
namespace
- namespace (required)name
- name (required)awsAccessCredentials
- aws credentials to update (required)- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateAWSAccessCredentialsWithHttpInfo
public ApiResponse<java.lang.Void> updateAWSAccessCredentialsWithHttpInfo(java.lang.String namespace, java.lang.String name, AWSAccessCredentials awsAccessCredentials) throws ApiException
Update aws keys or associated buckets. This will update the key associations for each array in the namespace- Parameters:
namespace
- namespace (required)name
- name (required)awsAccessCredentials
- aws credentials to update (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateAWSAccessCredentialsAsync
public okhttp3.Call updateAWSAccessCredentialsAsync(java.lang.String namespace, java.lang.String name, AWSAccessCredentials awsAccessCredentials, ApiCallback<java.lang.Void> _callback) throws ApiException
(asynchronously) Update aws keys or associated buckets. This will update the key associations for each array in the namespace- Parameters:
namespace
- namespace (required)name
- name (required)awsAccessCredentials
- aws credentials to update (required)_callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
updateOrganizationCall
public okhttp3.Call updateOrganizationCall(java.lang.String organization, Organization organizationDetails, ApiCallback _callback) throws ApiException
Build call for updateOrganization- Parameters:
organization
- organization name or ID (required)organizationDetails
- organization details to update (required)_callback
- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
updateOrganization
public void updateOrganization(java.lang.String organization, Organization organizationDetails) throws ApiException
update a organization- Parameters:
organization
- organization name or ID (required)organizationDetails
- organization details to update (required)- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateOrganizationWithHttpInfo
public ApiResponse<java.lang.Void> updateOrganizationWithHttpInfo(java.lang.String organization, Organization organizationDetails) throws ApiException
update a organization- Parameters:
organization
- organization name or ID (required)organizationDetails
- organization details to update (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateOrganizationAsync
public okhttp3.Call updateOrganizationAsync(java.lang.String organization, Organization organizationDetails, ApiCallback<java.lang.Void> _callback) throws ApiException
(asynchronously) update a organization- Parameters:
organization
- organization name or ID (required)organizationDetails
- organization details to update (required)_callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
updateUserInOrganizationCall
public okhttp3.Call updateUserInOrganizationCall(java.lang.String organization, java.lang.String username, OrganizationUser user, ApiCallback _callback) throws ApiException
Build call for updateUserInOrganization- Parameters:
organization
- organization name (required)username
- username to manipulate (required)user
- user details to update (required)_callback
- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
updateUserInOrganization
public void updateUserInOrganization(java.lang.String organization, java.lang.String username, OrganizationUser user) throws ApiException
update a user in an organization- Parameters:
organization
- organization name (required)username
- username to manipulate (required)user
- user details to update (required)- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateUserInOrganizationWithHttpInfo
public ApiResponse<java.lang.Void> updateUserInOrganizationWithHttpInfo(java.lang.String organization, java.lang.String username, OrganizationUser user) throws ApiException
update a user in an organization- Parameters:
organization
- organization name (required)username
- username to manipulate (required)user
- user details to update (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateUserInOrganizationAsync
public okhttp3.Call updateUserInOrganizationAsync(java.lang.String organization, java.lang.String username, OrganizationUser user, ApiCallback<java.lang.Void> _callback) throws ApiException
(asynchronously) update a user in an organization- Parameters:
organization
- organization name (required)username
- username to manipulate (required)user
- user details to update (required)_callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
-