Uses of Class
com.oracle.bmc.identity.responses.CreateDomainResponse
-
Packages that use CreateDomainResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of CreateDomainResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return CreateDomainResponse Modifier and Type Method Description CreateDomainResponse
Identity. createDomain(CreateDomainRequest request)
(For tenancies that support identity domains) Creates a new identity domain in the tenancy with the identity domain home inhomeRegion
.CreateDomainResponse
IdentityClient. createDomain(CreateDomainRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type CreateDomainResponse Modifier and Type Method Description Future<CreateDomainResponse>
IdentityAsync. createDomain(CreateDomainRequest request, AsyncHandler<CreateDomainRequest,CreateDomainResponse> handler)
(For tenancies that support identity domains) Creates a new identity domain in the tenancy with the identity domain home inhomeRegion
.Future<CreateDomainResponse>
IdentityAsyncClient. createDomain(CreateDomainRequest request, AsyncHandler<CreateDomainRequest,CreateDomainResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateDomainResponse Modifier and Type Method Description Future<CreateDomainResponse>
IdentityAsync. createDomain(CreateDomainRequest request, AsyncHandler<CreateDomainRequest,CreateDomainResponse> handler)
(For tenancies that support identity domains) Creates a new identity domain in the tenancy with the identity domain home inhomeRegion
.Future<CreateDomainResponse>
IdentityAsyncClient. createDomain(CreateDomainRequest request, AsyncHandler<CreateDomainRequest,CreateDomainResponse> handler)
-
Uses of CreateDomainResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return CreateDomainResponse Modifier and Type Method Description CreateDomainResponse
CreateDomainResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.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.
-