| Package | Description |
|---|---|
| com.cyberark.conjur.sdk.endpoint | |
| com.cyberark.conjur.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
CreateHost |
HostFactoryApi.createHost(String id)
Creates a Host using the Host Factory.
|
CreateHost |
HostFactoryApi.createHost(String id,
String xRequestId,
Object annotations)
Creates a Host using the Host Factory.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CreateHost> |
HostFactoryApi.createHostWithHttpInfo(String id)
Creates a Host using the Host Factory.
|
ApiResponse<CreateHost> |
HostFactoryApi.createHostWithHttpInfo(String id,
String xRequestId,
Object annotations)
Creates a Host using the Host Factory.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
HostFactoryApi.createHostAsync(String id,
String xRequestId,
Object annotations,
ApiCallback<CreateHost> _callback)
Creates a Host using the Host Factory.
|
| Modifier and Type | Method and Description |
|---|---|
CreateHost |
CreateHost.addAnnotationsItem(String annotationsItem) |
CreateHost |
CreateHost.addPermissionsItem(String permissionsItem) |
CreateHost |
CreateHost.annotations(List<String> annotations) |
CreateHost |
CreateHost.apiKey(String apiKey) |
CreateHost |
CreateHost.createdAt(String createdAt) |
CreateHost |
CreateHost.id(String id) |
CreateHost |
CreateHost.owner(String owner) |
CreateHost |
CreateHost.permissions(List<String> permissions) |
Copyright © 2023. All rights reserved.