Uses of Class
com.oracle.bmc.osmanagementhub.model.AttachSoftwareSourcesToProfileDetails
-
Packages that use AttachSoftwareSourcesToProfileDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of AttachSoftwareSourcesToProfileDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return AttachSoftwareSourcesToProfileDetails Modifier and Type Method Description AttachSoftwareSourcesToProfileDetails
AttachSoftwareSourcesToProfileDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type AttachSoftwareSourcesToProfileDetails Modifier and Type Method Description AttachSoftwareSourcesToProfileDetails.Builder
AttachSoftwareSourcesToProfileDetails.Builder. copy(AttachSoftwareSourcesToProfileDetails model)
-
Uses of AttachSoftwareSourcesToProfileDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return AttachSoftwareSourcesToProfileDetails Modifier and Type Method Description AttachSoftwareSourcesToProfileDetails
AttachSoftwareSourcesToProfileRequest. getAttachSoftwareSourcesToProfileDetails()
The software source OCIDs to attach to the profileAttachSoftwareSourcesToProfileDetails
AttachSoftwareSourcesToProfileRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type AttachSoftwareSourcesToProfileDetails Modifier and Type Method Description AttachSoftwareSourcesToProfileRequest.Builder
AttachSoftwareSourcesToProfileRequest.Builder. attachSoftwareSourcesToProfileDetails(AttachSoftwareSourcesToProfileDetails attachSoftwareSourcesToProfileDetails)
The software source OCIDs to attach to the profileAttachSoftwareSourcesToProfileRequest.Builder
AttachSoftwareSourcesToProfileRequest.Builder. body$(AttachSoftwareSourcesToProfileDetails body)
Alternative setter for the body parameter.
-