Uses of Class
com.oracle.bmc.jms.requests.EnableDrsRequest
-
Packages that use EnableDrsRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of EnableDrsRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type EnableDrsRequest Modifier and Type Method Description EnableDrsResponse
JavaManagementService. enableDrs(EnableDrsRequest request)
Request to enable the DRS in the selected target in the Fleet.Future<EnableDrsResponse>
JavaManagementServiceAsync. enableDrs(EnableDrsRequest request, AsyncHandler<EnableDrsRequest,EnableDrsResponse> handler)
Request to enable the DRS in the selected target in the Fleet.Future<EnableDrsResponse>
JavaManagementServiceAsyncClient. enableDrs(EnableDrsRequest request, AsyncHandler<EnableDrsRequest,EnableDrsResponse> handler)
EnableDrsResponse
JavaManagementServiceClient. enableDrs(EnableDrsRequest request)
Method parameters in com.oracle.bmc.jms with type arguments of type EnableDrsRequest Modifier and Type Method Description Future<EnableDrsResponse>
JavaManagementServiceAsync. enableDrs(EnableDrsRequest request, AsyncHandler<EnableDrsRequest,EnableDrsResponse> handler)
Request to enable the DRS in the selected target in the Fleet.Future<EnableDrsResponse>
JavaManagementServiceAsyncClient. enableDrs(EnableDrsRequest request, AsyncHandler<EnableDrsRequest,EnableDrsResponse> handler)
-
Uses of EnableDrsRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return EnableDrsRequest Modifier and Type Method Description EnableDrsRequest
EnableDrsRequest.Builder. build()
Build the instance of EnableDrsRequest as configured by this builderEnableDrsRequest
EnableDrsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of EnableDrsRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type EnableDrsRequest Modifier and Type Method Description EnableDrsRequest.Builder
EnableDrsRequest.Builder. copy(EnableDrsRequest o)
Copy method to populate the builder with values from the given instance.
-