Uses of Class
com.oracle.bmc.governancerulescontrolplane.responses.DeleteGovernanceRuleResponse
-
Packages that use DeleteGovernanceRuleResponse Package Description com.oracle.bmc.governancerulescontrolplane com.oracle.bmc.governancerulescontrolplane.responses -
-
Uses of DeleteGovernanceRuleResponse in com.oracle.bmc.governancerulescontrolplane
Methods in com.oracle.bmc.governancerulescontrolplane that return DeleteGovernanceRuleResponse Modifier and Type Method Description DeleteGovernanceRuleResponse
GovernanceRule. deleteGovernanceRule(DeleteGovernanceRuleRequest request)
Delete the specified governance rule.DeleteGovernanceRuleResponse
GovernanceRuleClient. deleteGovernanceRule(DeleteGovernanceRuleRequest request)
Methods in com.oracle.bmc.governancerulescontrolplane that return types with arguments of type DeleteGovernanceRuleResponse 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)
Method parameters in com.oracle.bmc.governancerulescontrolplane with type arguments of type DeleteGovernanceRuleResponse 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 DeleteGovernanceRuleResponse in com.oracle.bmc.governancerulescontrolplane.responses
Methods in com.oracle.bmc.governancerulescontrolplane.responses that return DeleteGovernanceRuleResponse Modifier and Type Method Description DeleteGovernanceRuleResponse
DeleteGovernanceRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.governancerulescontrolplane.responses with parameters of type DeleteGovernanceRuleResponse Modifier and Type Method Description DeleteGovernanceRuleResponse.Builder
DeleteGovernanceRuleResponse.Builder. copy(DeleteGovernanceRuleResponse o)
Copy method to populate the builder with values from the given instance.
-