Uses of Class
com.okta.sdk.resource.model.AgentPoolUpdateSetting
-
Uses of AgentPoolUpdateSetting in com.okta.sdk.resource.api
Modifier 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 settingsModifier 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
Modifier and TypeMethodDescriptionAgentPoolUpdateSetting.continueOnError
(Boolean continueOnError) AgentPoolUpdateSetting.latestVersion
(String latestVersion) AgentPoolUpdateSetting.minimalSupportedVersion
(String minimalSupportedVersion) AgentPoolUpdateSetting.releaseChannel
(ReleaseChannel releaseChannel)