Uses of Class
com.oracle.bmc.opsi.responses.ChangeOpsiConfigurationCompartmentResponse
-
Packages that use ChangeOpsiConfigurationCompartmentResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of ChangeOpsiConfigurationCompartmentResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return ChangeOpsiConfigurationCompartmentResponse Modifier and Type Method Description ChangeOpsiConfigurationCompartmentResponse
OperationsInsights. changeOpsiConfigurationCompartment(ChangeOpsiConfigurationCompartmentRequest request)
Moves an OpsiConfiguration resource from one compartment to another.ChangeOpsiConfigurationCompartmentResponse
OperationsInsightsClient. changeOpsiConfigurationCompartment(ChangeOpsiConfigurationCompartmentRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type ChangeOpsiConfigurationCompartmentResponse Modifier and Type Method Description Future<ChangeOpsiConfigurationCompartmentResponse>
OperationsInsightsAsync. changeOpsiConfigurationCompartment(ChangeOpsiConfigurationCompartmentRequest request, AsyncHandler<ChangeOpsiConfigurationCompartmentRequest,ChangeOpsiConfigurationCompartmentResponse> handler)
Moves an OpsiConfiguration resource from one compartment to another.Future<ChangeOpsiConfigurationCompartmentResponse>
OperationsInsightsAsyncClient. changeOpsiConfigurationCompartment(ChangeOpsiConfigurationCompartmentRequest request, AsyncHandler<ChangeOpsiConfigurationCompartmentRequest,ChangeOpsiConfigurationCompartmentResponse> handler)
Method parameters in com.oracle.bmc.opsi with type arguments of type ChangeOpsiConfigurationCompartmentResponse Modifier and Type Method Description Future<ChangeOpsiConfigurationCompartmentResponse>
OperationsInsightsAsync. changeOpsiConfigurationCompartment(ChangeOpsiConfigurationCompartmentRequest request, AsyncHandler<ChangeOpsiConfigurationCompartmentRequest,ChangeOpsiConfigurationCompartmentResponse> handler)
Moves an OpsiConfiguration resource from one compartment to another.Future<ChangeOpsiConfigurationCompartmentResponse>
OperationsInsightsAsyncClient. changeOpsiConfigurationCompartment(ChangeOpsiConfigurationCompartmentRequest request, AsyncHandler<ChangeOpsiConfigurationCompartmentRequest,ChangeOpsiConfigurationCompartmentResponse> handler)
-
Uses of ChangeOpsiConfigurationCompartmentResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return ChangeOpsiConfigurationCompartmentResponse Modifier and Type Method Description ChangeOpsiConfigurationCompartmentResponse
ChangeOpsiConfigurationCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type ChangeOpsiConfigurationCompartmentResponse Modifier and Type Method Description ChangeOpsiConfigurationCompartmentResponse.Builder
ChangeOpsiConfigurationCompartmentResponse.Builder. copy(ChangeOpsiConfigurationCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-