Uses of Class
com.oracle.bmc.waas.requests.GetCustomProtectionRuleRequest
-
Packages that use GetCustomProtectionRuleRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of GetCustomProtectionRuleRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return types with arguments of type GetCustomProtectionRuleRequest Modifier and Type Method Description Waiter<GetCustomProtectionRuleRequest,GetCustomProtectionRuleResponse>
WaasWaiters. forCustomProtectionRule(GetCustomProtectionRuleRequest request, LifecycleStates... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCustomProtectionRuleRequest,GetCustomProtectionRuleResponse>
WaasWaiters. forCustomProtectionRule(GetCustomProtectionRuleRequest request, LifecycleStates targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCustomProtectionRuleRequest,GetCustomProtectionRuleResponse>
WaasWaiters. forCustomProtectionRule(GetCustomProtectionRuleRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleStates... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.waas with type arguments of type GetCustomProtectionRuleRequest Modifier and Type Method Description Future<GetCustomProtectionRuleResponse>
WaasAsync. getCustomProtectionRule(GetCustomProtectionRuleRequest request, AsyncHandler<GetCustomProtectionRuleRequest,GetCustomProtectionRuleResponse> handler)
Gets the details of a custom protection rule.Future<GetCustomProtectionRuleResponse>
WaasAsyncClient. getCustomProtectionRule(GetCustomProtectionRuleRequest request, AsyncHandler<GetCustomProtectionRuleRequest,GetCustomProtectionRuleResponse> handler)
-
Uses of GetCustomProtectionRuleRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return GetCustomProtectionRuleRequest Modifier and Type Method Description GetCustomProtectionRuleRequest
GetCustomProtectionRuleRequest.Builder. build()
Build the instance of GetCustomProtectionRuleRequest as configured by this builderGetCustomProtectionRuleRequest
GetCustomProtectionRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetCustomProtectionRuleRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type GetCustomProtectionRuleRequest Modifier and Type Method Description GetCustomProtectionRuleRequest.Builder
GetCustomProtectionRuleRequest.Builder. copy(GetCustomProtectionRuleRequest o)
Copy method to populate the builder with values from the given instance.
-