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