Waiter<GetAgentDependencyRequest,GetAgentDependencyResponse> |
OcbAgentSvcWaiters.forAgentDependency(GetAgentDependencyRequest request,
AgentDependency.LifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetAgentDependencyRequest,GetAgentDependencyResponse> |
OcbAgentSvcWaiters.forAgentDependency(GetAgentDependencyRequest request,
AgentDependency.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetAgentDependencyRequest,GetAgentDependencyResponse> |
OcbAgentSvcWaiters.forAgentDependency(GetAgentDependencyRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
AgentDependency.LifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetAgentDependencyResponse |
OcbAgentSvc.getAgentDependency(GetAgentDependencyRequest request) |
Gets an AgentDependency by identifier.
|
Future<GetAgentDependencyResponse> |
OcbAgentSvcAsync.getAgentDependency(GetAgentDependencyRequest request,
AsyncHandler<GetAgentDependencyRequest,GetAgentDependencyResponse> handler) |
Gets an AgentDependency by identifier.
|
Future<GetAgentDependencyResponse> |
OcbAgentSvcAsyncClient.getAgentDependency(GetAgentDependencyRequest request,
AsyncHandler<GetAgentDependencyRequest,GetAgentDependencyResponse> handler) |
|
GetAgentDependencyResponse |
OcbAgentSvcClient.getAgentDependency(GetAgentDependencyRequest request) |
|