Uses of Class
com.oracle.bmc.bastion.requests.UpdateSessionRequest
-
Packages that use UpdateSessionRequest Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.requests -
-
Uses of UpdateSessionRequest in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion with parameters of type UpdateSessionRequest Modifier and Type Method Description UpdateSessionResponse
Bastion. updateSession(UpdateSessionRequest request)
Updates the session identified by the session ID.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)
UpdateSessionResponse
BastionClient. updateSession(UpdateSessionRequest request)
Method parameters in com.oracle.bmc.bastion with type arguments of type UpdateSessionRequest 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 UpdateSessionRequest in com.oracle.bmc.bastion.requests
Methods in com.oracle.bmc.bastion.requests that return UpdateSessionRequest Modifier and Type Method Description UpdateSessionRequest
UpdateSessionRequest.Builder. build()
Build the instance of UpdateSessionRequest as configured by this builderUpdateSessionRequest
UpdateSessionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSessionRequest as configured by this builderMethods in com.oracle.bmc.bastion.requests with parameters of type UpdateSessionRequest Modifier and Type Method Description UpdateSessionRequest.Builder
UpdateSessionRequest.Builder. copy(UpdateSessionRequest o)
Copy method to populate the builder with values from the given instance.
-