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