Uses of Class
com.oracle.bmc.osmanagementhub.model.RebootManagedInstanceGroupDetails
-
Packages that use RebootManagedInstanceGroupDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of RebootManagedInstanceGroupDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return RebootManagedInstanceGroupDetails Modifier and Type Method Description RebootManagedInstanceGroupDetails
RebootManagedInstanceGroupDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type RebootManagedInstanceGroupDetails Modifier and Type Method Description RebootManagedInstanceGroupDetails.Builder
RebootManagedInstanceGroupDetails.Builder. copy(RebootManagedInstanceGroupDetails model)
-
Uses of RebootManagedInstanceGroupDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return RebootManagedInstanceGroupDetails Modifier and Type Method Description RebootManagedInstanceGroupDetails
RebootManagedInstanceGroupRequest. getBody$()
Alternative accessor for the body parameter.RebootManagedInstanceGroupDetails
RebootManagedInstanceGroupRequest. getRebootManagedInstanceGroupDetails()
Provides the information used to reboot managed instances in a group.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type RebootManagedInstanceGroupDetails Modifier and Type Method Description RebootManagedInstanceGroupRequest.Builder
RebootManagedInstanceGroupRequest.Builder. body$(RebootManagedInstanceGroupDetails body)
Alternative setter for the body parameter.RebootManagedInstanceGroupRequest.Builder
RebootManagedInstanceGroupRequest.Builder. rebootManagedInstanceGroupDetails(RebootManagedInstanceGroupDetails rebootManagedInstanceGroupDetails)
Provides the information used to reboot managed instances in a group.
-