Uses of Class
com.oracle.bmc.identitydomains.responses.PatchRuleResponse
- 
Packages that use PatchRuleResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses 
- 
- 
Uses of PatchRuleResponse in com.oracle.bmc.identitydomainsMethods in com.oracle.bmc.identitydomains that return PatchRuleResponse Modifier and Type Method Description PatchRuleResponseIdentityDomains. patchRule(PatchRuleRequest request)Update a Rule.PatchRuleResponseIdentityDomainsClient. patchRule(PatchRuleRequest request)Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchRuleResponse Modifier and Type Method Description Future<PatchRuleResponse>IdentityDomainsAsync. patchRule(PatchRuleRequest request, AsyncHandler<PatchRuleRequest,PatchRuleResponse> handler)Update a Rule.Future<PatchRuleResponse>IdentityDomainsAsyncClient. patchRule(PatchRuleRequest request, AsyncHandler<PatchRuleRequest,PatchRuleResponse> handler)Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchRuleResponse Modifier and Type Method Description Future<PatchRuleResponse>IdentityDomainsAsync. patchRule(PatchRuleRequest request, AsyncHandler<PatchRuleRequest,PatchRuleResponse> handler)Update a Rule.Future<PatchRuleResponse>IdentityDomainsAsyncClient. patchRule(PatchRuleRequest request, AsyncHandler<PatchRuleRequest,PatchRuleResponse> handler)
- 
Uses of PatchRuleResponse in com.oracle.bmc.identitydomains.responsesMethods in com.oracle.bmc.identitydomains.responses that return PatchRuleResponse Modifier and Type Method Description PatchRuleResponsePatchRuleResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchRuleResponse Modifier and Type Method Description PatchRuleResponse.BuilderPatchRuleResponse.Builder. copy(PatchRuleResponse o)Copy method to populate the builder with values from the given instance.
 
-