Uses of Class
com.oracle.bmc.bastion.responses.UpdateSessionResponse
-
Packages that use UpdateSessionResponse Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.responses -
-
Uses of UpdateSessionResponse in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion that return UpdateSessionResponse Modifier and Type Method Description UpdateSessionResponse
Bastion. updateSession(UpdateSessionRequest request)
Updates the session identified by the session ID.UpdateSessionResponse
BastionClient. updateSession(UpdateSessionRequest request)
Methods in com.oracle.bmc.bastion that return types with arguments of type UpdateSessionResponse Modifier and Type Method Description Future<UpdateSessionResponse>
BastionAsync. updateSession(UpdateSessionRequest request, AsyncHandler<UpdateSessionRequest,UpdateSessionResponse> handler)
Updates the session identified by the session ID.Future<UpdateSessionResponse>
BastionAsyncClient. updateSession(UpdateSessionRequest request, AsyncHandler<UpdateSessionRequest,UpdateSessionResponse> handler)
Method parameters in com.oracle.bmc.bastion with type arguments of type UpdateSessionResponse Modifier and Type Method Description Future<UpdateSessionResponse>
BastionAsync. updateSession(UpdateSessionRequest request, AsyncHandler<UpdateSessionRequest,UpdateSessionResponse> handler)
Updates the session identified by the session ID.Future<UpdateSessionResponse>
BastionAsyncClient. updateSession(UpdateSessionRequest request, AsyncHandler<UpdateSessionRequest,UpdateSessionResponse> handler)
-
Uses of UpdateSessionResponse in com.oracle.bmc.bastion.responses
Methods in com.oracle.bmc.bastion.responses that return UpdateSessionResponse Modifier and Type Method Description UpdateSessionResponse
UpdateSessionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bastion.responses with parameters of type UpdateSessionResponse Modifier and Type Method Description UpdateSessionResponse.Builder
UpdateSessionResponse.Builder. copy(UpdateSessionResponse o)
Copy method to populate the builder with values from the given instance.
-