Uses of Class
com.oracle.bmc.datacatalog.responses.ListAttributesResponse
-
Packages that use ListAttributesResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of ListAttributesResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return ListAttributesResponse Modifier and Type Method Description ListAttributesResponseDataCatalog. listAttributes(ListAttributesRequest request)Returns a list of all attributes of an data entity.ListAttributesResponseDataCatalogClient. listAttributes(ListAttributesRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type ListAttributesResponse 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)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 ListAttributesResponse 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 ListAttributesResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return ListAttributesResponse Modifier and Type Method Description ListAttributesResponseListAttributesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type ListAttributesResponse Modifier and Type Method Description ListAttributesResponse.BuilderListAttributesResponse.Builder. copy(ListAttributesResponse o)Copy method to populate the builder with values from the given instance.
-