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