Uses of Class
com.oracle.bmc.governancerulescontrolplane.requests.RetryGovernanceRuleRequest
-
Packages that use RetryGovernanceRuleRequest Package Description com.oracle.bmc.governancerulescontrolplane com.oracle.bmc.governancerulescontrolplane.requests -
-
Uses of RetryGovernanceRuleRequest in com.oracle.bmc.governancerulescontrolplane
Methods in com.oracle.bmc.governancerulescontrolplane with parameters of type RetryGovernanceRuleRequest Modifier and Type Method Description RetryGovernanceRuleResponse
GovernanceRule. retryGovernanceRule(RetryGovernanceRuleRequest request)
Retry the creation of the specified governance rule.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)
RetryGovernanceRuleResponse
GovernanceRuleClient. retryGovernanceRule(RetryGovernanceRuleRequest request)
Method parameters in com.oracle.bmc.governancerulescontrolplane with type arguments of type RetryGovernanceRuleRequest 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 RetryGovernanceRuleRequest in com.oracle.bmc.governancerulescontrolplane.requests
Methods in com.oracle.bmc.governancerulescontrolplane.requests that return RetryGovernanceRuleRequest Modifier and Type Method Description RetryGovernanceRuleRequest
RetryGovernanceRuleRequest.Builder. build()
Build the instance of RetryGovernanceRuleRequest as configured by this builderRetryGovernanceRuleRequest
RetryGovernanceRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RetryGovernanceRuleRequest as configured by this builderMethods in com.oracle.bmc.governancerulescontrolplane.requests with parameters of type RetryGovernanceRuleRequest Modifier and Type Method Description RetryGovernanceRuleRequest.Builder
RetryGovernanceRuleRequest.Builder. copy(RetryGovernanceRuleRequest o)
Copy method to populate the builder with values from the given instance.
-