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