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