Uses of Class
com.oracle.bmc.bds.responses.CreateBdsInstanceResponse
-
Packages that use CreateBdsInstanceResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of CreateBdsInstanceResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return CreateBdsInstanceResponse Modifier and Type Method Description CreateBdsInstanceResponse
Bds. createBdsInstance(CreateBdsInstanceRequest request)
Creates a Big Data Service cluster.CreateBdsInstanceResponse
BdsClient. createBdsInstance(CreateBdsInstanceRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type CreateBdsInstanceResponse Modifier and Type Method Description Future<CreateBdsInstanceResponse>
BdsAsync. createBdsInstance(CreateBdsInstanceRequest request, AsyncHandler<CreateBdsInstanceRequest,CreateBdsInstanceResponse> handler)
Creates a Big Data Service cluster.Future<CreateBdsInstanceResponse>
BdsAsyncClient. createBdsInstance(CreateBdsInstanceRequest request, AsyncHandler<CreateBdsInstanceRequest,CreateBdsInstanceResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type CreateBdsInstanceResponse Modifier and Type Method Description Future<CreateBdsInstanceResponse>
BdsAsync. createBdsInstance(CreateBdsInstanceRequest request, AsyncHandler<CreateBdsInstanceRequest,CreateBdsInstanceResponse> handler)
Creates a Big Data Service cluster.Future<CreateBdsInstanceResponse>
BdsAsyncClient. createBdsInstance(CreateBdsInstanceRequest request, AsyncHandler<CreateBdsInstanceRequest,CreateBdsInstanceResponse> handler)
-
Uses of CreateBdsInstanceResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return CreateBdsInstanceResponse Modifier and Type Method Description CreateBdsInstanceResponse
CreateBdsInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type CreateBdsInstanceResponse Modifier and Type Method Description CreateBdsInstanceResponse.Builder
CreateBdsInstanceResponse.Builder. copy(CreateBdsInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-