Uses of Class
com.oracle.bmc.governancerulescontrolplane.responses.ListGovernanceRulesResponse
-
Packages that use ListGovernanceRulesResponse Package Description com.oracle.bmc.governancerulescontrolplane com.oracle.bmc.governancerulescontrolplane.responses -
-
Uses of ListGovernanceRulesResponse in com.oracle.bmc.governancerulescontrolplane
Methods in com.oracle.bmc.governancerulescontrolplane that return ListGovernanceRulesResponse Modifier and Type Method Description ListGovernanceRulesResponse
GovernanceRule. listGovernanceRules(ListGovernanceRulesRequest request)
List governance rules.ListGovernanceRulesResponse
GovernanceRuleClient. listGovernanceRules(ListGovernanceRulesRequest request)
Methods in com.oracle.bmc.governancerulescontrolplane that return types with arguments of type ListGovernanceRulesResponse Modifier and Type Method Description Future<ListGovernanceRulesResponse>
GovernanceRuleAsync. listGovernanceRules(ListGovernanceRulesRequest request, AsyncHandler<ListGovernanceRulesRequest,ListGovernanceRulesResponse> handler)
List governance rules.Future<ListGovernanceRulesResponse>
GovernanceRuleAsyncClient. listGovernanceRules(ListGovernanceRulesRequest request, AsyncHandler<ListGovernanceRulesRequest,ListGovernanceRulesResponse> handler)
Iterable<ListGovernanceRulesResponse>
GovernanceRulePaginators. listGovernanceRulesResponseIterator(ListGovernanceRulesRequest request)
Creates a new iterable which will iterate over the responses received from the listGovernanceRules operation.Method parameters in com.oracle.bmc.governancerulescontrolplane with type arguments of type ListGovernanceRulesResponse Modifier and Type Method Description Future<ListGovernanceRulesResponse>
GovernanceRuleAsync. listGovernanceRules(ListGovernanceRulesRequest request, AsyncHandler<ListGovernanceRulesRequest,ListGovernanceRulesResponse> handler)
List governance rules.Future<ListGovernanceRulesResponse>
GovernanceRuleAsyncClient. listGovernanceRules(ListGovernanceRulesRequest request, AsyncHandler<ListGovernanceRulesRequest,ListGovernanceRulesResponse> handler)
-
Uses of ListGovernanceRulesResponse in com.oracle.bmc.governancerulescontrolplane.responses
Methods in com.oracle.bmc.governancerulescontrolplane.responses that return ListGovernanceRulesResponse Modifier and Type Method Description ListGovernanceRulesResponse
ListGovernanceRulesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.governancerulescontrolplane.responses with parameters of type ListGovernanceRulesResponse Modifier and Type Method Description ListGovernanceRulesResponse.Builder
ListGovernanceRulesResponse.Builder. copy(ListGovernanceRulesResponse o)
Copy method to populate the builder with values from the given instance.
-