Uses of Class
com.oracle.bmc.governancerulescontrolplane.requests.UpdateGovernanceRuleRequest
-
Packages that use UpdateGovernanceRuleRequest Package Description com.oracle.bmc.governancerulescontrolplane com.oracle.bmc.governancerulescontrolplane.requests -
-
Uses of UpdateGovernanceRuleRequest in com.oracle.bmc.governancerulescontrolplane
Methods in com.oracle.bmc.governancerulescontrolplane with parameters of type UpdateGovernanceRuleRequest Modifier and Type Method Description UpdateGovernanceRuleResponse
GovernanceRule. updateGovernanceRule(UpdateGovernanceRuleRequest request)
Update the specified governance rule.Future<UpdateGovernanceRuleResponse>
GovernanceRuleAsync. updateGovernanceRule(UpdateGovernanceRuleRequest request, AsyncHandler<UpdateGovernanceRuleRequest,UpdateGovernanceRuleResponse> handler)
Update the specified governance rule.Future<UpdateGovernanceRuleResponse>
GovernanceRuleAsyncClient. updateGovernanceRule(UpdateGovernanceRuleRequest request, AsyncHandler<UpdateGovernanceRuleRequest,UpdateGovernanceRuleResponse> handler)
UpdateGovernanceRuleResponse
GovernanceRuleClient. updateGovernanceRule(UpdateGovernanceRuleRequest request)
Method parameters in com.oracle.bmc.governancerulescontrolplane with type arguments of type UpdateGovernanceRuleRequest Modifier and Type Method Description Future<UpdateGovernanceRuleResponse>
GovernanceRuleAsync. updateGovernanceRule(UpdateGovernanceRuleRequest request, AsyncHandler<UpdateGovernanceRuleRequest,UpdateGovernanceRuleResponse> handler)
Update the specified governance rule.Future<UpdateGovernanceRuleResponse>
GovernanceRuleAsyncClient. updateGovernanceRule(UpdateGovernanceRuleRequest request, AsyncHandler<UpdateGovernanceRuleRequest,UpdateGovernanceRuleResponse> handler)
-
Uses of UpdateGovernanceRuleRequest in com.oracle.bmc.governancerulescontrolplane.requests
Methods in com.oracle.bmc.governancerulescontrolplane.requests that return UpdateGovernanceRuleRequest Modifier and Type Method Description UpdateGovernanceRuleRequest
UpdateGovernanceRuleRequest.Builder. build()
Build the instance of UpdateGovernanceRuleRequest as configured by this builderUpdateGovernanceRuleRequest
UpdateGovernanceRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateGovernanceRuleRequest as configured by this builderMethods in com.oracle.bmc.governancerulescontrolplane.requests with parameters of type UpdateGovernanceRuleRequest Modifier and Type Method Description UpdateGovernanceRuleRequest.Builder
UpdateGovernanceRuleRequest.Builder. copy(UpdateGovernanceRuleRequest o)
Copy method to populate the builder with values from the given instance.
-