Uses of Class
com.oracle.bmc.identitydomains.responses.PatchPolicyResponse
-
Packages that use PatchPolicyResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PatchPolicyResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchPolicyResponse Modifier and Type Method Description PatchPolicyResponse
IdentityDomains. patchPolicy(PatchPolicyRequest request)
Update a Policy.PatchPolicyResponse
IdentityDomainsClient. patchPolicy(PatchPolicyRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchPolicyResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchPolicyResponse 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 PatchPolicyResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchPolicyResponse Modifier and Type Method Description PatchPolicyResponse
PatchPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchPolicyResponse Modifier and Type Method Description PatchPolicyResponse.Builder
PatchPolicyResponse.Builder. copy(PatchPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-