Uses of Class
com.cyberark.conjur.sdk.model.CreateHost
Packages that use CreateHost
-
Uses of CreateHost in com.cyberark.conjur.sdk.endpoint
Methods in com.cyberark.conjur.sdk.endpoint that return CreateHostModifier and TypeMethodDescriptionHostFactoryApi.createHost(String id) Creates a Host using the Host Factory.HostFactoryApi.createHost(String id, String xRequestId, Object annotations) Creates a Host using the Host Factory.Methods in com.cyberark.conjur.sdk.endpoint that return types with arguments of type CreateHostModifier and TypeMethodDescriptionHostFactoryApi.createHostWithHttpInfo(String id) Creates a Host using the Host Factory.HostFactoryApi.createHostWithHttpInfo(String id, String xRequestId, Object annotations) Creates a Host using the Host Factory.Method parameters in com.cyberark.conjur.sdk.endpoint with type arguments of type CreateHostModifier and TypeMethodDescriptionokhttp3.CallHostFactoryApi.createHostAsync(String id, String xRequestId, Object annotations, ApiCallback<CreateHost> _callback) Creates a Host using the Host Factory. -
Uses of CreateHost in com.cyberark.conjur.sdk.model
Methods in com.cyberark.conjur.sdk.model that return CreateHostModifier and TypeMethodDescriptionCreateHost.addAnnotationsItem(String annotationsItem) CreateHost.addPermissionsItem(String permissionsItem) CreateHost.annotations(List<String> annotations) CreateHost.permissions(List<String> permissions)