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 ManagedListTypeManagedListType. create(String key)ManagedListTypeCreateManagedListDetails. getListType()Type of information stored in the listManagedListTypeManagedList. getListType()Type of information contained in the managed listManagedListTypeManagedListSummary. getListType()Type of information stored in the managed liststatic ManagedListTypeManagedListType. 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.BuilderCreateManagedListDetails.Builder. listType(ManagedListType listType)Type of information stored in the listManagedList.BuilderManagedList.Builder. listType(ManagedListType listType)Type of information contained in the managed listManagedListSummary.BuilderManagedListSummary.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 ManagedListTypeListManagedListsRequest. getListType()The type of managed list.Methods in com.oracle.bmc.cloudguard.requests with parameters of type ManagedListType Modifier and Type Method Description ListManagedListsRequest.BuilderListManagedListsRequest.Builder. listType(ManagedListType listType)The type of managed list.
-