Uses of Class
com.oracle.bmc.apmsynthetics.requests.GetWorkerRequest
-
Packages that use GetWorkerRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests -
-
Uses of GetWorkerRequest in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics with parameters of type GetWorkerRequest Modifier and Type Method Description GetWorkerResponse
ApmSynthetic. getWorker(GetWorkerRequest request)
Gets the details of the worker identified by the OCID.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)
GetWorkerResponse
ApmSyntheticClient. getWorker(GetWorkerRequest request)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type GetWorkerRequest 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 GetWorkerRequest in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return GetWorkerRequest Modifier and Type Method Description GetWorkerRequest
GetWorkerRequest.Builder. build()
Build the instance of GetWorkerRequest as configured by this builderGetWorkerRequest
GetWorkerRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetWorkerRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type GetWorkerRequest Modifier and Type Method Description GetWorkerRequest.Builder
GetWorkerRequest.Builder. copy(GetWorkerRequest o)
Copy method to populate the builder with values from the given instance.
-