Uses of Class
com.oracle.bmc.identity.requests.GetPolicyRequest
-
Packages that use GetPolicyRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of GetPolicyRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return types with arguments of type GetPolicyRequest Modifier and Type Method Description Waiter<GetPolicyRequest,GetPolicyResponse>
IdentityWaiters. forPolicy(GetPolicyRequest request, Policy.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPolicyRequest,GetPolicyResponse>
IdentityWaiters. forPolicy(GetPolicyRequest request, Policy.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPolicyRequest,GetPolicyResponse>
IdentityWaiters. forPolicy(GetPolicyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Policy.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.identity with parameters of type GetPolicyRequest Modifier and Type Method Description Waiter<GetPolicyRequest,GetPolicyResponse>
IdentityWaiters. forPolicy(GetPolicyRequest request, Policy.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPolicyRequest,GetPolicyResponse>
IdentityWaiters. forPolicy(GetPolicyRequest request, Policy.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPolicyRequest,GetPolicyResponse>
IdentityWaiters. forPolicy(GetPolicyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Policy.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetPolicyResponse
Identity. getPolicy(GetPolicyRequest request)
Gets the specified policy’s information.Future<GetPolicyResponse>
IdentityAsync. getPolicy(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResponse> handler)
Gets the specified policy’s information.Future<GetPolicyResponse>
IdentityAsyncClient. getPolicy(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResponse> handler)
GetPolicyResponse
IdentityClient. getPolicy(GetPolicyRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type GetPolicyRequest Modifier and Type Method Description Future<GetPolicyResponse>
IdentityAsync. getPolicy(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResponse> handler)
Gets the specified policy’s information.Future<GetPolicyResponse>
IdentityAsyncClient. getPolicy(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResponse> handler)
-
Uses of GetPolicyRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return GetPolicyRequest Modifier and Type Method Description GetPolicyRequest
GetPolicyRequest.Builder. build()
Build the instance of GetPolicyRequest as configured by this builderGetPolicyRequest
GetPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPolicyRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type GetPolicyRequest Modifier and Type Method Description GetPolicyRequest.Builder
GetPolicyRequest.Builder. copy(GetPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-