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