Uses of Class
com.oracle.bmc.datacatalog.requests.ListAttributesRequest
-
Packages that use ListAttributesRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of ListAttributesRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type ListAttributesRequest Modifier and Type Method Description ListAttributesResponseDataCatalog. listAttributes(ListAttributesRequest request)Returns a list of all attributes of an data entity.Future<ListAttributesResponse>DataCatalogAsync. listAttributes(ListAttributesRequest request, AsyncHandler<ListAttributesRequest,ListAttributesResponse> handler)Returns a list of all attributes of an data entity.Future<ListAttributesResponse>DataCatalogAsyncClient. listAttributes(ListAttributesRequest request, AsyncHandler<ListAttributesRequest,ListAttributesResponse> handler)ListAttributesResponseDataCatalogClient. listAttributes(ListAttributesRequest request)Iterable<AttributeSummary>DataCatalogPaginators. listAttributesRecordIterator(ListAttributesRequest request)Creates a new iterable which will iterate over theAttributeSummaryobjects contained in responses from the listAttributes operation.Iterable<ListAttributesResponse>DataCatalogPaginators. listAttributesResponseIterator(ListAttributesRequest request)Creates a new iterable which will iterate over the responses received from the listAttributes operation.Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListAttributesRequest Modifier and Type Method Description Future<ListAttributesResponse>DataCatalogAsync. listAttributes(ListAttributesRequest request, AsyncHandler<ListAttributesRequest,ListAttributesResponse> handler)Returns a list of all attributes of an data entity.Future<ListAttributesResponse>DataCatalogAsyncClient. listAttributes(ListAttributesRequest request, AsyncHandler<ListAttributesRequest,ListAttributesResponse> handler) -
Uses of ListAttributesRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListAttributesRequest Modifier and Type Method Description ListAttributesRequestListAttributesRequest.Builder. build()Build the instance of ListAttributesRequest as configured by this builderListAttributesRequestListAttributesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListAttributesRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type ListAttributesRequest Modifier and Type Method Description ListAttributesRequest.BuilderListAttributesRequest.Builder. copy(ListAttributesRequest o)Copy method to populate the builder with values from the given instance.
-