Package | Description |
---|---|
com.oracle.bmc.announcementsservice.model |
Modifier and Type | Method and Description |
---|---|
FilterGroupDetails |
FilterGroupDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Map<String,FilterGroupDetails> |
CreateAnnouncementSubscriptionDetails.getFilterGroups()
A list of filter groups for the announcement subscription.
|
Modifier and Type | Method and Description |
---|---|
FilterGroupDetails.Builder |
FilterGroupDetails.Builder.copy(FilterGroupDetails model) |
Modifier and Type | Method and Description |
---|---|
CreateAnnouncementSubscriptionDetails.Builder |
CreateAnnouncementSubscriptionDetails.Builder.filterGroups(Map<String,FilterGroupDetails> filterGroups)
A list of filter groups for the announcement subscription.
|
Constructor and Description |
---|
CreateAnnouncementSubscriptionDetails(String displayName,
String description,
String compartmentId,
String onsTopicId,
Map<String,FilterGroupDetails> filterGroups,
String preferredLanguage,
String preferredTimeZone,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.