Package | Description |
---|---|
com.om.mxs.client.japi |
Modifier and Type | Method and Description |
---|---|
static MatrixStoreBuilder |
MatrixStore.builder() |
MatrixStoreBuilder |
MatrixStoreBuilder.withConnection(MatrixStoreConnection conn)
Connection to use for the life time of the
MatrixStore instance. |
MatrixStoreBuilder |
MatrixStoreBuilder.withCredentials(Credentials cred)
Must be one of either
UsernamePasswordCredentials , where user login and password are given,
or AccessKeyBasedCredentials , where a user's access key id and secret is used. |