Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.CreateDomainGovernanceRequest
-
Packages that use CreateDomainGovernanceRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of CreateDomainGovernanceRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type CreateDomainGovernanceRequest Modifier and Type Method Description CreateDomainGovernanceResponse
DomainGovernance. createDomainGovernance(CreateDomainGovernanceRequest request)
Adds domain governance to a claimed domain.Future<CreateDomainGovernanceResponse>
DomainGovernanceAsync. createDomainGovernance(CreateDomainGovernanceRequest request, AsyncHandler<CreateDomainGovernanceRequest,CreateDomainGovernanceResponse> handler)
Adds domain governance to a claimed domain.Future<CreateDomainGovernanceResponse>
DomainGovernanceAsyncClient. createDomainGovernance(CreateDomainGovernanceRequest request, AsyncHandler<CreateDomainGovernanceRequest,CreateDomainGovernanceResponse> handler)
CreateDomainGovernanceResponse
DomainGovernanceClient. createDomainGovernance(CreateDomainGovernanceRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type CreateDomainGovernanceRequest Modifier and Type Method Description Future<CreateDomainGovernanceResponse>
DomainGovernanceAsync. createDomainGovernance(CreateDomainGovernanceRequest request, AsyncHandler<CreateDomainGovernanceRequest,CreateDomainGovernanceResponse> handler)
Adds domain governance to a claimed domain.Future<CreateDomainGovernanceResponse>
DomainGovernanceAsyncClient. createDomainGovernance(CreateDomainGovernanceRequest request, AsyncHandler<CreateDomainGovernanceRequest,CreateDomainGovernanceResponse> handler)
-
Uses of CreateDomainGovernanceRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return CreateDomainGovernanceRequest Modifier and Type Method Description CreateDomainGovernanceRequest
CreateDomainGovernanceRequest.Builder. build()
Build the instance of CreateDomainGovernanceRequest as configured by this builderCreateDomainGovernanceRequest
CreateDomainGovernanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDomainGovernanceRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type CreateDomainGovernanceRequest Modifier and Type Method Description CreateDomainGovernanceRequest.Builder
CreateDomainGovernanceRequest.Builder. copy(CreateDomainGovernanceRequest o)
Copy method to populate the builder with values from the given instance.
-