Uses of Class
com.oracle.bmc.osmanagementhub.responses.AttachManagedInstanceGroupToProfileResponse
-
Packages that use AttachManagedInstanceGroupToProfileResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of AttachManagedInstanceGroupToProfileResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return AttachManagedInstanceGroupToProfileResponse Modifier and Type Method Description AttachManagedInstanceGroupToProfileResponse
Onboarding. attachManagedInstanceGroupToProfile(AttachManagedInstanceGroupToProfileRequest request)
Attaches the specified managed instance group to a profile.AttachManagedInstanceGroupToProfileResponse
OnboardingClient. attachManagedInstanceGroupToProfile(AttachManagedInstanceGroupToProfileRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type AttachManagedInstanceGroupToProfileResponse Modifier and Type Method Description Future<AttachManagedInstanceGroupToProfileResponse>
OnboardingAsync. attachManagedInstanceGroupToProfile(AttachManagedInstanceGroupToProfileRequest request, AsyncHandler<AttachManagedInstanceGroupToProfileRequest,AttachManagedInstanceGroupToProfileResponse> handler)
Attaches the specified managed instance group to a profile.Future<AttachManagedInstanceGroupToProfileResponse>
OnboardingAsyncClient. attachManagedInstanceGroupToProfile(AttachManagedInstanceGroupToProfileRequest request, AsyncHandler<AttachManagedInstanceGroupToProfileRequest,AttachManagedInstanceGroupToProfileResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type AttachManagedInstanceGroupToProfileResponse Modifier and Type Method Description Future<AttachManagedInstanceGroupToProfileResponse>
OnboardingAsync. attachManagedInstanceGroupToProfile(AttachManagedInstanceGroupToProfileRequest request, AsyncHandler<AttachManagedInstanceGroupToProfileRequest,AttachManagedInstanceGroupToProfileResponse> handler)
Attaches the specified managed instance group to a profile.Future<AttachManagedInstanceGroupToProfileResponse>
OnboardingAsyncClient. attachManagedInstanceGroupToProfile(AttachManagedInstanceGroupToProfileRequest request, AsyncHandler<AttachManagedInstanceGroupToProfileRequest,AttachManagedInstanceGroupToProfileResponse> handler)
-
Uses of AttachManagedInstanceGroupToProfileResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return AttachManagedInstanceGroupToProfileResponse Modifier and Type Method Description AttachManagedInstanceGroupToProfileResponse
AttachManagedInstanceGroupToProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type AttachManagedInstanceGroupToProfileResponse Modifier and Type Method Description AttachManagedInstanceGroupToProfileResponse.Builder
AttachManagedInstanceGroupToProfileResponse.Builder. copy(AttachManagedInstanceGroupToProfileResponse o)
Copy method to populate the builder with values from the given instance.
-