Uses of Class
com.oracle.bmc.vbsinst.requests.CreateVbsInstanceRequest
-
Packages that use CreateVbsInstanceRequest Package Description com.oracle.bmc.vbsinst com.oracle.bmc.vbsinst.requests -
-
Uses of CreateVbsInstanceRequest in com.oracle.bmc.vbsinst
Methods in com.oracle.bmc.vbsinst with parameters of type CreateVbsInstanceRequest Modifier and Type Method Description CreateVbsInstanceResponse
VbsInstance. createVbsInstance(CreateVbsInstanceRequest request)
Creates a new VbsInstance.Future<CreateVbsInstanceResponse>
VbsInstanceAsync. createVbsInstance(CreateVbsInstanceRequest request, AsyncHandler<CreateVbsInstanceRequest,CreateVbsInstanceResponse> handler)
Creates a new VbsInstance.Future<CreateVbsInstanceResponse>
VbsInstanceAsyncClient. createVbsInstance(CreateVbsInstanceRequest request, AsyncHandler<CreateVbsInstanceRequest,CreateVbsInstanceResponse> handler)
CreateVbsInstanceResponse
VbsInstanceClient. createVbsInstance(CreateVbsInstanceRequest request)
Method parameters in com.oracle.bmc.vbsinst with type arguments of type CreateVbsInstanceRequest 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 CreateVbsInstanceRequest in com.oracle.bmc.vbsinst.requests
Methods in com.oracle.bmc.vbsinst.requests that return CreateVbsInstanceRequest Modifier and Type Method Description CreateVbsInstanceRequest
CreateVbsInstanceRequest.Builder. build()
Build the instance of CreateVbsInstanceRequest as configured by this builderCreateVbsInstanceRequest
CreateVbsInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateVbsInstanceRequest as configured by this builderMethods in com.oracle.bmc.vbsinst.requests with parameters of type CreateVbsInstanceRequest Modifier and Type Method Description CreateVbsInstanceRequest.Builder
CreateVbsInstanceRequest.Builder. copy(CreateVbsInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-