Uses of Class
com.okta.sdk.resource.model.EmailServerListResponse
Packages that use EmailServerListResponse
-
Uses of EmailServerListResponse in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return EmailServerListResponseModifier 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
Methods in com.okta.sdk.resource.model that return EmailServerListResponseModifier and TypeMethodDescriptionEmailServerListResponse.addEmailServersItem
(EmailServerResponse emailServersItem) EmailServerListResponse.emailServers
(List<EmailServerResponse> emailServers)