Uses of Class
com.oracle.bmc.opsi.requests.ChangeOpsiConfigurationCompartmentRequest
-
Packages that use ChangeOpsiConfigurationCompartmentRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of ChangeOpsiConfigurationCompartmentRequest in com.oracle.bmc.opsi
Method parameters in com.oracle.bmc.opsi with type arguments of type ChangeOpsiConfigurationCompartmentRequest 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 ChangeOpsiConfigurationCompartmentRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return ChangeOpsiConfigurationCompartmentRequest Modifier and Type Method Description ChangeOpsiConfigurationCompartmentRequest
ChangeOpsiConfigurationCompartmentRequest.Builder. build()
Build the instance of ChangeOpsiConfigurationCompartmentRequest as configured by this builderChangeOpsiConfigurationCompartmentRequest
ChangeOpsiConfigurationCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeOpsiConfigurationCompartmentRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type ChangeOpsiConfigurationCompartmentRequest Modifier and Type Method Description ChangeOpsiConfigurationCompartmentRequest.Builder
ChangeOpsiConfigurationCompartmentRequest.Builder. copy(ChangeOpsiConfigurationCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-