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