Uses of Class
com.oracle.bmc.vnmonitoring.requests.ChangePathAnalyzerTestCompartmentRequest
-
Packages that use ChangePathAnalyzerTestCompartmentRequest Package Description com.oracle.bmc.vnmonitoring com.oracle.bmc.vnmonitoring.requests -
-
Uses of ChangePathAnalyzerTestCompartmentRequest in com.oracle.bmc.vnmonitoring
Method parameters in com.oracle.bmc.vnmonitoring with type arguments of type ChangePathAnalyzerTestCompartmentRequest Modifier and Type Method Description Future<ChangePathAnalyzerTestCompartmentResponse>
VnMonitoringAsync. changePathAnalyzerTestCompartment(ChangePathAnalyzerTestCompartmentRequest request, AsyncHandler<ChangePathAnalyzerTestCompartmentRequest,ChangePathAnalyzerTestCompartmentResponse> handler)
Moves aPathAnalyzerTest
resource from one compartment to another based on the identifier.Future<ChangePathAnalyzerTestCompartmentResponse>
VnMonitoringAsyncClient. changePathAnalyzerTestCompartment(ChangePathAnalyzerTestCompartmentRequest request, AsyncHandler<ChangePathAnalyzerTestCompartmentRequest,ChangePathAnalyzerTestCompartmentResponse> handler)
-
Uses of ChangePathAnalyzerTestCompartmentRequest in com.oracle.bmc.vnmonitoring.requests
Methods in com.oracle.bmc.vnmonitoring.requests that return ChangePathAnalyzerTestCompartmentRequest Modifier and Type Method Description ChangePathAnalyzerTestCompartmentRequest
ChangePathAnalyzerTestCompartmentRequest.Builder. build()
Build the instance of ChangePathAnalyzerTestCompartmentRequest as configured by this builderChangePathAnalyzerTestCompartmentRequest
ChangePathAnalyzerTestCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangePathAnalyzerTestCompartmentRequest as configured by this builderMethods in com.oracle.bmc.vnmonitoring.requests with parameters of type ChangePathAnalyzerTestCompartmentRequest Modifier and Type Method Description ChangePathAnalyzerTestCompartmentRequest.Builder
ChangePathAnalyzerTestCompartmentRequest.Builder. copy(ChangePathAnalyzerTestCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-