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