Package | Description |
---|---|
com.oracle.bmc.tenantmanagercontrolplane | |
com.oracle.bmc.tenantmanagercontrolplane.requests |
Modifier and Type | Method and Description |
---|---|
ListDomainsResponse |
Domain.listDomains(ListDomainsRequest request)
Return a (paginated) list of domains.
|
ListDomainsResponse |
DomainClient.listDomains(ListDomainsRequest request) |
Future<ListDomainsResponse> |
DomainAsyncClient.listDomains(ListDomainsRequest request,
AsyncHandler<ListDomainsRequest,ListDomainsResponse> handler) |
Future<ListDomainsResponse> |
DomainAsync.listDomains(ListDomainsRequest request,
AsyncHandler<ListDomainsRequest,ListDomainsResponse> handler)
Return a (paginated) list of domains.
|
Iterable<DomainSummary> |
DomainPaginators.listDomainsRecordIterator(ListDomainsRequest request)
Creates a new iterable which will iterate over the
DomainSummary objects contained in responses
from the listDomains operation. |
Iterable<ListDomainsResponse> |
DomainPaginators.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> |
DomainAsyncClient.listDomains(ListDomainsRequest request,
AsyncHandler<ListDomainsRequest,ListDomainsResponse> handler) |
Future<ListDomainsResponse> |
DomainAsync.listDomains(ListDomainsRequest request,
AsyncHandler<ListDomainsRequest,ListDomainsResponse> handler)
Return a (paginated) list of domains.
|
Modifier and Type | Method and Description |
---|---|
ListDomainsRequest |
ListDomainsRequest.Builder.build()
Build the instance of ListDomainsRequest as configured by this builder
|
ListDomainsRequest |
ListDomainsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListDomainsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListDomainsRequest.Builder |
ListDomainsRequest.Builder.copy(ListDomainsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.