Package | Description |
---|---|
com.oracle.bmc.usageapi.model |
Modifier and Type | Method and Description |
---|---|
EmailRecipient |
EmailRecipient.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<EmailRecipient> |
EmailRecipientsGroupSummary.getRecipientsList()
The list of recipient will receive the usage statement email.
|
List<EmailRecipient> |
UpdateEmailRecipientsGroupDetails.getRecipientsList()
The list of recipient will receive the usage statement email.
|
List<EmailRecipient> |
EmailRecipientsGroup.getRecipientsList()
The list of recipient will receive the usage statement email.
|
List<EmailRecipient> |
CreateEmailRecipientsGroupDetails.getRecipientsList()
The list of recipient will receive the usage statement email.
|
Modifier and Type | Method and Description |
---|---|
EmailRecipient.Builder |
EmailRecipient.Builder.copy(EmailRecipient model) |
Modifier and Type | Method and Description |
---|---|
EmailRecipientsGroupSummary.Builder |
EmailRecipientsGroupSummary.Builder.recipientsList(List<EmailRecipient> recipientsList)
The list of recipient will receive the usage statement email.
|
UpdateEmailRecipientsGroupDetails.Builder |
UpdateEmailRecipientsGroupDetails.Builder.recipientsList(List<EmailRecipient> recipientsList)
The list of recipient will receive the usage statement email.
|
EmailRecipientsGroup.Builder |
EmailRecipientsGroup.Builder.recipientsList(List<EmailRecipient> recipientsList)
The list of recipient will receive the usage statement email.
|
CreateEmailRecipientsGroupDetails.Builder |
CreateEmailRecipientsGroupDetails.Builder.recipientsList(List<EmailRecipient> recipientsList)
The list of recipient will receive the usage statement email.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.