Uses of Class
com.oracle.bmc.database.requests.ListCloudVmClusterUpdateHistoryEntriesRequest.UpdateType
-
Packages that use ListCloudVmClusterUpdateHistoryEntriesRequest.UpdateType Package Description com.oracle.bmc.database.requests -
-
Uses of ListCloudVmClusterUpdateHistoryEntriesRequest.UpdateType in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListCloudVmClusterUpdateHistoryEntriesRequest.UpdateType Modifier and Type Method Description static ListCloudVmClusterUpdateHistoryEntriesRequest.UpdateType
ListCloudVmClusterUpdateHistoryEntriesRequest.UpdateType. create(String key)
ListCloudVmClusterUpdateHistoryEntriesRequest.UpdateType
ListCloudVmClusterUpdateHistoryEntriesRequest. getUpdateType()
A filter to return only resources that match the given update type exactly.static ListCloudVmClusterUpdateHistoryEntriesRequest.UpdateType
ListCloudVmClusterUpdateHistoryEntriesRequest.UpdateType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListCloudVmClusterUpdateHistoryEntriesRequest.UpdateType[]
ListCloudVmClusterUpdateHistoryEntriesRequest.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 ListCloudVmClusterUpdateHistoryEntriesRequest.UpdateType Modifier and Type Method Description ListCloudVmClusterUpdateHistoryEntriesRequest.Builder
ListCloudVmClusterUpdateHistoryEntriesRequest.Builder. updateType(ListCloudVmClusterUpdateHistoryEntriesRequest.UpdateType updateType)
A filter to return only resources that match the given update type exactly.
-