Uses of Class
com.oracle.bmc.vbsinst.model.CreateVbsInstanceDetails
-
Packages that use CreateVbsInstanceDetails Package Description com.oracle.bmc.vbsinst.model com.oracle.bmc.vbsinst.requests -
-
Uses of CreateVbsInstanceDetails in com.oracle.bmc.vbsinst.model
Methods in com.oracle.bmc.vbsinst.model that return CreateVbsInstanceDetails Modifier and Type Method Description CreateVbsInstanceDetails
CreateVbsInstanceDetails.Builder. build()
Methods in com.oracle.bmc.vbsinst.model with parameters of type CreateVbsInstanceDetails Modifier and Type Method Description CreateVbsInstanceDetails.Builder
CreateVbsInstanceDetails.Builder. copy(CreateVbsInstanceDetails model)
-
Uses of CreateVbsInstanceDetails in com.oracle.bmc.vbsinst.requests
Methods in com.oracle.bmc.vbsinst.requests that return CreateVbsInstanceDetails Modifier and Type Method Description CreateVbsInstanceDetails
CreateVbsInstanceRequest. getBody$()
Alternative accessor for the body parameter.CreateVbsInstanceDetails
CreateVbsInstanceRequest. getCreateVbsInstanceDetails()
Details for the new VbsInstance.Methods in com.oracle.bmc.vbsinst.requests with parameters of type CreateVbsInstanceDetails Modifier and Type Method Description CreateVbsInstanceRequest.Builder
CreateVbsInstanceRequest.Builder. body$(CreateVbsInstanceDetails body)
Alternative setter for the body parameter.CreateVbsInstanceRequest.Builder
CreateVbsInstanceRequest.Builder. createVbsInstanceDetails(CreateVbsInstanceDetails createVbsInstanceDetails)
Details for the new VbsInstance.
-