Uses of Class
com.oracle.bmc.usageapi.model.EmailRecipient
-
Packages that use EmailRecipient Package Description com.oracle.bmc.usageapi.model -
-
Uses of EmailRecipient in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return EmailRecipient Modifier and Type Method Description EmailRecipient
EmailRecipient.Builder. build()
Methods in com.oracle.bmc.usageapi.model that return types with arguments of type EmailRecipient Modifier and Type Method Description List<EmailRecipient>
CreateEmailRecipientsGroupDetails. getRecipientsList()
The list of recipients that will receive usage statement emails.List<EmailRecipient>
EmailRecipientsGroup. getRecipientsList()
The list of recipients that will receive usage statement emails.List<EmailRecipient>
EmailRecipientsGroupSummary. getRecipientsList()
The list of recipients that will receive usage statement emails.List<EmailRecipient>
UpdateEmailRecipientsGroupDetails. getRecipientsList()
The list of recipients will receive usage statement emails.Methods in com.oracle.bmc.usageapi.model with parameters of type EmailRecipient Modifier and Type Method Description EmailRecipient.Builder
EmailRecipient.Builder. copy(EmailRecipient model)
Method parameters in com.oracle.bmc.usageapi.model with type arguments of type EmailRecipient Modifier and Type Method Description CreateEmailRecipientsGroupDetails.Builder
CreateEmailRecipientsGroupDetails.Builder. recipientsList(List<EmailRecipient> recipientsList)
The list of recipients that will receive usage statement emails.EmailRecipientsGroup.Builder
EmailRecipientsGroup.Builder. recipientsList(List<EmailRecipient> recipientsList)
The list of recipients that will receive usage statement emails.EmailRecipientsGroupSummary.Builder
EmailRecipientsGroupSummary.Builder. recipientsList(List<EmailRecipient> recipientsList)
The list of recipients that will receive usage statement emails.UpdateEmailRecipientsGroupDetails.Builder
UpdateEmailRecipientsGroupDetails.Builder. recipientsList(List<EmailRecipient> recipientsList)
The list of recipients will receive usage statement emails.Constructor parameters in com.oracle.bmc.usageapi.model with type arguments of type EmailRecipient Constructor Description CreateEmailRecipientsGroupDetails(String compartmentId, List<EmailRecipient> recipientsList)
Deprecated.EmailRecipientsGroup(String id, String compartmentId, List<EmailRecipient> recipientsList, EmailRecipientsGroup.LifecycleState lifecycleState)
Deprecated.EmailRecipientsGroupSummary(String id, String compartmentId, List<EmailRecipient> recipientsList, EmailRecipientsGroup.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateEmailRecipientsGroupDetails(List<EmailRecipient> recipientsList)
Deprecated.
-