Uses of Class
com.oracle.bmc.dataintegration.responses.ListRuntimeOperatorsResponse
-
Packages that use ListRuntimeOperatorsResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListRuntimeOperatorsResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListRuntimeOperatorsResponse Modifier and Type Method Description ListRuntimeOperatorsResponseDataIntegration. listRuntimeOperators(ListRuntimeOperatorsRequest request)This endpoint can be used to list runtime operators with filtering optionsListRuntimeOperatorsResponseDataIntegrationClient. listRuntimeOperators(ListRuntimeOperatorsRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListRuntimeOperatorsResponse 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)Iterable<ListRuntimeOperatorsResponse>DataIntegrationPaginators. listRuntimeOperatorsResponseIterator(ListRuntimeOperatorsRequest request)Creates a new iterable which will iterate over the responses received from the listRuntimeOperators operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListRuntimeOperatorsResponse 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 ListRuntimeOperatorsResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListRuntimeOperatorsResponse Modifier and Type Method Description ListRuntimeOperatorsResponseListRuntimeOperatorsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListRuntimeOperatorsResponse Modifier and Type Method Description ListRuntimeOperatorsResponse.BuilderListRuntimeOperatorsResponse.Builder. copy(ListRuntimeOperatorsResponse o)Copy method to populate the builder with values from the given instance.
-