Uses of Class
com.oracle.bmc.bastion.model.CreateBastionDetails
-
Packages that use CreateBastionDetails Package Description com.oracle.bmc.bastion.model com.oracle.bmc.bastion.requests -
-
Uses of CreateBastionDetails in com.oracle.bmc.bastion.model
Methods in com.oracle.bmc.bastion.model that return CreateBastionDetails Modifier and Type Method Description CreateBastionDetails
CreateBastionDetails.Builder. build()
Methods in com.oracle.bmc.bastion.model with parameters of type CreateBastionDetails Modifier and Type Method Description CreateBastionDetails.Builder
CreateBastionDetails.Builder. copy(CreateBastionDetails model)
-
Uses of CreateBastionDetails in com.oracle.bmc.bastion.requests
Methods in com.oracle.bmc.bastion.requests that return CreateBastionDetails Modifier and Type Method Description CreateBastionDetails
CreateBastionRequest. getBody$()
Alternative accessor for the body parameter.CreateBastionDetails
CreateBastionRequest. getCreateBastionDetails()
Details for the new bastion.Methods in com.oracle.bmc.bastion.requests with parameters of type CreateBastionDetails Modifier and Type Method Description CreateBastionRequest.Builder
CreateBastionRequest.Builder. body$(CreateBastionDetails body)
Alternative setter for the body parameter.CreateBastionRequest.Builder
CreateBastionRequest.Builder. createBastionDetails(CreateBastionDetails createBastionDetails)
Details for the new bastion.
-