Uses of Class
com.oracle.bmc.datacatalog.requests.ListTypesRequest
-
Packages that use ListTypesRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of ListTypesRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type ListTypesRequest Modifier and Type Method Description ListTypesResponse
DataCatalog. listTypes(ListTypesRequest request)
Returns a list of all types within a data catalog.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)
ListTypesResponse
DataCatalogClient. listTypes(ListTypesRequest request)
Iterable<TypeSummary>
DataCatalogPaginators. listTypesRecordIterator(ListTypesRequest request)
Creates a new iterable which will iterate over theTypeSummary
objects contained in responses from the listTypes operation.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 ListTypesRequest 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 ListTypesRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListTypesRequest Modifier and Type Method Description ListTypesRequest
ListTypesRequest.Builder. build()
Build the instance of ListTypesRequest as configured by this builderListTypesRequest
ListTypesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListTypesRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type ListTypesRequest Modifier and Type Method Description ListTypesRequest.Builder
ListTypesRequest.Builder. copy(ListTypesRequest o)
Copy method to populate the builder with values from the given instance.
-