Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.RemoveGovernanceRequest
-
Packages that use RemoveGovernanceRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of RemoveGovernanceRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type RemoveGovernanceRequest Modifier and Type Method Description RemoveGovernanceResponse
Governance. removeGovernance(RemoveGovernanceRequest request)
Starts a work request to opt the tenancy out of governance rules.Future<RemoveGovernanceResponse>
GovernanceAsync. removeGovernance(RemoveGovernanceRequest request, AsyncHandler<RemoveGovernanceRequest,RemoveGovernanceResponse> handler)
Starts a work request to opt the tenancy out of governance rules.Future<RemoveGovernanceResponse>
GovernanceAsyncClient. removeGovernance(RemoveGovernanceRequest request, AsyncHandler<RemoveGovernanceRequest,RemoveGovernanceResponse> handler)
RemoveGovernanceResponse
GovernanceClient. removeGovernance(RemoveGovernanceRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type RemoveGovernanceRequest Modifier and Type Method Description Future<RemoveGovernanceResponse>
GovernanceAsync. removeGovernance(RemoveGovernanceRequest request, AsyncHandler<RemoveGovernanceRequest,RemoveGovernanceResponse> handler)
Starts a work request to opt the tenancy out of governance rules.Future<RemoveGovernanceResponse>
GovernanceAsyncClient. removeGovernance(RemoveGovernanceRequest request, AsyncHandler<RemoveGovernanceRequest,RemoveGovernanceResponse> handler)
-
Uses of RemoveGovernanceRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return RemoveGovernanceRequest Modifier and Type Method Description RemoveGovernanceRequest
RemoveGovernanceRequest.Builder. build()
Build the instance of RemoveGovernanceRequest as configured by this builderRemoveGovernanceRequest
RemoveGovernanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemoveGovernanceRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type RemoveGovernanceRequest Modifier and Type Method Description RemoveGovernanceRequest.Builder
RemoveGovernanceRequest.Builder. copy(RemoveGovernanceRequest o)
Copy method to populate the builder with values from the given instance.
-