Uses of Class
com.oracle.bmc.osmanagementhub.model.AssociateManagedInstancesWithManagementStationDetails
-
Packages that use AssociateManagedInstancesWithManagementStationDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of AssociateManagedInstancesWithManagementStationDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return AssociateManagedInstancesWithManagementStationDetails Modifier and Type Method Description AssociateManagedInstancesWithManagementStationDetails
AssociateManagedInstancesWithManagementStationDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type AssociateManagedInstancesWithManagementStationDetails Modifier and Type Method Description AssociateManagedInstancesWithManagementStationDetails.Builder
AssociateManagedInstancesWithManagementStationDetails.Builder. copy(AssociateManagedInstancesWithManagementStationDetails model)
-
Uses of AssociateManagedInstancesWithManagementStationDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return AssociateManagedInstancesWithManagementStationDetails Modifier and Type Method Description AssociateManagedInstancesWithManagementStationDetails
AssociateManagedInstancesWithManagementStationRequest. getAssociateManagedInstancesWithManagementStationDetails()
The managed instances OCIDs to associate to the management station.AssociateManagedInstancesWithManagementStationDetails
AssociateManagedInstancesWithManagementStationRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type AssociateManagedInstancesWithManagementStationDetails Modifier and Type Method Description AssociateManagedInstancesWithManagementStationRequest.Builder
AssociateManagedInstancesWithManagementStationRequest.Builder. associateManagedInstancesWithManagementStationDetails(AssociateManagedInstancesWithManagementStationDetails associateManagedInstancesWithManagementStationDetails)
The managed instances OCIDs to associate to the management station.AssociateManagedInstancesWithManagementStationRequest.Builder
AssociateManagedInstancesWithManagementStationRequest.Builder. body$(AssociateManagedInstancesWithManagementStationDetails body)
Alternative setter for the body parameter.
-