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.governancerulescontrolplane
Methods in com.oracle.bmc.governancerulescontrolplane with parameters of type DeleteGovernanceRuleRequest Modifier and Type Method Description DeleteGovernanceRuleResponse
GovernanceRule. 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)
DeleteGovernanceRuleResponse
GovernanceRuleClient. 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.requests
Methods in com.oracle.bmc.governancerulescontrolplane.requests that return DeleteGovernanceRuleRequest Modifier and Type Method Description DeleteGovernanceRuleRequest
DeleteGovernanceRuleRequest.Builder. build()
Build the instance of DeleteGovernanceRuleRequest as configured by this builderDeleteGovernanceRuleRequest
DeleteGovernanceRuleRequest.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.Builder
DeleteGovernanceRuleRequest.Builder. copy(DeleteGovernanceRuleRequest o)
Copy method to populate the builder with values from the given instance.
-