Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.ListDomainsRequest
-
Packages that use ListDomainsRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of ListDomainsRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type ListDomainsRequest Modifier and Type Method Description ListDomainsResponse
Domain. listDomains(ListDomainsRequest request)
Return a (paginated) list of domains.Future<ListDomainsResponse>
DomainAsync. listDomains(ListDomainsRequest request, AsyncHandler<ListDomainsRequest,ListDomainsResponse> handler)
Return a (paginated) list of domains.Future<ListDomainsResponse>
DomainAsyncClient. listDomains(ListDomainsRequest request, AsyncHandler<ListDomainsRequest,ListDomainsResponse> handler)
ListDomainsResponse
DomainClient. listDomains(ListDomainsRequest request)
Iterable<DomainSummary>
DomainPaginators. listDomainsRecordIterator(ListDomainsRequest request)
Creates a new iterable which will iterate over theDomainSummary
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.Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type ListDomainsRequest Modifier and Type Method Description Future<ListDomainsResponse>
DomainAsync. listDomains(ListDomainsRequest request, AsyncHandler<ListDomainsRequest,ListDomainsResponse> handler)
Return a (paginated) list of domains.Future<ListDomainsResponse>
DomainAsyncClient. listDomains(ListDomainsRequest request, AsyncHandler<ListDomainsRequest,ListDomainsResponse> handler)
-
Uses of ListDomainsRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return ListDomainsRequest Modifier and Type Method Description ListDomainsRequest
ListDomainsRequest.Builder. build()
Build the instance of ListDomainsRequest as configured by this builderListDomainsRequest
ListDomainsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDomainsRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type ListDomainsRequest Modifier and Type Method Description ListDomainsRequest.Builder
ListDomainsRequest.Builder. copy(ListDomainsRequest o)
Copy method to populate the builder with values from the given instance.
-