Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.CreateDomainResponse
-
Packages that use CreateDomainResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of CreateDomainResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return CreateDomainResponse Modifier and Type Method Description CreateDomainResponse
Domain. createDomain(CreateDomainRequest request)
Begins the registration process for claiming a domain.CreateDomainResponse
DomainClient. createDomain(CreateDomainRequest request)
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type CreateDomainResponse 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)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type CreateDomainResponse 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 CreateDomainResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return CreateDomainResponse Modifier and Type Method Description CreateDomainResponse
CreateDomainResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type CreateDomainResponse Modifier and Type Method Description CreateDomainResponse.Builder
CreateDomainResponse.Builder. copy(CreateDomainResponse o)
Copy method to populate the builder with values from the given instance.
-