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