Uses of Class
com.oracle.bmc.apmsynthetics.requests.DeleteWorkerRequest
-
Packages that use DeleteWorkerRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests -
-
Uses of DeleteWorkerRequest in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics with parameters of type DeleteWorkerRequest Modifier and Type Method Description DeleteWorkerResponse
ApmSynthetic. deleteWorker(DeleteWorkerRequest request)
Deregisters the specified worker.Future<DeleteWorkerResponse>
ApmSyntheticAsync. deleteWorker(DeleteWorkerRequest request, AsyncHandler<DeleteWorkerRequest,DeleteWorkerResponse> handler)
Deregisters the specified worker.Future<DeleteWorkerResponse>
ApmSyntheticAsyncClient. deleteWorker(DeleteWorkerRequest request, AsyncHandler<DeleteWorkerRequest,DeleteWorkerResponse> handler)
DeleteWorkerResponse
ApmSyntheticClient. deleteWorker(DeleteWorkerRequest request)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type DeleteWorkerRequest Modifier and Type Method Description Future<DeleteWorkerResponse>
ApmSyntheticAsync. deleteWorker(DeleteWorkerRequest request, AsyncHandler<DeleteWorkerRequest,DeleteWorkerResponse> handler)
Deregisters the specified worker.Future<DeleteWorkerResponse>
ApmSyntheticAsyncClient. deleteWorker(DeleteWorkerRequest request, AsyncHandler<DeleteWorkerRequest,DeleteWorkerResponse> handler)
-
Uses of DeleteWorkerRequest in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return DeleteWorkerRequest Modifier and Type Method Description DeleteWorkerRequest
DeleteWorkerRequest.Builder. build()
Build the instance of DeleteWorkerRequest as configured by this builderDeleteWorkerRequest
DeleteWorkerRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteWorkerRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type DeleteWorkerRequest Modifier and Type Method Description DeleteWorkerRequest.Builder
DeleteWorkerRequest.Builder. copy(DeleteWorkerRequest o)
Copy method to populate the builder with values from the given instance.
-