Uses of Class
com.oracle.bmc.identitydomains.requests.GetPolicyRequest
-
Packages that use GetPolicyRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of GetPolicyRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type GetPolicyRequest Modifier and Type Method Description GetPolicyResponse
IdentityDomains. getPolicy(GetPolicyRequest request)
Get a Policy.Future<GetPolicyResponse>
IdentityDomainsAsync. getPolicy(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResponse> handler)
Get a Policy.Future<GetPolicyResponse>
IdentityDomainsAsyncClient. getPolicy(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResponse> handler)
GetPolicyResponse
IdentityDomainsClient. getPolicy(GetPolicyRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetPolicyRequest Modifier and Type Method Description Future<GetPolicyResponse>
IdentityDomainsAsync. getPolicy(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResponse> handler)
Get a Policy.Future<GetPolicyResponse>
IdentityDomainsAsyncClient. getPolicy(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResponse> handler)
-
Uses of GetPolicyRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.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.identitydomains.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.
-