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.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchRuleResponse Modifier and Type Method Description PatchRuleResponse
IdentityDomains. patchRule(PatchRuleRequest request)
Update a Rule.PatchRuleResponse
IdentityDomainsClient. 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.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchRuleResponse Modifier and Type Method Description PatchRuleResponse
PatchRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchRuleResponse Modifier and Type Method Description PatchRuleResponse.Builder
PatchRuleResponse.Builder. copy(PatchRuleResponse o)
Copy method to populate the builder with values from the given instance.
-