Uses of Class
sh.ory.model.CloudAccount
| Package | Description |
|---|---|
| sh.ory.api | |
| sh.ory.model |
-
Uses of CloudAccount in sh.ory.api
Methods in sh.ory.api that return types with arguments of type CloudAccount Modifier and Type Method Description List<CloudAccount>V0alpha2Api. getProjectMembers(String projectId)Get all members associated with this project.ApiResponse<List<CloudAccount>>V0alpha2Api. getProjectMembersWithHttpInfo(String projectId)Get all members associated with this project.Method parameters in sh.ory.api with type arguments of type CloudAccount Modifier and Type Method Description okhttp3.CallV0alpha2Api. getProjectMembersAsync(String projectId, ApiCallback<List<CloudAccount>> _callback)Get all members associated with this project. -
Uses of CloudAccount in sh.ory.model
Methods in sh.ory.model that return CloudAccount Modifier and Type Method Description CloudAccountCloudAccount. email(String email)CloudAccountCloudAccount. id(UUID id)CloudAccountCloudAccount. name(String name)