Uses of Class
com.oracle.bmc.osmanagementhub.model.RebootManagedInstanceDetails
-
Packages that use RebootManagedInstanceDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of RebootManagedInstanceDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return RebootManagedInstanceDetails Modifier and Type Method Description RebootManagedInstanceDetails
RebootManagedInstanceDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type RebootManagedInstanceDetails Modifier and Type Method Description RebootManagedInstanceDetails.Builder
RebootManagedInstanceDetails.Builder. copy(RebootManagedInstanceDetails model)
-
Uses of RebootManagedInstanceDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return RebootManagedInstanceDetails Modifier and Type Method Description RebootManagedInstanceDetails
RebootManagedInstanceRequest. getBody$()
Alternative accessor for the body parameter.RebootManagedInstanceDetails
RebootManagedInstanceRequest. getRebootManagedInstanceDetails()
The timeout to be set for the reboot job.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type RebootManagedInstanceDetails Modifier and Type Method Description RebootManagedInstanceRequest.Builder
RebootManagedInstanceRequest.Builder. body$(RebootManagedInstanceDetails body)
Alternative setter for the body parameter.RebootManagedInstanceRequest.Builder
RebootManagedInstanceRequest.Builder. rebootManagedInstanceDetails(RebootManagedInstanceDetails rebootManagedInstanceDetails)
The timeout to be set for the reboot job.
-