Uses of Class
com.oracle.bmc.bastion.model.Bastion
-
Packages that use Bastion Package Description com.oracle.bmc.bastion.model com.oracle.bmc.bastion.responses -
-
Uses of Bastion in com.oracle.bmc.bastion.model
Methods in com.oracle.bmc.bastion.model that return Bastion Modifier and Type Method Description Bastion
Bastion.Builder. build()
Methods in com.oracle.bmc.bastion.model with parameters of type Bastion Modifier and Type Method Description Bastion.Builder
Bastion.Builder. copy(Bastion model)
-
Uses of Bastion in com.oracle.bmc.bastion.responses
Methods in com.oracle.bmc.bastion.responses that return Bastion Modifier and Type Method Description Bastion
CreateBastionResponse. getBastion()
The returned Bastion instance.Bastion
GetBastionResponse. getBastion()
The returned Bastion instance.Methods in com.oracle.bmc.bastion.responses with parameters of type Bastion Modifier and Type Method Description CreateBastionResponse.Builder
CreateBastionResponse.Builder. bastion(Bastion bastion)
The returned Bastion instance.GetBastionResponse.Builder
GetBastionResponse.Builder. bastion(Bastion bastion)
The returned Bastion instance.
-