Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.ActionTypes
-
Packages that use ActionTypes Package Description com.oracle.bmc.fleetsoftwareupdate.model com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of ActionTypes in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return ActionTypes Modifier and Type Method Description static ActionTypes
ActionTypes. create(String key)
static ActionTypes
ActionTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActionTypes[]
ActionTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ActionTypes in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return ActionTypes Modifier and Type Method Description ActionTypes
ListFsuActionsRequest. getType()
A filter to return only resources whose type matches the given type.Methods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type ActionTypes Modifier and Type Method Description ListFsuActionsRequest.Builder
ListFsuActionsRequest.Builder. type(ActionTypes type)
A filter to return only resources whose type matches the given type.
-