Uses of Class
com.oracle.bmc.identitydomains.responses.GetPolicyResponse
-
Packages that use GetPolicyResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of GetPolicyResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return GetPolicyResponse Modifier and Type Method Description GetPolicyResponse
IdentityDomains. getPolicy(GetPolicyRequest request)
Get a Policy.GetPolicyResponse
IdentityDomainsClient. getPolicy(GetPolicyRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type GetPolicyResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetPolicyResponse 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 GetPolicyResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return GetPolicyResponse Modifier and Type Method Description GetPolicyResponse
GetPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.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.
-