Uses of Class
com.oracle.bmc.identity.requests.CreateDomainRequest
-
Packages that use CreateDomainRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of CreateDomainRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type CreateDomainRequest 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
.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)
CreateDomainResponse
IdentityClient. createDomain(CreateDomainRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateDomainRequest 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 CreateDomainRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.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.identity.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.
-