Uses of Class
com.oracle.bmc.identitydomains.requests.PatchPolicyRequest
- 
Packages that use PatchPolicyRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests 
- 
- 
Uses of PatchPolicyRequest in com.oracle.bmc.identitydomainsMethods in com.oracle.bmc.identitydomains with parameters of type PatchPolicyRequest Modifier and Type Method Description PatchPolicyResponseIdentityDomains. patchPolicy(PatchPolicyRequest request)Update a Policy.Future<PatchPolicyResponse>IdentityDomainsAsync. patchPolicy(PatchPolicyRequest request, AsyncHandler<PatchPolicyRequest,PatchPolicyResponse> handler)Update a Policy.Future<PatchPolicyResponse>IdentityDomainsAsyncClient. patchPolicy(PatchPolicyRequest request, AsyncHandler<PatchPolicyRequest,PatchPolicyResponse> handler)PatchPolicyResponseIdentityDomainsClient. patchPolicy(PatchPolicyRequest request)Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchPolicyRequest Modifier and Type Method Description Future<PatchPolicyResponse>IdentityDomainsAsync. patchPolicy(PatchPolicyRequest request, AsyncHandler<PatchPolicyRequest,PatchPolicyResponse> handler)Update a Policy.Future<PatchPolicyResponse>IdentityDomainsAsyncClient. patchPolicy(PatchPolicyRequest request, AsyncHandler<PatchPolicyRequest,PatchPolicyResponse> handler)
- 
Uses of PatchPolicyRequest in com.oracle.bmc.identitydomains.requestsMethods in com.oracle.bmc.identitydomains.requests that return PatchPolicyRequest Modifier and Type Method Description PatchPolicyRequestPatchPolicyRequest.Builder. build()Build the instance of PatchPolicyRequest as configured by this builderPatchPolicyRequestPatchPolicyRequest.Builder. buildWithoutInvocationCallback()Build the instance of PatchPolicyRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PatchPolicyRequest Modifier and Type Method Description PatchPolicyRequest.BuilderPatchPolicyRequest.Builder. copy(PatchPolicyRequest o)Copy method to populate the builder with values from the given instance.
 
-