Uses of Class
com.oracle.bmc.osmanagementhub.model.AttachSoftwareSourcesToManagedInstanceDetails
-
Packages that use AttachSoftwareSourcesToManagedInstanceDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of AttachSoftwareSourcesToManagedInstanceDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return AttachSoftwareSourcesToManagedInstanceDetails Modifier and Type Method Description AttachSoftwareSourcesToManagedInstanceDetails
AttachSoftwareSourcesToManagedInstanceDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type AttachSoftwareSourcesToManagedInstanceDetails Modifier and Type Method Description AttachSoftwareSourcesToManagedInstanceDetails.Builder
AttachSoftwareSourcesToManagedInstanceDetails.Builder. copy(AttachSoftwareSourcesToManagedInstanceDetails model)
-
Uses of AttachSoftwareSourcesToManagedInstanceDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return AttachSoftwareSourcesToManagedInstanceDetails Modifier and Type Method Description AttachSoftwareSourcesToManagedInstanceDetails
AttachSoftwareSourcesToManagedInstanceRequest. getAttachSoftwareSourcesToManagedInstanceDetails()
Details of software sources to be attached to a managed instance.AttachSoftwareSourcesToManagedInstanceDetails
AttachSoftwareSourcesToManagedInstanceRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type AttachSoftwareSourcesToManagedInstanceDetails Modifier and Type Method Description AttachSoftwareSourcesToManagedInstanceRequest.Builder
AttachSoftwareSourcesToManagedInstanceRequest.Builder. attachSoftwareSourcesToManagedInstanceDetails(AttachSoftwareSourcesToManagedInstanceDetails attachSoftwareSourcesToManagedInstanceDetails)
Details of software sources to be attached to a managed instance.AttachSoftwareSourcesToManagedInstanceRequest.Builder
AttachSoftwareSourcesToManagedInstanceRequest.Builder. body$(AttachSoftwareSourcesToManagedInstanceDetails body)
Alternative setter for the body parameter.
-