Package | Description |
---|---|
com.oracle.bmc.bastion | |
com.oracle.bmc.bastion.responses |
Modifier and Type | Method and Description |
---|---|
GetSessionResponse |
BastionClient.getSession(GetSessionRequest request) |
GetSessionResponse |
Bastion.getSession(GetSessionRequest request)
Retrieves a session identified by the session ID.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetSessionRequest,GetSessionResponse> |
BastionWaiters.forSession(GetSessionRequest request,
SessionLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetSessionRequest,GetSessionResponse> |
BastionWaiters.forSession(GetSessionRequest request,
SessionLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetSessionRequest,GetSessionResponse> |
BastionWaiters.forSession(GetSessionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
SessionLifecycleState... targetStates)
Creates a new
Waiter 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
GetSessionResponse |
GetSessionResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetSessionResponse.Builder |
GetSessionResponse.Builder.copy(GetSessionResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.