Uses of Class
com.oracle.bmc.datasafe.responses.ListOnPremConnectorsResponse
-
Packages that use ListOnPremConnectorsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListOnPremConnectorsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListOnPremConnectorsResponse Modifier and Type Method Description ListOnPremConnectorsResponseDataSafe. listOnPremConnectors(ListOnPremConnectorsRequest request)Gets a list of on-premises connectors.ListOnPremConnectorsResponseDataSafeClient. listOnPremConnectors(ListOnPremConnectorsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListOnPremConnectorsResponse Modifier and Type Method Description Future<ListOnPremConnectorsResponse>DataSafeAsync. listOnPremConnectors(ListOnPremConnectorsRequest request, AsyncHandler<ListOnPremConnectorsRequest,ListOnPremConnectorsResponse> handler)Gets a list of on-premises connectors.Future<ListOnPremConnectorsResponse>DataSafeAsyncClient. listOnPremConnectors(ListOnPremConnectorsRequest request, AsyncHandler<ListOnPremConnectorsRequest,ListOnPremConnectorsResponse> handler)Iterable<ListOnPremConnectorsResponse>DataSafePaginators. listOnPremConnectorsResponseIterator(ListOnPremConnectorsRequest request)Creates a new iterable which will iterate over the responses received from the listOnPremConnectors operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListOnPremConnectorsResponse Modifier and Type Method Description Future<ListOnPremConnectorsResponse>DataSafeAsync. listOnPremConnectors(ListOnPremConnectorsRequest request, AsyncHandler<ListOnPremConnectorsRequest,ListOnPremConnectorsResponse> handler)Gets a list of on-premises connectors.Future<ListOnPremConnectorsResponse>DataSafeAsyncClient. listOnPremConnectors(ListOnPremConnectorsRequest request, AsyncHandler<ListOnPremConnectorsRequest,ListOnPremConnectorsResponse> handler) -
Uses of ListOnPremConnectorsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListOnPremConnectorsResponse Modifier and Type Method Description ListOnPremConnectorsResponseListOnPremConnectorsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListOnPremConnectorsResponse Modifier and Type Method Description ListOnPremConnectorsResponse.BuilderListOnPremConnectorsResponse.Builder. copy(ListOnPremConnectorsResponse o)Copy method to populate the builder with values from the given instance.
-