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