Uses of Class
com.oracle.bmc.datasafe.responses.GetSqlCollectionResponse
-
Packages that use GetSqlCollectionResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GetSqlCollectionResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GetSqlCollectionResponse Modifier and Type Method Description GetSqlCollectionResponse
DataSafe. getSqlCollection(GetSqlCollectionRequest request)
Gets a SQL collection by identifier.GetSqlCollectionResponse
DataSafeClient. getSqlCollection(GetSqlCollectionRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetSqlCollectionResponse Modifier and Type Method Description Future<GetSqlCollectionResponse>
DataSafeAsync. getSqlCollection(GetSqlCollectionRequest request, AsyncHandler<GetSqlCollectionRequest,GetSqlCollectionResponse> handler)
Gets a SQL collection by identifier.Future<GetSqlCollectionResponse>
DataSafeAsyncClient. getSqlCollection(GetSqlCollectionRequest request, AsyncHandler<GetSqlCollectionRequest,GetSqlCollectionResponse> handler)
-
Uses of GetSqlCollectionResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GetSqlCollectionResponse Modifier and Type Method Description GetSqlCollectionResponse
GetSqlCollectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetSqlCollectionResponse Modifier and Type Method Description GetSqlCollectionResponse.Builder
GetSqlCollectionResponse.Builder. copy(GetSqlCollectionResponse o)
Copy method to populate the builder with values from the given instance.
-