Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.responses |
Modifier and Type | Method and Description |
---|---|
ListDomainsResponse |
IdentityClient.listDomains(ListDomainsRequest request) |
ListDomainsResponse |
Identity.listDomains(ListDomainsRequest request)
(For tenancies that support identity domains) Lists all identity domains within a tenancy.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDomainsResponse> |
IdentityAsync.listDomains(ListDomainsRequest request,
AsyncHandler<ListDomainsRequest,ListDomainsResponse> handler)
(For tenancies that support identity domains) Lists all identity domains within a tenancy.
|
Future<ListDomainsResponse> |
IdentityAsyncClient.listDomains(ListDomainsRequest request,
AsyncHandler<ListDomainsRequest,ListDomainsResponse> handler) |
Iterable<ListDomainsResponse> |
IdentityPaginators.listDomainsResponseIterator(ListDomainsRequest request)
Creates a new iterable which will iterate over the responses received from the listDomains
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDomainsResponse> |
IdentityAsync.listDomains(ListDomainsRequest request,
AsyncHandler<ListDomainsRequest,ListDomainsResponse> handler)
(For tenancies that support identity domains) Lists all identity domains within a tenancy.
|
Future<ListDomainsResponse> |
IdentityAsyncClient.listDomains(ListDomainsRequest request,
AsyncHandler<ListDomainsRequest,ListDomainsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListDomainsResponse |
ListDomainsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListDomainsResponse.Builder |
ListDomainsResponse.Builder.copy(ListDomainsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.