Package | Description |
---|---|
com.oracle.bmc.bastion | |
com.oracle.bmc.bastion.requests |
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. |
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 |
---|---|
GetSessionRequest |
GetSessionRequest.Builder.build()
Build the instance of GetSessionRequest as configured by this builder
|
GetSessionRequest |
GetSessionRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetSessionRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetSessionRequest.Builder |
GetSessionRequest.Builder.copy(GetSessionRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.