Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.CreateDomainRequest
-
Packages that use CreateDomainRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of CreateDomainRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type CreateDomainRequest Modifier and Type Method Description CreateDomainResponse
Domain. createDomain(CreateDomainRequest request)
Begins the registration process for claiming a domain.Future<CreateDomainResponse>
DomainAsync. createDomain(CreateDomainRequest request, AsyncHandler<CreateDomainRequest,CreateDomainResponse> handler)
Begins the registration process for claiming a domain.Future<CreateDomainResponse>
DomainAsyncClient. createDomain(CreateDomainRequest request, AsyncHandler<CreateDomainRequest,CreateDomainResponse> handler)
CreateDomainResponse
DomainClient. createDomain(CreateDomainRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type CreateDomainRequest Modifier and Type Method Description Future<CreateDomainResponse>
DomainAsync. createDomain(CreateDomainRequest request, AsyncHandler<CreateDomainRequest,CreateDomainResponse> handler)
Begins the registration process for claiming a domain.Future<CreateDomainResponse>
DomainAsyncClient. createDomain(CreateDomainRequest request, AsyncHandler<CreateDomainRequest,CreateDomainResponse> handler)
-
Uses of CreateDomainRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return CreateDomainRequest Modifier and Type Method Description CreateDomainRequest
CreateDomainRequest.Builder. build()
Build the instance of CreateDomainRequest as configured by this builderCreateDomainRequest
CreateDomainRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDomainRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type CreateDomainRequest Modifier and Type Method Description CreateDomainRequest.Builder
CreateDomainRequest.Builder. copy(CreateDomainRequest o)
Copy method to populate the builder with values from the given instance.
-