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