Uses of Class
com.oracle.bmc.datacatalog.responses.ListTypesResponse
-
Packages that use ListTypesResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of ListTypesResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return ListTypesResponse Modifier and Type Method Description ListTypesResponseDataCatalog. listTypes(ListTypesRequest request)Returns a list of all types within a data catalog.ListTypesResponseDataCatalogClient. listTypes(ListTypesRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type ListTypesResponse Modifier and Type Method Description Future<ListTypesResponse>DataCatalogAsync. listTypes(ListTypesRequest request, AsyncHandler<ListTypesRequest,ListTypesResponse> handler)Returns a list of all types within a data catalog.Future<ListTypesResponse>DataCatalogAsyncClient. listTypes(ListTypesRequest request, AsyncHandler<ListTypesRequest,ListTypesResponse> handler)Iterable<ListTypesResponse>DataCatalogPaginators. listTypesResponseIterator(ListTypesRequest request)Creates a new iterable which will iterate over the responses received from the listTypes operation.Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListTypesResponse Modifier and Type Method Description Future<ListTypesResponse>DataCatalogAsync. listTypes(ListTypesRequest request, AsyncHandler<ListTypesRequest,ListTypesResponse> handler)Returns a list of all types within a data catalog.Future<ListTypesResponse>DataCatalogAsyncClient. listTypes(ListTypesRequest request, AsyncHandler<ListTypesRequest,ListTypesResponse> handler) -
Uses of ListTypesResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return ListTypesResponse Modifier and Type Method Description ListTypesResponseListTypesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type ListTypesResponse Modifier and Type Method Description ListTypesResponse.BuilderListTypesResponse.Builder. copy(ListTypesResponse o)Copy method to populate the builder with values from the given instance.
-