Uses of Class
com.oracle.bmc.bastion.responses.GetSessionResponse
-
Packages that use GetSessionResponse Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.responses -
-
Uses of GetSessionResponse in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion that return GetSessionResponse Modifier and Type Method Description GetSessionResponse
Bastion. getSession(GetSessionRequest request)
Retrieves a session identified by the session ID.GetSessionResponse
BastionClient. getSession(GetSessionRequest request)
Methods in com.oracle.bmc.bastion that return types with arguments of type GetSessionResponse Modifier and Type Method Description Waiter<GetSessionRequest,GetSessionResponse>
BastionWaiters. forSession(GetSessionRequest request, SessionLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSessionRequest,GetSessionResponse>
BastionWaiters. forSession(GetSessionRequest request, SessionLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSessionRequest,GetSessionResponse>
BastionWaiters. forSession(GetSessionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SessionLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetSessionResponse>
BastionAsync. getSession(GetSessionRequest request, AsyncHandler<GetSessionRequest,GetSessionResponse> handler)
Retrieves a session identified by the session ID.Future<GetSessionResponse>
BastionAsyncClient. getSession(GetSessionRequest request, AsyncHandler<GetSessionRequest,GetSessionResponse> handler)
Method parameters in com.oracle.bmc.bastion with type arguments of type GetSessionResponse Modifier and Type Method Description Future<GetSessionResponse>
BastionAsync. getSession(GetSessionRequest request, AsyncHandler<GetSessionRequest,GetSessionResponse> handler)
Retrieves a session identified by the session ID.Future<GetSessionResponse>
BastionAsyncClient. getSession(GetSessionRequest request, AsyncHandler<GetSessionRequest,GetSessionResponse> handler)
-
Uses of GetSessionResponse in com.oracle.bmc.bastion.responses
Methods in com.oracle.bmc.bastion.responses that return GetSessionResponse Modifier and Type Method Description GetSessionResponse
GetSessionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bastion.responses with parameters of type GetSessionResponse Modifier and Type Method Description GetSessionResponse.Builder
GetSessionResponse.Builder. copy(GetSessionResponse o)
Copy method to populate the builder with values from the given instance.
-