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.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PatchPolicyRequest Modifier and Type Method Description PatchPolicyResponse
IdentityDomains. 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)
PatchPolicyResponse
IdentityDomainsClient. 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.requests
Methods in com.oracle.bmc.identitydomains.requests that return PatchPolicyRequest Modifier and Type Method Description PatchPolicyRequest
PatchPolicyRequest.Builder. build()
Build the instance of PatchPolicyRequest as configured by this builderPatchPolicyRequest
PatchPolicyRequest.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.Builder
PatchPolicyRequest.Builder. copy(PatchPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-