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