Uses of Class
com.oracle.bmc.datacatalog.requests.UpdateAttributeRequest
-
Packages that use UpdateAttributeRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of UpdateAttributeRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type UpdateAttributeRequest Modifier and Type Method Description UpdateAttributeResponse
DataCatalog. updateAttribute(UpdateAttributeRequest request)
Updates a specific data asset attribute.Future<UpdateAttributeResponse>
DataCatalogAsync. updateAttribute(UpdateAttributeRequest request, AsyncHandler<UpdateAttributeRequest,UpdateAttributeResponse> handler)
Updates a specific data asset attribute.Future<UpdateAttributeResponse>
DataCatalogAsyncClient. updateAttribute(UpdateAttributeRequest request, AsyncHandler<UpdateAttributeRequest,UpdateAttributeResponse> handler)
UpdateAttributeResponse
DataCatalogClient. updateAttribute(UpdateAttributeRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type UpdateAttributeRequest Modifier and Type Method Description Future<UpdateAttributeResponse>
DataCatalogAsync. updateAttribute(UpdateAttributeRequest request, AsyncHandler<UpdateAttributeRequest,UpdateAttributeResponse> handler)
Updates a specific data asset attribute.Future<UpdateAttributeResponse>
DataCatalogAsyncClient. updateAttribute(UpdateAttributeRequest request, AsyncHandler<UpdateAttributeRequest,UpdateAttributeResponse> handler)
-
Uses of UpdateAttributeRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return UpdateAttributeRequest Modifier and Type Method Description UpdateAttributeRequest
UpdateAttributeRequest.Builder. build()
Build the instance of UpdateAttributeRequest as configured by this builderUpdateAttributeRequest
UpdateAttributeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateAttributeRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type UpdateAttributeRequest Modifier and Type Method Description UpdateAttributeRequest.Builder
UpdateAttributeRequest.Builder. copy(UpdateAttributeRequest o)
Copy method to populate the builder with values from the given instance.
-