Uses of Class
com.oracle.bmc.dataintegration.requests.ListRuntimeOperatorsRequest
-
Packages that use ListRuntimeOperatorsRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of ListRuntimeOperatorsRequest in com.oracle.bmc.dataintegration
Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListRuntimeOperatorsRequest Modifier and Type Method Description Future<ListRuntimeOperatorsResponse>DataIntegrationAsync. listRuntimeOperators(ListRuntimeOperatorsRequest request, AsyncHandler<ListRuntimeOperatorsRequest,ListRuntimeOperatorsResponse> handler)This endpoint can be used to list runtime operators with filtering optionsFuture<ListRuntimeOperatorsResponse>DataIntegrationAsyncClient. listRuntimeOperators(ListRuntimeOperatorsRequest request, AsyncHandler<ListRuntimeOperatorsRequest,ListRuntimeOperatorsResponse> handler) -
Uses of ListRuntimeOperatorsRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListRuntimeOperatorsRequest Modifier and Type Method Description ListRuntimeOperatorsRequestListRuntimeOperatorsRequest.Builder. build()Build the instance of ListRuntimeOperatorsRequest as configured by this builderListRuntimeOperatorsRequestListRuntimeOperatorsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListRuntimeOperatorsRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type ListRuntimeOperatorsRequest Modifier and Type Method Description ListRuntimeOperatorsRequest.BuilderListRuntimeOperatorsRequest.Builder. copy(ListRuntimeOperatorsRequest o)Copy method to populate the builder with values from the given instance.
-