Uses of Class
com.oracle.bmc.apmsynthetics.requests.ListWorkersRequest
-
Packages that use ListWorkersRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests -
-
Uses of ListWorkersRequest in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics with parameters of type ListWorkersRequest Modifier and Type Method Description ListWorkersResponse
ApmSynthetic. listWorkers(ListWorkersRequest request)
Returns a list of workers.Future<ListWorkersResponse>
ApmSyntheticAsync. listWorkers(ListWorkersRequest request, AsyncHandler<ListWorkersRequest,ListWorkersResponse> handler)
Returns a list of workers.Future<ListWorkersResponse>
ApmSyntheticAsyncClient. listWorkers(ListWorkersRequest request, AsyncHandler<ListWorkersRequest,ListWorkersResponse> handler)
ListWorkersResponse
ApmSyntheticClient. listWorkers(ListWorkersRequest request)
Iterable<WorkerSummary>
ApmSyntheticPaginators. listWorkersRecordIterator(ListWorkersRequest request)
Creates a new iterable which will iterate over theWorkerSummary
objects contained in responses from the listWorkers operation.Iterable<ListWorkersResponse>
ApmSyntheticPaginators. listWorkersResponseIterator(ListWorkersRequest request)
Creates a new iterable which will iterate over the responses received from the listWorkers operation.Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type ListWorkersRequest Modifier and Type Method Description Future<ListWorkersResponse>
ApmSyntheticAsync. listWorkers(ListWorkersRequest request, AsyncHandler<ListWorkersRequest,ListWorkersResponse> handler)
Returns a list of workers.Future<ListWorkersResponse>
ApmSyntheticAsyncClient. listWorkers(ListWorkersRequest request, AsyncHandler<ListWorkersRequest,ListWorkersResponse> handler)
-
Uses of ListWorkersRequest in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return ListWorkersRequest Modifier and Type Method Description ListWorkersRequest
ListWorkersRequest.Builder. build()
Build the instance of ListWorkersRequest as configured by this builderListWorkersRequest
ListWorkersRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListWorkersRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type ListWorkersRequest Modifier and Type Method Description ListWorkersRequest.Builder
ListWorkersRequest.Builder. copy(ListWorkersRequest o)
Copy method to populate the builder with values from the given instance.
-