Uses of Class
com.oracle.bmc.datacatalog.responses.GetAttributeResponse
-
Packages that use GetAttributeResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of GetAttributeResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return GetAttributeResponse Modifier and Type Method Description GetAttributeResponse
DataCatalog. getAttribute(GetAttributeRequest request)
Gets a specific entity attribute by key.GetAttributeResponse
DataCatalogClient. getAttribute(GetAttributeRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetAttributeResponse Modifier and Type Method Description Future<GetAttributeResponse>
DataCatalogAsync. getAttribute(GetAttributeRequest request, AsyncHandler<GetAttributeRequest,GetAttributeResponse> handler)
Gets a specific entity attribute by key.Future<GetAttributeResponse>
DataCatalogAsyncClient. getAttribute(GetAttributeRequest request, AsyncHandler<GetAttributeRequest,GetAttributeResponse> handler)
-
Uses of GetAttributeResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return GetAttributeResponse Modifier and Type Method Description GetAttributeResponse
GetAttributeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type GetAttributeResponse Modifier and Type Method Description GetAttributeResponse.Builder
GetAttributeResponse.Builder. copy(GetAttributeResponse o)
Copy method to populate the builder with values from the given instance.
-