Uses of Class
com.oracle.bmc.vbsinst.responses.CreateVbsInstanceResponse
-
Packages that use CreateVbsInstanceResponse Package Description com.oracle.bmc.vbsinst com.oracle.bmc.vbsinst.responses -
-
Uses of CreateVbsInstanceResponse in com.oracle.bmc.vbsinst
Methods in com.oracle.bmc.vbsinst that return CreateVbsInstanceResponse Modifier and Type Method Description CreateVbsInstanceResponse
VbsInstance. createVbsInstance(CreateVbsInstanceRequest request)
Creates a new VbsInstance.CreateVbsInstanceResponse
VbsInstanceClient. createVbsInstance(CreateVbsInstanceRequest request)
Methods in com.oracle.bmc.vbsinst that return types with arguments of type CreateVbsInstanceResponse Modifier and Type Method Description Future<CreateVbsInstanceResponse>
VbsInstanceAsync. createVbsInstance(CreateVbsInstanceRequest request, AsyncHandler<CreateVbsInstanceRequest,CreateVbsInstanceResponse> handler)
Creates a new VbsInstance.Future<CreateVbsInstanceResponse>
VbsInstanceAsyncClient. createVbsInstance(CreateVbsInstanceRequest request, AsyncHandler<CreateVbsInstanceRequest,CreateVbsInstanceResponse> handler)
Method parameters in com.oracle.bmc.vbsinst with type arguments of type CreateVbsInstanceResponse Modifier and Type Method Description Future<CreateVbsInstanceResponse>
VbsInstanceAsync. createVbsInstance(CreateVbsInstanceRequest request, AsyncHandler<CreateVbsInstanceRequest,CreateVbsInstanceResponse> handler)
Creates a new VbsInstance.Future<CreateVbsInstanceResponse>
VbsInstanceAsyncClient. createVbsInstance(CreateVbsInstanceRequest request, AsyncHandler<CreateVbsInstanceRequest,CreateVbsInstanceResponse> handler)
-
Uses of CreateVbsInstanceResponse in com.oracle.bmc.vbsinst.responses
Methods in com.oracle.bmc.vbsinst.responses that return CreateVbsInstanceResponse Modifier and Type Method Description CreateVbsInstanceResponse
CreateVbsInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vbsinst.responses with parameters of type CreateVbsInstanceResponse Modifier and Type Method Description CreateVbsInstanceResponse.Builder
CreateVbsInstanceResponse.Builder. copy(CreateVbsInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-