Uses of Class
com.oracle.bmc.identity.responses.GetPolicyResponse
-
Packages that use GetPolicyResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of GetPolicyResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return GetPolicyResponse Modifier and Type Method Description GetPolicyResponse
Identity. getPolicy(GetPolicyRequest request)
Gets the specified policy’s information.GetPolicyResponse
IdentityClient. getPolicy(GetPolicyRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type GetPolicyResponse 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.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)
Method parameters in com.oracle.bmc.identity with type arguments of type GetPolicyResponse 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 GetPolicyResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return GetPolicyResponse Modifier and Type Method Description GetPolicyResponse
GetPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type GetPolicyResponse Modifier and Type Method Description GetPolicyResponse.Builder
GetPolicyResponse.Builder. copy(GetPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-