Uses of Class
com.oracle.bmc.oce.responses.CreateOceInstanceResponse
-
Packages that use CreateOceInstanceResponse Package Description com.oracle.bmc.oce com.oracle.bmc.oce.responses -
-
Uses of CreateOceInstanceResponse in com.oracle.bmc.oce
Methods in com.oracle.bmc.oce that return CreateOceInstanceResponse Modifier and Type Method Description CreateOceInstanceResponse
OceInstance. createOceInstance(CreateOceInstanceRequest request)
Creates a new OceInstance.CreateOceInstanceResponse
OceInstanceClient. createOceInstance(CreateOceInstanceRequest request)
Methods in com.oracle.bmc.oce that return types with arguments of type CreateOceInstanceResponse Modifier and Type Method Description Future<CreateOceInstanceResponse>
OceInstanceAsync. createOceInstance(CreateOceInstanceRequest request, AsyncHandler<CreateOceInstanceRequest,CreateOceInstanceResponse> handler)
Creates a new OceInstance.Future<CreateOceInstanceResponse>
OceInstanceAsyncClient. createOceInstance(CreateOceInstanceRequest request, AsyncHandler<CreateOceInstanceRequest,CreateOceInstanceResponse> handler)
Method parameters in com.oracle.bmc.oce with type arguments of type CreateOceInstanceResponse Modifier and Type Method Description Future<CreateOceInstanceResponse>
OceInstanceAsync. createOceInstance(CreateOceInstanceRequest request, AsyncHandler<CreateOceInstanceRequest,CreateOceInstanceResponse> handler)
Creates a new OceInstance.Future<CreateOceInstanceResponse>
OceInstanceAsyncClient. createOceInstance(CreateOceInstanceRequest request, AsyncHandler<CreateOceInstanceRequest,CreateOceInstanceResponse> handler)
-
Uses of CreateOceInstanceResponse in com.oracle.bmc.oce.responses
Methods in com.oracle.bmc.oce.responses that return CreateOceInstanceResponse Modifier and Type Method Description CreateOceInstanceResponse
CreateOceInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oce.responses with parameters of type CreateOceInstanceResponse Modifier and Type Method Description CreateOceInstanceResponse.Builder
CreateOceInstanceResponse.Builder. copy(CreateOceInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-