Uses of Class
com.oracle.bmc.bastion.model.UpdateBastionDetails
-
Packages that use UpdateBastionDetails Package Description com.oracle.bmc.bastion.model com.oracle.bmc.bastion.requests -
-
Uses of UpdateBastionDetails in com.oracle.bmc.bastion.model
Methods in com.oracle.bmc.bastion.model that return UpdateBastionDetails Modifier and Type Method Description UpdateBastionDetails
UpdateBastionDetails.Builder. build()
Methods in com.oracle.bmc.bastion.model with parameters of type UpdateBastionDetails Modifier and Type Method Description UpdateBastionDetails.Builder
UpdateBastionDetails.Builder. copy(UpdateBastionDetails model)
-
Uses of UpdateBastionDetails in com.oracle.bmc.bastion.requests
Methods in com.oracle.bmc.bastion.requests that return UpdateBastionDetails Modifier and Type Method Description UpdateBastionDetails
UpdateBastionRequest. getBody$()
Alternative accessor for the body parameter.UpdateBastionDetails
UpdateBastionRequest. getUpdateBastionDetails()
The bastion information to be updated.Methods in com.oracle.bmc.bastion.requests with parameters of type UpdateBastionDetails Modifier and Type Method Description UpdateBastionRequest.Builder
UpdateBastionRequest.Builder. body$(UpdateBastionDetails body)
Alternative setter for the body parameter.UpdateBastionRequest.Builder
UpdateBastionRequest.Builder. updateBastionDetails(UpdateBastionDetails updateBastionDetails)
The bastion information to be updated.
-