Uses of Class
com.oracle.bmc.datasafe.responses.ListSqlCollectionsResponse
-
Packages that use ListSqlCollectionsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListSqlCollectionsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListSqlCollectionsResponse Modifier and Type Method Description ListSqlCollectionsResponseDataSafe. listSqlCollections(ListSqlCollectionsRequest request)Retrieves a list of all SQL collections in Data Safe.ListSqlCollectionsResponseDataSafeClient. listSqlCollections(ListSqlCollectionsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListSqlCollectionsResponse Modifier and Type Method Description Future<ListSqlCollectionsResponse>DataSafeAsync. listSqlCollections(ListSqlCollectionsRequest request, AsyncHandler<ListSqlCollectionsRequest,ListSqlCollectionsResponse> handler)Retrieves a list of all SQL collections in Data Safe.Future<ListSqlCollectionsResponse>DataSafeAsyncClient. listSqlCollections(ListSqlCollectionsRequest request, AsyncHandler<ListSqlCollectionsRequest,ListSqlCollectionsResponse> handler)Iterable<ListSqlCollectionsResponse>DataSafePaginators. listSqlCollectionsResponseIterator(ListSqlCollectionsRequest request)Creates a new iterable which will iterate over the responses received from the listSqlCollections operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListSqlCollectionsResponse Modifier and Type Method Description Future<ListSqlCollectionsResponse>DataSafeAsync. listSqlCollections(ListSqlCollectionsRequest request, AsyncHandler<ListSqlCollectionsRequest,ListSqlCollectionsResponse> handler)Retrieves a list of all SQL collections in Data Safe.Future<ListSqlCollectionsResponse>DataSafeAsyncClient. listSqlCollections(ListSqlCollectionsRequest request, AsyncHandler<ListSqlCollectionsRequest,ListSqlCollectionsResponse> handler) -
Uses of ListSqlCollectionsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListSqlCollectionsResponse Modifier and Type Method Description ListSqlCollectionsResponseListSqlCollectionsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListSqlCollectionsResponse Modifier and Type Method Description ListSqlCollectionsResponse.BuilderListSqlCollectionsResponse.Builder. copy(ListSqlCollectionsResponse o)Copy method to populate the builder with values from the given instance.
-