Uses of Class
com.oracle.bmc.apmsynthetics.requests.CreateWorkerRequest
-
Packages that use CreateWorkerRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests -
-
Uses of CreateWorkerRequest in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics with parameters of type CreateWorkerRequest Modifier and Type Method Description CreateWorkerResponse
ApmSynthetic. createWorker(CreateWorkerRequest request)
Registers a new worker.Future<CreateWorkerResponse>
ApmSyntheticAsync. createWorker(CreateWorkerRequest request, AsyncHandler<CreateWorkerRequest,CreateWorkerResponse> handler)
Registers a new worker.Future<CreateWorkerResponse>
ApmSyntheticAsyncClient. createWorker(CreateWorkerRequest request, AsyncHandler<CreateWorkerRequest,CreateWorkerResponse> handler)
CreateWorkerResponse
ApmSyntheticClient. createWorker(CreateWorkerRequest request)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type CreateWorkerRequest 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 CreateWorkerRequest in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return CreateWorkerRequest Modifier and Type Method Description CreateWorkerRequest
CreateWorkerRequest.Builder. build()
Build the instance of CreateWorkerRequest as configured by this builderCreateWorkerRequest
CreateWorkerRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateWorkerRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type CreateWorkerRequest Modifier and Type Method Description CreateWorkerRequest.Builder
CreateWorkerRequest.Builder. copy(CreateWorkerRequest o)
Copy method to populate the builder with values from the given instance.
-