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.datasafeMethods in com.oracle.bmc.datasafe that return GetSqlCollectionResponse Modifier and Type Method Description GetSqlCollectionResponseDataSafe. getSqlCollection(GetSqlCollectionRequest request)Gets a SQL collection by identifier.GetSqlCollectionResponseDataSafeClient. 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.responsesMethods in com.oracle.bmc.datasafe.responses that return GetSqlCollectionResponse Modifier and Type Method Description GetSqlCollectionResponseGetSqlCollectionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetSqlCollectionResponse Modifier and Type Method Description GetSqlCollectionResponse.BuilderGetSqlCollectionResponse.Builder. copy(GetSqlCollectionResponse o)Copy method to populate the builder with values from the given instance.
 
-