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