Uses of Class
com.oracle.bmc.cloudguard.model.ManagedListType
-
Packages that use ManagedListType Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of ManagedListType in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ManagedListType Modifier and Type Method Description static ManagedListType
ManagedListType. create(String key)
ManagedListType
CreateManagedListDetails. getListType()
Type of information stored in the listManagedListType
ManagedList. getListType()
Type of information contained in the managed listManagedListType
ManagedListSummary. getListType()
Type of information stored in the managed liststatic ManagedListType
ManagedListType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ManagedListType[]
ManagedListType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudguard.model with parameters of type ManagedListType Modifier and Type Method Description CreateManagedListDetails.Builder
CreateManagedListDetails.Builder. listType(ManagedListType listType)
Type of information stored in the listManagedList.Builder
ManagedList.Builder. listType(ManagedListType listType)
Type of information contained in the managed listManagedListSummary.Builder
ManagedListSummary.Builder. listType(ManagedListType listType)
Type of information stored in the managed listConstructors in com.oracle.bmc.cloudguard.model with parameters of type ManagedListType Constructor Description CreateManagedListDetails(String displayName, String compartmentId, String sourceManagedListId, String description, ManagedListType listType, List<String> listItems, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.ManagedList(String id, String displayName, String description, String compartmentId, String sourceManagedListId, ManagedListType listType, List<String> listItems, FeedProviderType feedProvider, Boolean isEditable, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecyleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ManagedListSummary(String id, String displayName, String description, String compartmentId, String sourceManagedListId, ManagedListType listType, FeedProviderType feedProvider, Boolean isEditable, List<String> listItems, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecyleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of ManagedListType in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ManagedListType Modifier and Type Method Description ManagedListType
ListManagedListsRequest. getListType()
The type of managed list.Methods in com.oracle.bmc.cloudguard.requests with parameters of type ManagedListType Modifier and Type Method Description ListManagedListsRequest.Builder
ListManagedListsRequest.Builder. listType(ManagedListType listType)
The type of managed list.
-