Uses of Class
com.oracle.bmc.bds.requests.CreateBdsInstanceRequest
-
Packages that use CreateBdsInstanceRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of CreateBdsInstanceRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type CreateBdsInstanceRequest Modifier and Type Method Description CreateBdsInstanceResponse
Bds. createBdsInstance(CreateBdsInstanceRequest request)
Creates a Big Data Service cluster.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)
CreateBdsInstanceResponse
BdsClient. createBdsInstance(CreateBdsInstanceRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type CreateBdsInstanceRequest 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 CreateBdsInstanceRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return CreateBdsInstanceRequest Modifier and Type Method Description CreateBdsInstanceRequest
CreateBdsInstanceRequest.Builder. build()
Build the instance of CreateBdsInstanceRequest as configured by this builderCreateBdsInstanceRequest
CreateBdsInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateBdsInstanceRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type CreateBdsInstanceRequest Modifier and Type Method Description CreateBdsInstanceRequest.Builder
CreateBdsInstanceRequest.Builder. copy(CreateBdsInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-