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