Uses of Class
com.oracle.bmc.osmanagement.model.AttachParentSoftwareSourceToManagedInstanceDetails
-
Packages that use AttachParentSoftwareSourceToManagedInstanceDetails Package Description com.oracle.bmc.osmanagement.model com.oracle.bmc.osmanagement.requests -
-
Uses of AttachParentSoftwareSourceToManagedInstanceDetails in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return AttachParentSoftwareSourceToManagedInstanceDetails Modifier and Type Method Description AttachParentSoftwareSourceToManagedInstanceDetails
AttachParentSoftwareSourceToManagedInstanceDetails.Builder. build()
Methods in com.oracle.bmc.osmanagement.model with parameters of type AttachParentSoftwareSourceToManagedInstanceDetails Modifier and Type Method Description AttachParentSoftwareSourceToManagedInstanceDetails.Builder
AttachParentSoftwareSourceToManagedInstanceDetails.Builder. copy(AttachParentSoftwareSourceToManagedInstanceDetails model)
-
Uses of AttachParentSoftwareSourceToManagedInstanceDetails in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.requests that return AttachParentSoftwareSourceToManagedInstanceDetails Modifier and Type Method Description AttachParentSoftwareSourceToManagedInstanceDetails
AttachParentSoftwareSourceToManagedInstanceRequest. getAttachParentSoftwareSourceToManagedInstanceDetails()
Details for attaching a Software Source to a Managed InstanceAttachParentSoftwareSourceToManagedInstanceDetails
AttachParentSoftwareSourceToManagedInstanceRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.osmanagement.requests with parameters of type AttachParentSoftwareSourceToManagedInstanceDetails Modifier and Type Method Description AttachParentSoftwareSourceToManagedInstanceRequest.Builder
AttachParentSoftwareSourceToManagedInstanceRequest.Builder. attachParentSoftwareSourceToManagedInstanceDetails(AttachParentSoftwareSourceToManagedInstanceDetails attachParentSoftwareSourceToManagedInstanceDetails)
Details for attaching a Software Source to a Managed InstanceAttachParentSoftwareSourceToManagedInstanceRequest.Builder
AttachParentSoftwareSourceToManagedInstanceRequest.Builder. body$(AttachParentSoftwareSourceToManagedInstanceDetails body)
Alternative setter for the body parameter.
-