Uses of Class
com.oracle.bmc.bds.requests.AddCloudSqlRequest
-
Packages that use AddCloudSqlRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of AddCloudSqlRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type AddCloudSqlRequest Modifier and Type Method Description AddCloudSqlResponse
Bds. addCloudSql(AddCloudSqlRequest request)
Adds Cloud SQL to your cluster.Future<AddCloudSqlResponse>
BdsAsync. addCloudSql(AddCloudSqlRequest request, AsyncHandler<AddCloudSqlRequest,AddCloudSqlResponse> handler)
Adds Cloud SQL to your cluster.Future<AddCloudSqlResponse>
BdsAsyncClient. addCloudSql(AddCloudSqlRequest request, AsyncHandler<AddCloudSqlRequest,AddCloudSqlResponse> handler)
AddCloudSqlResponse
BdsClient. addCloudSql(AddCloudSqlRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type AddCloudSqlRequest Modifier and Type Method Description Future<AddCloudSqlResponse>
BdsAsync. addCloudSql(AddCloudSqlRequest request, AsyncHandler<AddCloudSqlRequest,AddCloudSqlResponse> handler)
Adds Cloud SQL to your cluster.Future<AddCloudSqlResponse>
BdsAsyncClient. addCloudSql(AddCloudSqlRequest request, AsyncHandler<AddCloudSqlRequest,AddCloudSqlResponse> handler)
-
Uses of AddCloudSqlRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return AddCloudSqlRequest Modifier and Type Method Description AddCloudSqlRequest
AddCloudSqlRequest.Builder. build()
Build the instance of AddCloudSqlRequest as configured by this builderAddCloudSqlRequest
AddCloudSqlRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AddCloudSqlRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type AddCloudSqlRequest Modifier and Type Method Description AddCloudSqlRequest.Builder
AddCloudSqlRequest.Builder. copy(AddCloudSqlRequest o)
Copy method to populate the builder with values from the given instance.
-