Uses of Class
com.oracle.bmc.zpr.requests.GetZprPolicyRequest
-
Packages that use GetZprPolicyRequest Package Description com.oracle.bmc.zpr com.oracle.bmc.zpr.requests -
-
Uses of GetZprPolicyRequest in com.oracle.bmc.zpr
Methods in com.oracle.bmc.zpr that return types with arguments of type GetZprPolicyRequest Modifier and Type Method Description Waiter<GetZprPolicyRequest,GetZprPolicyResponse>
ZprWaiters. forZprPolicy(GetZprPolicyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ZprPolicy.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Waiter<GetZprPolicyRequest,GetZprPolicyResponse>
ZprWaiters. forZprPolicy(GetZprPolicyRequest request, ZprPolicy.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetZprPolicyRequest,GetZprPolicyResponse>
ZprWaiters. forZprPolicy(GetZprPolicyRequest request, ZprPolicy.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.zpr with type arguments of type GetZprPolicyRequest Modifier and Type Method Description Future<GetZprPolicyResponse>
ZprAsync. getZprPolicy(GetZprPolicyRequest request, AsyncHandler<GetZprPolicyRequest,GetZprPolicyResponse> handler)
Gets information about a ZprPolicy.Future<GetZprPolicyResponse>
ZprAsyncClient. getZprPolicy(GetZprPolicyRequest request, AsyncHandler<GetZprPolicyRequest,GetZprPolicyResponse> handler)
-
Uses of GetZprPolicyRequest in com.oracle.bmc.zpr.requests
Methods in com.oracle.bmc.zpr.requests that return GetZprPolicyRequest Modifier and Type Method Description GetZprPolicyRequest
GetZprPolicyRequest.Builder. build()
Build the instance of GetZprPolicyRequest as configured by this builderGetZprPolicyRequest
GetZprPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetZprPolicyRequest as configured by this builderMethods in com.oracle.bmc.zpr.requests with parameters of type GetZprPolicyRequest Modifier and Type Method Description GetZprPolicyRequest.Builder
GetZprPolicyRequest.Builder. copy(GetZprPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-