Uses of Class
com.oracle.bmc.datacatalog.responses.UpdateAttributeResponse
-
Packages that use UpdateAttributeResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of UpdateAttributeResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return UpdateAttributeResponse Modifier and Type Method Description UpdateAttributeResponseDataCatalog. updateAttribute(UpdateAttributeRequest request)Updates a specific data asset attribute.UpdateAttributeResponseDataCatalogClient. updateAttribute(UpdateAttributeRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type UpdateAttributeResponse 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)Method parameters in com.oracle.bmc.datacatalog with type arguments of type UpdateAttributeResponse 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 UpdateAttributeResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return UpdateAttributeResponse Modifier and Type Method Description UpdateAttributeResponseUpdateAttributeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type UpdateAttributeResponse Modifier and Type Method Description UpdateAttributeResponse.BuilderUpdateAttributeResponse.Builder. copy(UpdateAttributeResponse o)Copy method to populate the builder with values from the given instance.
-