Uses of Class
com.oracle.bmc.osmanagement.model.AttachChildSoftwareSourceToManagedInstanceDetails
-
Packages that use AttachChildSoftwareSourceToManagedInstanceDetails Package Description com.oracle.bmc.osmanagement.model com.oracle.bmc.osmanagement.requests -
-
Uses of AttachChildSoftwareSourceToManagedInstanceDetails in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return AttachChildSoftwareSourceToManagedInstanceDetails Modifier and Type Method Description AttachChildSoftwareSourceToManagedInstanceDetails
AttachChildSoftwareSourceToManagedInstanceDetails.Builder. build()
Methods in com.oracle.bmc.osmanagement.model with parameters of type AttachChildSoftwareSourceToManagedInstanceDetails Modifier and Type Method Description AttachChildSoftwareSourceToManagedInstanceDetails.Builder
AttachChildSoftwareSourceToManagedInstanceDetails.Builder. copy(AttachChildSoftwareSourceToManagedInstanceDetails model)
-
Uses of AttachChildSoftwareSourceToManagedInstanceDetails in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.requests that return AttachChildSoftwareSourceToManagedInstanceDetails Modifier and Type Method Description AttachChildSoftwareSourceToManagedInstanceDetails
AttachChildSoftwareSourceToManagedInstanceRequest. getAttachChildSoftwareSourceToManagedInstanceDetails()
Details for attaching a Software Source to a Managed InstanceAttachChildSoftwareSourceToManagedInstanceDetails
AttachChildSoftwareSourceToManagedInstanceRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.osmanagement.requests with parameters of type AttachChildSoftwareSourceToManagedInstanceDetails Modifier and Type Method Description AttachChildSoftwareSourceToManagedInstanceRequest.Builder
AttachChildSoftwareSourceToManagedInstanceRequest.Builder. attachChildSoftwareSourceToManagedInstanceDetails(AttachChildSoftwareSourceToManagedInstanceDetails attachChildSoftwareSourceToManagedInstanceDetails)
Details for attaching a Software Source to a Managed InstanceAttachChildSoftwareSourceToManagedInstanceRequest.Builder
AttachChildSoftwareSourceToManagedInstanceRequest.Builder. body$(AttachChildSoftwareSourceToManagedInstanceDetails body)
Alternative setter for the body parameter.
-