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.governancerulescontrolplane
Methods in com.oracle.bmc.governancerulescontrolplane that return GetGovernanceRuleResponse Modifier and Type Method Description GetGovernanceRuleResponse
GovernanceRule. getGovernanceRule(GetGovernanceRuleRequest request)
Get the specified governance rule’s information.GetGovernanceRuleResponse
GovernanceRuleClient. 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.responses
Methods in com.oracle.bmc.governancerulescontrolplane.responses that return GetGovernanceRuleResponse Modifier and Type Method Description GetGovernanceRuleResponse
GetGovernanceRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.governancerulescontrolplane.responses with parameters of type GetGovernanceRuleResponse Modifier and Type Method Description GetGovernanceRuleResponse.Builder
GetGovernanceRuleResponse.Builder. copy(GetGovernanceRuleResponse o)
Copy method to populate the builder with values from the given instance.
-