Uses of Class
com.oracle.bmc.core.model.InstancePoolInstance
-
Packages that use InstancePoolInstance Package Description com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of InstancePoolInstance in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return InstancePoolInstance Modifier and Type Method Description InstancePoolInstance
InstancePoolInstance.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type InstancePoolInstance Modifier and Type Method Description InstancePoolInstance.Builder
InstancePoolInstance.Builder. copy(InstancePoolInstance model)
-
Uses of InstancePoolInstance in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return InstancePoolInstance Modifier and Type Method Description InstancePoolInstance
AttachInstancePoolInstanceResponse. getInstancePoolInstance()
The returned InstancePoolInstance instance.InstancePoolInstance
GetInstancePoolInstanceResponse. getInstancePoolInstance()
The returned InstancePoolInstance instance.Methods in com.oracle.bmc.core.responses with parameters of type InstancePoolInstance Modifier and Type Method Description AttachInstancePoolInstanceResponse.Builder
AttachInstancePoolInstanceResponse.Builder. instancePoolInstance(InstancePoolInstance instancePoolInstance)
The returned InstancePoolInstance instance.GetInstancePoolInstanceResponse.Builder
GetInstancePoolInstanceResponse.Builder. instancePoolInstance(InstancePoolInstance instancePoolInstance)
The returned InstancePoolInstance instance.
-