Uses of Class
com.oracle.bmc.governancerulescontrolplane.responses.RetryGovernanceRuleResponse
-
Packages that use RetryGovernanceRuleResponse Package Description com.oracle.bmc.governancerulescontrolplane com.oracle.bmc.governancerulescontrolplane.responses -
-
Uses of RetryGovernanceRuleResponse in com.oracle.bmc.governancerulescontrolplane
Methods in com.oracle.bmc.governancerulescontrolplane that return RetryGovernanceRuleResponse Modifier and Type Method Description RetryGovernanceRuleResponse
GovernanceRule. retryGovernanceRule(RetryGovernanceRuleRequest request)
Retry the creation of the specified governance rule.RetryGovernanceRuleResponse
GovernanceRuleClient. retryGovernanceRule(RetryGovernanceRuleRequest request)
Methods in com.oracle.bmc.governancerulescontrolplane that return types with arguments of type RetryGovernanceRuleResponse Modifier and Type Method Description Future<RetryGovernanceRuleResponse>
GovernanceRuleAsync. retryGovernanceRule(RetryGovernanceRuleRequest request, AsyncHandler<RetryGovernanceRuleRequest,RetryGovernanceRuleResponse> handler)
Retry the creation of the specified governance rule.Future<RetryGovernanceRuleResponse>
GovernanceRuleAsyncClient. retryGovernanceRule(RetryGovernanceRuleRequest request, AsyncHandler<RetryGovernanceRuleRequest,RetryGovernanceRuleResponse> handler)
Method parameters in com.oracle.bmc.governancerulescontrolplane with type arguments of type RetryGovernanceRuleResponse Modifier and Type Method Description Future<RetryGovernanceRuleResponse>
GovernanceRuleAsync. retryGovernanceRule(RetryGovernanceRuleRequest request, AsyncHandler<RetryGovernanceRuleRequest,RetryGovernanceRuleResponse> handler)
Retry the creation of the specified governance rule.Future<RetryGovernanceRuleResponse>
GovernanceRuleAsyncClient. retryGovernanceRule(RetryGovernanceRuleRequest request, AsyncHandler<RetryGovernanceRuleRequest,RetryGovernanceRuleResponse> handler)
-
Uses of RetryGovernanceRuleResponse in com.oracle.bmc.governancerulescontrolplane.responses
Methods in com.oracle.bmc.governancerulescontrolplane.responses that return RetryGovernanceRuleResponse Modifier and Type Method Description RetryGovernanceRuleResponse
RetryGovernanceRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.governancerulescontrolplane.responses with parameters of type RetryGovernanceRuleResponse Modifier and Type Method Description RetryGovernanceRuleResponse.Builder
RetryGovernanceRuleResponse.Builder. copy(RetryGovernanceRuleResponse o)
Copy method to populate the builder with values from the given instance.
-