Uses of Class
com.okta.sdk.resource.model.AgentPoolUpdateSetting
Packages that use AgentPoolUpdateSetting
-
Uses of AgentPoolUpdateSetting in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return AgentPoolUpdateSettingModifier and TypeMethodDescriptionAgentPoolsApi.getAgentPoolsUpdateSettings
(String poolId) Retrieve an Agent Pool update's settings Retrieves the current state of the agent pool update instance settingsAgentPoolsApi.getAgentPoolsUpdateSettings
(String poolId, Map<String, String> additionalHeaders) Retrieve an Agent Pool update's settings Retrieves the current state of the agent pool update instance settingsAgentPoolsApi.updateAgentPoolsUpdateSettings
(String poolId, AgentPoolUpdateSetting agentPoolUpdateSetting) Update an Agent Pool update settings Updates an agent pool update settingsAgentPoolsApi.updateAgentPoolsUpdateSettings
(String poolId, AgentPoolUpdateSetting agentPoolUpdateSetting, Map<String, String> additionalHeaders) Update an Agent Pool update settings Updates an agent pool update settingsMethods in com.okta.sdk.resource.api with parameters of type AgentPoolUpdateSettingModifier and TypeMethodDescriptionAgentPoolsApi.updateAgentPoolsUpdateSettings
(String poolId, AgentPoolUpdateSetting agentPoolUpdateSetting) Update an Agent Pool update settings Updates an agent pool update settingsAgentPoolsApi.updateAgentPoolsUpdateSettings
(String poolId, AgentPoolUpdateSetting agentPoolUpdateSetting, Map<String, String> additionalHeaders) Update an Agent Pool update settings Updates an agent pool update settings -
Uses of AgentPoolUpdateSetting in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AgentPoolUpdateSettingModifier and TypeMethodDescriptionAgentPoolUpdateSetting.continueOnError
(Boolean continueOnError) AgentPoolUpdateSetting.latestVersion
(String latestVersion) AgentPoolUpdateSetting.minimalSupportedVersion
(String minimalSupportedVersion) AgentPoolUpdateSetting.releaseChannel
(ReleaseChannel releaseChannel)