Uses of Class
com.oracle.bmc.oce.requests.CreateOceInstanceRequest
-
Packages that use CreateOceInstanceRequest Package Description com.oracle.bmc.oce com.oracle.bmc.oce.requests -
-
Uses of CreateOceInstanceRequest in com.oracle.bmc.oce
Methods in com.oracle.bmc.oce with parameters of type CreateOceInstanceRequest Modifier and Type Method Description CreateOceInstanceResponse
OceInstance. createOceInstance(CreateOceInstanceRequest request)
Creates a new OceInstance.Future<CreateOceInstanceResponse>
OceInstanceAsync. createOceInstance(CreateOceInstanceRequest request, AsyncHandler<CreateOceInstanceRequest,CreateOceInstanceResponse> handler)
Creates a new OceInstance.Future<CreateOceInstanceResponse>
OceInstanceAsyncClient. createOceInstance(CreateOceInstanceRequest request, AsyncHandler<CreateOceInstanceRequest,CreateOceInstanceResponse> handler)
CreateOceInstanceResponse
OceInstanceClient. createOceInstance(CreateOceInstanceRequest request)
Method parameters in com.oracle.bmc.oce with type arguments of type CreateOceInstanceRequest 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 CreateOceInstanceRequest in com.oracle.bmc.oce.requests
Methods in com.oracle.bmc.oce.requests that return CreateOceInstanceRequest Modifier and Type Method Description CreateOceInstanceRequest
CreateOceInstanceRequest.Builder. build()
Build the instance of CreateOceInstanceRequest as configured by this builderCreateOceInstanceRequest
CreateOceInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateOceInstanceRequest as configured by this builderMethods in com.oracle.bmc.oce.requests with parameters of type CreateOceInstanceRequest Modifier and Type Method Description CreateOceInstanceRequest.Builder
CreateOceInstanceRequest.Builder. copy(CreateOceInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-