Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
CreateDomainResponse |
IdentityClient.createDomain(CreateDomainRequest request) |
CreateDomainResponse |
Identity.createDomain(CreateDomainRequest request)
(For tenancies that support identity domains) Creates a new identity domain in the tenancy
with the identity domain home in
homeRegion . |
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 in
homeRegion . |
Future<CreateDomainResponse> |
IdentityAsyncClient.createDomain(CreateDomainRequest request,
AsyncHandler<CreateDomainRequest,CreateDomainResponse> handler) |
Modifier and Type | Method and 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 in
homeRegion . |
Future<CreateDomainResponse> |
IdentityAsyncClient.createDomain(CreateDomainRequest request,
AsyncHandler<CreateDomainRequest,CreateDomainResponse> handler) |
Modifier and Type | Method and Description |
---|---|
CreateDomainRequest |
CreateDomainRequest.Builder.build()
Build the instance of CreateDomainRequest as configured by this builder
|
CreateDomainRequest |
CreateDomainRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateDomainRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateDomainRequest.Builder |
CreateDomainRequest.Builder.copy(CreateDomainRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.