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 a configuration of your organization's custom SMTP server with the given IDEmailServerApi.getEmailServer
(String emailServerId, Map<String, String> additionalHeaders) Retrieve an SMTP Server configuration Retrieves a configuration of your organization's custom SMTP server with the given IDEmailServerApi.listEmailServers()
List all enrolled SMTP servers Lists all the enrolled custom email SMTP serversEmailServerApi.listEmailServers
(Map<String, String> additionalHeaders) List all enrolled SMTP servers Lists all the enrolled custom email SMTP servers -
Uses of EmailServerListResponse in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionEmailServerListResponse.addEmailServersItem
(EmailServerResponse emailServersItem) EmailServerListResponse.emailServers
(List<EmailServerResponse> emailServers)