Uses of Class
com.oracle.bmc.apmsynthetics.responses.CreateWorkerResponse
-
Packages that use CreateWorkerResponse Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.responses -
-
Uses of CreateWorkerResponse in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics that return CreateWorkerResponse Modifier and Type Method Description CreateWorkerResponse
ApmSynthetic. createWorker(CreateWorkerRequest request)
Registers a new worker.CreateWorkerResponse
ApmSyntheticClient. createWorker(CreateWorkerRequest request)
Methods in com.oracle.bmc.apmsynthetics that return types with arguments of type CreateWorkerResponse Modifier and Type Method Description Future<CreateWorkerResponse>
ApmSyntheticAsync. createWorker(CreateWorkerRequest request, AsyncHandler<CreateWorkerRequest,CreateWorkerResponse> handler)
Registers a new worker.Future<CreateWorkerResponse>
ApmSyntheticAsyncClient. createWorker(CreateWorkerRequest request, AsyncHandler<CreateWorkerRequest,CreateWorkerResponse> handler)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type CreateWorkerResponse Modifier and Type Method Description Future<CreateWorkerResponse>
ApmSyntheticAsync. createWorker(CreateWorkerRequest request, AsyncHandler<CreateWorkerRequest,CreateWorkerResponse> handler)
Registers a new worker.Future<CreateWorkerResponse>
ApmSyntheticAsyncClient. createWorker(CreateWorkerRequest request, AsyncHandler<CreateWorkerRequest,CreateWorkerResponse> handler)
-
Uses of CreateWorkerResponse in com.oracle.bmc.apmsynthetics.responses
Methods in com.oracle.bmc.apmsynthetics.responses that return CreateWorkerResponse Modifier and Type Method Description CreateWorkerResponse
CreateWorkerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmsynthetics.responses with parameters of type CreateWorkerResponse Modifier and Type Method Description CreateWorkerResponse.Builder
CreateWorkerResponse.Builder. copy(CreateWorkerResponse o)
Copy method to populate the builder with values from the given instance.
-