Uses of Class
com.oracle.bmc.governancerulescontrolplane.requests.DeleteGovernanceRuleRequest
- 
Packages that use DeleteGovernanceRuleRequest Package Description com.oracle.bmc.governancerulescontrolplane com.oracle.bmc.governancerulescontrolplane.requests 
- 
- 
Uses of DeleteGovernanceRuleRequest in com.oracle.bmc.governancerulescontrolplaneMethods in com.oracle.bmc.governancerulescontrolplane with parameters of type DeleteGovernanceRuleRequest Modifier and Type Method Description DeleteGovernanceRuleResponseGovernanceRule. deleteGovernanceRule(DeleteGovernanceRuleRequest request)Delete the specified governance rule.Future<DeleteGovernanceRuleResponse>GovernanceRuleAsync. deleteGovernanceRule(DeleteGovernanceRuleRequest request, AsyncHandler<DeleteGovernanceRuleRequest,DeleteGovernanceRuleResponse> handler)Delete the specified governance rule.Future<DeleteGovernanceRuleResponse>GovernanceRuleAsyncClient. deleteGovernanceRule(DeleteGovernanceRuleRequest request, AsyncHandler<DeleteGovernanceRuleRequest,DeleteGovernanceRuleResponse> handler)DeleteGovernanceRuleResponseGovernanceRuleClient. deleteGovernanceRule(DeleteGovernanceRuleRequest request)Method parameters in com.oracle.bmc.governancerulescontrolplane with type arguments of type DeleteGovernanceRuleRequest Modifier and Type Method Description Future<DeleteGovernanceRuleResponse>GovernanceRuleAsync. deleteGovernanceRule(DeleteGovernanceRuleRequest request, AsyncHandler<DeleteGovernanceRuleRequest,DeleteGovernanceRuleResponse> handler)Delete the specified governance rule.Future<DeleteGovernanceRuleResponse>GovernanceRuleAsyncClient. deleteGovernanceRule(DeleteGovernanceRuleRequest request, AsyncHandler<DeleteGovernanceRuleRequest,DeleteGovernanceRuleResponse> handler)
- 
Uses of DeleteGovernanceRuleRequest in com.oracle.bmc.governancerulescontrolplane.requestsMethods in com.oracle.bmc.governancerulescontrolplane.requests that return DeleteGovernanceRuleRequest Modifier and Type Method Description DeleteGovernanceRuleRequestDeleteGovernanceRuleRequest.Builder. build()Build the instance of DeleteGovernanceRuleRequest as configured by this builderDeleteGovernanceRuleRequestDeleteGovernanceRuleRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteGovernanceRuleRequest as configured by this builderMethods in com.oracle.bmc.governancerulescontrolplane.requests with parameters of type DeleteGovernanceRuleRequest Modifier and Type Method Description DeleteGovernanceRuleRequest.BuilderDeleteGovernanceRuleRequest.Builder. copy(DeleteGovernanceRuleRequest o)Copy method to populate the builder with values from the given instance.
 
-