Uses of Class
com.oracle.bmc.osmanagementhub.responses.DetachSoftwareSourcesFromProfileResponse
-
Packages that use DetachSoftwareSourcesFromProfileResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of DetachSoftwareSourcesFromProfileResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return DetachSoftwareSourcesFromProfileResponse Modifier and Type Method Description DetachSoftwareSourcesFromProfileResponse
Onboarding. detachSoftwareSourcesFromProfile(DetachSoftwareSourcesFromProfileRequest request)
Detaches the specified software sources from a profile.DetachSoftwareSourcesFromProfileResponse
OnboardingClient. detachSoftwareSourcesFromProfile(DetachSoftwareSourcesFromProfileRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type DetachSoftwareSourcesFromProfileResponse 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)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type DetachSoftwareSourcesFromProfileResponse 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 DetachSoftwareSourcesFromProfileResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return DetachSoftwareSourcesFromProfileResponse Modifier and Type Method Description DetachSoftwareSourcesFromProfileResponse
DetachSoftwareSourcesFromProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type DetachSoftwareSourcesFromProfileResponse Modifier and Type Method Description DetachSoftwareSourcesFromProfileResponse.Builder
DetachSoftwareSourcesFromProfileResponse.Builder. copy(DetachSoftwareSourcesFromProfileResponse o)
Copy method to populate the builder with values from the given instance.
-