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.tenantmanagercontrolplaneMethods in com.oracle.bmc.tenantmanagercontrolplane that return CreateDomainResponse Modifier and Type Method Description CreateDomainResponseDomain. createDomain(CreateDomainRequest request)Begins the registration process for claiming a domain.CreateDomainResponseDomainClient. 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.responsesMethods in com.oracle.bmc.tenantmanagercontrolplane.responses that return CreateDomainResponse Modifier and Type Method Description CreateDomainResponseCreateDomainResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type CreateDomainResponse Modifier and Type Method Description CreateDomainResponse.BuilderCreateDomainResponse.Builder. copy(CreateDomainResponse o)Copy method to populate the builder with values from the given instance.
 
-