Uses of Class
com.oracle.bmc.jms.requests.DisableDrsRequest
-
Packages that use DisableDrsRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of DisableDrsRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type DisableDrsRequest Modifier and Type Method Description DisableDrsResponse
JavaManagementService. disableDrs(DisableDrsRequest request)
Request to disable the DRS in the selected target in the Fleet.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)
DisableDrsResponse
JavaManagementServiceClient. disableDrs(DisableDrsRequest request)
Method parameters in com.oracle.bmc.jms with type arguments of type DisableDrsRequest 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 DisableDrsRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return DisableDrsRequest Modifier and Type Method Description DisableDrsRequest
DisableDrsRequest.Builder. build()
Build the instance of DisableDrsRequest as configured by this builderDisableDrsRequest
DisableDrsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DisableDrsRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type DisableDrsRequest Modifier and Type Method Description DisableDrsRequest.Builder
DisableDrsRequest.Builder. copy(DisableDrsRequest o)
Copy method to populate the builder with values from the given instance.
-