Uses of Class
com.oracle.bmc.jms.responses.DisableDrsResponse
-
Packages that use DisableDrsResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of DisableDrsResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return DisableDrsResponse Modifier and Type Method Description DisableDrsResponse
JavaManagementService. disableDrs(DisableDrsRequest request)
Request to disable the DRS in the selected target in the Fleet.DisableDrsResponse
JavaManagementServiceClient. disableDrs(DisableDrsRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type DisableDrsResponse Modifier and Type Method Description Future<DisableDrsResponse>
JavaManagementServiceAsync. disableDrs(DisableDrsRequest request, AsyncHandler<DisableDrsRequest,DisableDrsResponse> handler)
Request to disable the DRS in the selected target in the Fleet.Future<DisableDrsResponse>
JavaManagementServiceAsyncClient. disableDrs(DisableDrsRequest request, AsyncHandler<DisableDrsRequest,DisableDrsResponse> handler)
Method parameters in com.oracle.bmc.jms with type arguments of type DisableDrsResponse Modifier and Type Method Description Future<DisableDrsResponse>
JavaManagementServiceAsync. disableDrs(DisableDrsRequest request, AsyncHandler<DisableDrsRequest,DisableDrsResponse> handler)
Request to disable the DRS in the selected target in the Fleet.Future<DisableDrsResponse>
JavaManagementServiceAsyncClient. disableDrs(DisableDrsRequest request, AsyncHandler<DisableDrsRequest,DisableDrsResponse> handler)
-
Uses of DisableDrsResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return DisableDrsResponse Modifier and Type Method Description DisableDrsResponse
DisableDrsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type DisableDrsResponse Modifier and Type Method Description DisableDrsResponse.Builder
DisableDrsResponse.Builder. copy(DisableDrsResponse o)
Copy method to populate the builder with values from the given instance.
-