Uses of Class
com.oracle.bmc.oce.model.CreateOceInstanceDetails
-
Packages that use CreateOceInstanceDetails Package Description com.oracle.bmc.oce.model com.oracle.bmc.oce.requests -
-
Uses of CreateOceInstanceDetails in com.oracle.bmc.oce.model
Methods in com.oracle.bmc.oce.model that return CreateOceInstanceDetails Modifier and Type Method Description CreateOceInstanceDetails
CreateOceInstanceDetails.Builder. build()
Methods in com.oracle.bmc.oce.model with parameters of type CreateOceInstanceDetails Modifier and Type Method Description CreateOceInstanceDetails.Builder
CreateOceInstanceDetails.Builder. copy(CreateOceInstanceDetails model)
-
Uses of CreateOceInstanceDetails in com.oracle.bmc.oce.requests
Methods in com.oracle.bmc.oce.requests that return CreateOceInstanceDetails Modifier and Type Method Description CreateOceInstanceDetails
CreateOceInstanceRequest. getBody$()
Alternative accessor for the body parameter.CreateOceInstanceDetails
CreateOceInstanceRequest. getCreateOceInstanceDetails()
Details for the new OceInstance.Methods in com.oracle.bmc.oce.requests with parameters of type CreateOceInstanceDetails Modifier and Type Method Description CreateOceInstanceRequest.Builder
CreateOceInstanceRequest.Builder. body$(CreateOceInstanceDetails body)
Alternative setter for the body parameter.CreateOceInstanceRequest.Builder
CreateOceInstanceRequest.Builder. createOceInstanceDetails(CreateOceInstanceDetails createOceInstanceDetails)
Details for the new OceInstance.
-