Uses of Class
com.oracle.bmc.datasafe.responses.ListColumnsResponse
-
Packages that use ListColumnsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListColumnsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListColumnsResponse Modifier and Type Method Description ListColumnsResponseDataSafe. listColumns(ListColumnsRequest request)Returns a list of column metadata objects.ListColumnsResponseDataSafeClient. listColumns(ListColumnsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListColumnsResponse Modifier and Type Method Description Future<ListColumnsResponse>DataSafeAsync. listColumns(ListColumnsRequest request, AsyncHandler<ListColumnsRequest,ListColumnsResponse> handler)Returns a list of column metadata objects.Future<ListColumnsResponse>DataSafeAsyncClient. listColumns(ListColumnsRequest request, AsyncHandler<ListColumnsRequest,ListColumnsResponse> handler)Iterable<ListColumnsResponse>DataSafePaginators. listColumnsResponseIterator(ListColumnsRequest request)Creates a new iterable which will iterate over the responses received from the listColumns operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListColumnsResponse Modifier and Type Method Description Future<ListColumnsResponse>DataSafeAsync. listColumns(ListColumnsRequest request, AsyncHandler<ListColumnsRequest,ListColumnsResponse> handler)Returns a list of column metadata objects.Future<ListColumnsResponse>DataSafeAsyncClient. listColumns(ListColumnsRequest request, AsyncHandler<ListColumnsRequest,ListColumnsResponse> handler) -
Uses of ListColumnsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListColumnsResponse Modifier and Type Method Description ListColumnsResponseListColumnsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListColumnsResponse Modifier and Type Method Description ListColumnsResponse.BuilderListColumnsResponse.Builder. copy(ListColumnsResponse o)Copy method to populate the builder with values from the given instance.
-