Uses of Class
com.oracle.bmc.datacatalog.responses.CreateAttributeTagResponse
-
Packages that use CreateAttributeTagResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of CreateAttributeTagResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return CreateAttributeTagResponse Modifier and Type Method Description CreateAttributeTagResponseDataCatalog. createAttributeTag(CreateAttributeTagRequest request)Creates a new entity attribute tag.CreateAttributeTagResponseDataCatalogClient. createAttributeTag(CreateAttributeTagRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type CreateAttributeTagResponse Modifier and Type Method Description Future<CreateAttributeTagResponse>DataCatalogAsync. createAttributeTag(CreateAttributeTagRequest request, AsyncHandler<CreateAttributeTagRequest,CreateAttributeTagResponse> handler)Creates a new entity attribute tag.Future<CreateAttributeTagResponse>DataCatalogAsyncClient. createAttributeTag(CreateAttributeTagRequest request, AsyncHandler<CreateAttributeTagRequest,CreateAttributeTagResponse> handler)Method parameters in com.oracle.bmc.datacatalog with type arguments of type CreateAttributeTagResponse Modifier and Type Method Description Future<CreateAttributeTagResponse>DataCatalogAsync. createAttributeTag(CreateAttributeTagRequest request, AsyncHandler<CreateAttributeTagRequest,CreateAttributeTagResponse> handler)Creates a new entity attribute tag.Future<CreateAttributeTagResponse>DataCatalogAsyncClient. createAttributeTag(CreateAttributeTagRequest request, AsyncHandler<CreateAttributeTagRequest,CreateAttributeTagResponse> handler) -
Uses of CreateAttributeTagResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return CreateAttributeTagResponse Modifier and Type Method Description CreateAttributeTagResponseCreateAttributeTagResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type CreateAttributeTagResponse Modifier and Type Method Description CreateAttributeTagResponse.BuilderCreateAttributeTagResponse.Builder. copy(CreateAttributeTagResponse o)Copy method to populate the builder with values from the given instance.
-