Uses of Class
com.oracle.bmc.database.requests.ListExadbVmClusterUpdateHistoryEntriesRequest.UpdateType
-
Packages that use ListExadbVmClusterUpdateHistoryEntriesRequest.UpdateType Package Description com.oracle.bmc.database.requests -
-
Uses of ListExadbVmClusterUpdateHistoryEntriesRequest.UpdateType in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListExadbVmClusterUpdateHistoryEntriesRequest.UpdateType Modifier and Type Method Description static ListExadbVmClusterUpdateHistoryEntriesRequest.UpdateType
ListExadbVmClusterUpdateHistoryEntriesRequest.UpdateType. create(String key)
ListExadbVmClusterUpdateHistoryEntriesRequest.UpdateType
ListExadbVmClusterUpdateHistoryEntriesRequest. getUpdateType()
A filter to return only resources that match the given update type exactly.static ListExadbVmClusterUpdateHistoryEntriesRequest.UpdateType
ListExadbVmClusterUpdateHistoryEntriesRequest.UpdateType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListExadbVmClusterUpdateHistoryEntriesRequest.UpdateType[]
ListExadbVmClusterUpdateHistoryEntriesRequest.UpdateType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.requests with parameters of type ListExadbVmClusterUpdateHistoryEntriesRequest.UpdateType Modifier and Type Method Description ListExadbVmClusterUpdateHistoryEntriesRequest.Builder
ListExadbVmClusterUpdateHistoryEntriesRequest.Builder. updateType(ListExadbVmClusterUpdateHistoryEntriesRequest.UpdateType updateType)
A filter to return only resources that match the given update type exactly.
-