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