Uses of Class
com.oracle.bmc.osmanagementhub.requests.AttachManagedInstanceGroupToProfileRequest
-
Packages that use AttachManagedInstanceGroupToProfileRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of AttachManagedInstanceGroupToProfileRequest in com.oracle.bmc.osmanagementhub
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type AttachManagedInstanceGroupToProfileRequest 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 AttachManagedInstanceGroupToProfileRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return AttachManagedInstanceGroupToProfileRequest Modifier and Type Method Description AttachManagedInstanceGroupToProfileRequest
AttachManagedInstanceGroupToProfileRequest.Builder. build()
Build the instance of AttachManagedInstanceGroupToProfileRequest as configured by this builderAttachManagedInstanceGroupToProfileRequest
AttachManagedInstanceGroupToProfileRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AttachManagedInstanceGroupToProfileRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type AttachManagedInstanceGroupToProfileRequest Modifier and Type Method Description AttachManagedInstanceGroupToProfileRequest.Builder
AttachManagedInstanceGroupToProfileRequest.Builder. copy(AttachManagedInstanceGroupToProfileRequest o)
Copy method to populate the builder with values from the given instance.
-