Uses of Class
com.oracle.bmc.osmanagementhub.requests.AttachSoftwareSourcesToProfileRequest
-
Packages that use AttachSoftwareSourcesToProfileRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of AttachSoftwareSourcesToProfileRequest in com.oracle.bmc.osmanagementhub
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type AttachSoftwareSourcesToProfileRequest Modifier and Type Method Description Future<AttachSoftwareSourcesToProfileResponse>
OnboardingAsync. attachSoftwareSourcesToProfile(AttachSoftwareSourcesToProfileRequest request, AsyncHandler<AttachSoftwareSourcesToProfileRequest,AttachSoftwareSourcesToProfileResponse> handler)
Attaches the specified software sources to a profile.Future<AttachSoftwareSourcesToProfileResponse>
OnboardingAsyncClient. attachSoftwareSourcesToProfile(AttachSoftwareSourcesToProfileRequest request, AsyncHandler<AttachSoftwareSourcesToProfileRequest,AttachSoftwareSourcesToProfileResponse> handler)
-
Uses of AttachSoftwareSourcesToProfileRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return AttachSoftwareSourcesToProfileRequest Modifier and Type Method Description AttachSoftwareSourcesToProfileRequest
AttachSoftwareSourcesToProfileRequest.Builder. build()
Build the instance of AttachSoftwareSourcesToProfileRequest as configured by this builderAttachSoftwareSourcesToProfileRequest
AttachSoftwareSourcesToProfileRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AttachSoftwareSourcesToProfileRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type AttachSoftwareSourcesToProfileRequest Modifier and Type Method Description AttachSoftwareSourcesToProfileRequest.Builder
AttachSoftwareSourcesToProfileRequest.Builder. copy(AttachSoftwareSourcesToProfileRequest o)
Copy method to populate the builder with values from the given instance.
-