Waiter<GetCustomProtectionRuleRequest,GetCustomProtectionRuleResponse> |
WaasWaiters.forCustomProtectionRule(GetCustomProtectionRuleRequest request,
LifecycleStates... targetStates)
Creates a new Waiter using the default configuration.
|
Waiter<GetCustomProtectionRuleRequest,GetCustomProtectionRuleResponse> |
WaasWaiters.forCustomProtectionRule(GetCustomProtectionRuleRequest request,
LifecycleStates targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new Waiter using the provided configuration.
|
Waiter<GetCustomProtectionRuleRequest,GetCustomProtectionRuleResponse> |
WaasWaiters.forCustomProtectionRule(GetCustomProtectionRuleRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleStates... targetStates)
Creates a new Waiter using the provided configuration.
|
Future<GetCustomProtectionRuleResponse> |
WaasAsyncClient.getCustomProtectionRule(GetCustomProtectionRuleRequest request,
AsyncHandler<GetCustomProtectionRuleRequest,GetCustomProtectionRuleResponse> handler) |
Future<GetCustomProtectionRuleResponse> |
WaasAsync.getCustomProtectionRule(GetCustomProtectionRuleRequest request,
AsyncHandler<GetCustomProtectionRuleRequest,GetCustomProtectionRuleResponse> handler)
Gets the details of a custom protection rule.
|