Uses of Class
com.oracle.bmc.osmanagementhub.model.AttachSoftwareSourcesToManagedInstanceGroupDetails
-
Packages that use AttachSoftwareSourcesToManagedInstanceGroupDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of AttachSoftwareSourcesToManagedInstanceGroupDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return AttachSoftwareSourcesToManagedInstanceGroupDetails Modifier and Type Method Description AttachSoftwareSourcesToManagedInstanceGroupDetails
AttachSoftwareSourcesToManagedInstanceGroupDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type AttachSoftwareSourcesToManagedInstanceGroupDetails Modifier and Type Method Description AttachSoftwareSourcesToManagedInstanceGroupDetails.Builder
AttachSoftwareSourcesToManagedInstanceGroupDetails.Builder. copy(AttachSoftwareSourcesToManagedInstanceGroupDetails model)
-
Uses of AttachSoftwareSourcesToManagedInstanceGroupDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return AttachSoftwareSourcesToManagedInstanceGroupDetails Modifier and Type Method Description AttachSoftwareSourcesToManagedInstanceGroupDetails
AttachSoftwareSourcesToManagedInstanceGroupRequest. getAttachSoftwareSourcesToManagedInstanceGroupDetails()
The software source OCIDs to attach to the managed instance group.AttachSoftwareSourcesToManagedInstanceGroupDetails
AttachSoftwareSourcesToManagedInstanceGroupRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type AttachSoftwareSourcesToManagedInstanceGroupDetails Modifier and Type Method Description AttachSoftwareSourcesToManagedInstanceGroupRequest.Builder
AttachSoftwareSourcesToManagedInstanceGroupRequest.Builder. attachSoftwareSourcesToManagedInstanceGroupDetails(AttachSoftwareSourcesToManagedInstanceGroupDetails attachSoftwareSourcesToManagedInstanceGroupDetails)
The software source OCIDs to attach to the managed instance group.AttachSoftwareSourcesToManagedInstanceGroupRequest.Builder
AttachSoftwareSourcesToManagedInstanceGroupRequest.Builder. body$(AttachSoftwareSourcesToManagedInstanceGroupDetails body)
Alternative setter for the body parameter.
-