Uses of Class
com.okta.sdk.resource.model.EmailServerListResponse
-
Uses of EmailServerListResponse in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionEmailServerApi.getEmailServer
(String emailServerId) Retrieve an SMTP Server configuration Retrieves the specified custom SMTP server configurationEmailServerApi.getEmailServer
(String emailServerId, Map<String, String> additionalHeaders) Retrieve an SMTP Server configuration Retrieves the specified custom SMTP server configurationEmailServerApi.listEmailServers()
List all enrolled SMTP servers Lists all the enrolled custom SMTP server configurationsEmailServerApi.listEmailServers
(Map<String, String> additionalHeaders) List all enrolled SMTP servers Lists all the enrolled custom SMTP server configurations -
Uses of EmailServerListResponse in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionEmailServerListResponse.addemailServersItem
(EmailServerResponse emailServersItem) EmailServerListResponse.emailServers
(List<EmailServerResponse> emailServers)