Uses of Class
com.oracle.bmc.identitydomains.requests.PatchRuleRequest
-
Packages that use PatchRuleRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PatchRuleRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PatchRuleRequest Modifier and Type Method Description PatchRuleResponse
IdentityDomains. patchRule(PatchRuleRequest request)
Update a Rule.Future<PatchRuleResponse>
IdentityDomainsAsync. patchRule(PatchRuleRequest request, AsyncHandler<PatchRuleRequest,PatchRuleResponse> handler)
Update a Rule.Future<PatchRuleResponse>
IdentityDomainsAsyncClient. patchRule(PatchRuleRequest request, AsyncHandler<PatchRuleRequest,PatchRuleResponse> handler)
PatchRuleResponse
IdentityDomainsClient. patchRule(PatchRuleRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchRuleRequest 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 PatchRuleRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PatchRuleRequest Modifier and Type Method Description PatchRuleRequest
PatchRuleRequest.Builder. build()
Build the instance of PatchRuleRequest as configured by this builderPatchRuleRequest
PatchRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchRuleRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PatchRuleRequest Modifier and Type Method Description PatchRuleRequest.Builder
PatchRuleRequest.Builder. copy(PatchRuleRequest o)
Copy method to populate the builder with values from the given instance.
-