Uses of Class
com.oracle.bmc.visualbuilder.responses.CreateVbInstanceResponse
-
Packages that use CreateVbInstanceResponse Package Description com.oracle.bmc.visualbuilder com.oracle.bmc.visualbuilder.responses -
-
Uses of CreateVbInstanceResponse in com.oracle.bmc.visualbuilder
Methods in com.oracle.bmc.visualbuilder that return CreateVbInstanceResponse Modifier and Type Method Description CreateVbInstanceResponse
VbInstance. createVbInstance(CreateVbInstanceRequest request)
Creates a new Vb Instance.CreateVbInstanceResponse
VbInstanceClient. createVbInstance(CreateVbInstanceRequest request)
Methods in com.oracle.bmc.visualbuilder that return types with arguments of type CreateVbInstanceResponse Modifier and Type Method Description Future<CreateVbInstanceResponse>
VbInstanceAsync. createVbInstance(CreateVbInstanceRequest request, AsyncHandler<CreateVbInstanceRequest,CreateVbInstanceResponse> handler)
Creates a new Vb Instance.Future<CreateVbInstanceResponse>
VbInstanceAsyncClient. createVbInstance(CreateVbInstanceRequest request, AsyncHandler<CreateVbInstanceRequest,CreateVbInstanceResponse> handler)
Method parameters in com.oracle.bmc.visualbuilder with type arguments of type CreateVbInstanceResponse Modifier and Type Method Description Future<CreateVbInstanceResponse>
VbInstanceAsync. createVbInstance(CreateVbInstanceRequest request, AsyncHandler<CreateVbInstanceRequest,CreateVbInstanceResponse> handler)
Creates a new Vb Instance.Future<CreateVbInstanceResponse>
VbInstanceAsyncClient. createVbInstance(CreateVbInstanceRequest request, AsyncHandler<CreateVbInstanceRequest,CreateVbInstanceResponse> handler)
-
Uses of CreateVbInstanceResponse in com.oracle.bmc.visualbuilder.responses
Methods in com.oracle.bmc.visualbuilder.responses that return CreateVbInstanceResponse Modifier and Type Method Description CreateVbInstanceResponse
CreateVbInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.visualbuilder.responses with parameters of type CreateVbInstanceResponse Modifier and Type Method Description CreateVbInstanceResponse.Builder
CreateVbInstanceResponse.Builder. copy(CreateVbInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-