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 CreateAttributeResponseDataCatalog. 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)CreateAttributeResponseDataCatalogClient. 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 CreateAttributeRequestCreateAttributeRequest.Builder. build()Build the instance of CreateAttributeRequest as configured by this builderCreateAttributeRequestCreateAttributeRequest.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.BuilderCreateAttributeRequest.Builder. copy(CreateAttributeRequest o)Copy method to populate the builder with values from the given instance.
-