Uses of Class
com.oracle.bmc.waas.requests.GetWaasPolicyRequest
-
Packages that use GetWaasPolicyRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of GetWaasPolicyRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return types with arguments of type GetWaasPolicyRequest Modifier and Type Method Description Waiter<GetWaasPolicyRequest,GetWaasPolicyResponse>
WaasWaiters. forWaasPolicy(GetWaasPolicyRequest request, LifecycleStates... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetWaasPolicyRequest,GetWaasPolicyResponse>
WaasWaiters. forWaasPolicy(GetWaasPolicyRequest request, LifecycleStates targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetWaasPolicyRequest,GetWaasPolicyResponse>
WaasWaiters. forWaasPolicy(GetWaasPolicyRequest 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 GetWaasPolicyRequest Modifier and Type Method Description Future<GetWaasPolicyResponse>
WaasAsync. getWaasPolicy(GetWaasPolicyRequest request, AsyncHandler<GetWaasPolicyRequest,GetWaasPolicyResponse> handler)
Gets the details of a WAAS policy.Future<GetWaasPolicyResponse>
WaasAsyncClient. getWaasPolicy(GetWaasPolicyRequest request, AsyncHandler<GetWaasPolicyRequest,GetWaasPolicyResponse> handler)
-
Uses of GetWaasPolicyRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return GetWaasPolicyRequest Modifier and Type Method Description GetWaasPolicyRequest
GetWaasPolicyRequest.Builder. build()
Build the instance of GetWaasPolicyRequest as configured by this builderGetWaasPolicyRequest
GetWaasPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetWaasPolicyRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type GetWaasPolicyRequest Modifier and Type Method Description GetWaasPolicyRequest.Builder
GetWaasPolicyRequest.Builder. copy(GetWaasPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-