Uses of Class
com.oracle.bmc.email.model.EmailOutboundIpSummary
-
Packages that use EmailOutboundIpSummary Package Description com.oracle.bmc.email com.oracle.bmc.email.model -
-
Uses of EmailOutboundIpSummary in com.oracle.bmc.email
Methods in com.oracle.bmc.email that return types with arguments of type EmailOutboundIpSummary Modifier and Type Method Description Iterable<EmailOutboundIpSummary>EmailPaginators. listEmailOutboundIpsRecordIterator(ListEmailOutboundIpsRequest request)Creates a new iterable which will iterate over theEmailOutboundIpSummaryobjects contained in responses from the listEmailOutboundIps operation. -
Uses of EmailOutboundIpSummary in com.oracle.bmc.email.model
Methods in com.oracle.bmc.email.model that return EmailOutboundIpSummary Modifier and Type Method Description EmailOutboundIpSummaryEmailOutboundIpSummary.Builder. build()Methods in com.oracle.bmc.email.model that return types with arguments of type EmailOutboundIpSummary Modifier and Type Method Description List<EmailOutboundIpSummary>EmailOutboundIpCollection. getItems()List of public IPs.List<EmailOutboundIpSummary>EmailIpPool. getOutboundIps()Summary of outbound IPs assigned to the IpPool.Methods in com.oracle.bmc.email.model with parameters of type EmailOutboundIpSummary Modifier and Type Method Description EmailOutboundIpSummary.BuilderEmailOutboundIpSummary.Builder. copy(EmailOutboundIpSummary model)Method parameters in com.oracle.bmc.email.model with type arguments of type EmailOutboundIpSummary Modifier and Type Method Description EmailOutboundIpCollection.BuilderEmailOutboundIpCollection.Builder. items(List<EmailOutboundIpSummary> items)List of public IPs.EmailIpPool.BuilderEmailIpPool.Builder. outboundIps(List<EmailOutboundIpSummary> outboundIps)Summary of outbound IPs assigned to the IpPool.Constructor parameters in com.oracle.bmc.email.model with type arguments of type EmailOutboundIpSummary Constructor Description EmailIpPool(String id, String name, String compartmentId, String description, EmailIpPool.LifecycleState lifecycleState, String lifecycleDetails, List<EmailOutboundIpSummary> outboundIps, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)Deprecated.EmailOutboundIpCollection(List<EmailOutboundIpSummary> items)Deprecated.
-