Uses of Class
com.oracle.bmc.governancerulescontrolplane.responses.GetGovernanceRuleResponse
- 
Packages that use GetGovernanceRuleResponse Package Description com.oracle.bmc.governancerulescontrolplane com.oracle.bmc.governancerulescontrolplane.responses 
- 
- 
Uses of GetGovernanceRuleResponse in com.oracle.bmc.governancerulescontrolplaneMethods in com.oracle.bmc.governancerulescontrolplane that return GetGovernanceRuleResponse Modifier and Type Method Description GetGovernanceRuleResponseGovernanceRule. getGovernanceRule(GetGovernanceRuleRequest request)Get the specified governance rule’s information.GetGovernanceRuleResponseGovernanceRuleClient. getGovernanceRule(GetGovernanceRuleRequest request)Method parameters in com.oracle.bmc.governancerulescontrolplane with type arguments of type GetGovernanceRuleResponse Modifier and Type Method Description Future<GetGovernanceRuleResponse>GovernanceRuleAsync. getGovernanceRule(GetGovernanceRuleRequest request, AsyncHandler<GetGovernanceRuleRequest,GetGovernanceRuleResponse> handler)Get the specified governance rule’s information.Future<GetGovernanceRuleResponse>GovernanceRuleAsyncClient. getGovernanceRule(GetGovernanceRuleRequest request, AsyncHandler<GetGovernanceRuleRequest,GetGovernanceRuleResponse> handler)
- 
Uses of GetGovernanceRuleResponse in com.oracle.bmc.governancerulescontrolplane.responsesMethods in com.oracle.bmc.governancerulescontrolplane.responses that return GetGovernanceRuleResponse Modifier and Type Method Description GetGovernanceRuleResponseGetGovernanceRuleResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.governancerulescontrolplane.responses with parameters of type GetGovernanceRuleResponse Modifier and Type Method Description GetGovernanceRuleResponse.BuilderGetGovernanceRuleResponse.Builder. copy(GetGovernanceRuleResponse o)Copy method to populate the builder with values from the given instance.
 
-