Uses of Class
com.oracle.bmc.iot.requests.ListIotDomainsRequest
-
Packages that use ListIotDomainsRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests -
-
Uses of ListIotDomainsRequest in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot with parameters of type ListIotDomainsRequest Modifier and Type Method Description ListIotDomainsResponseIot. listIotDomains(ListIotDomainsRequest request)Retrieves a list of IoT domains within the specified compartment.Future<ListIotDomainsResponse>IotAsync. listIotDomains(ListIotDomainsRequest request, AsyncHandler<ListIotDomainsRequest,ListIotDomainsResponse> handler)Retrieves a list of IoT domains within the specified compartment.Future<ListIotDomainsResponse>IotAsyncClient. listIotDomains(ListIotDomainsRequest request, AsyncHandler<ListIotDomainsRequest,ListIotDomainsResponse> handler)ListIotDomainsResponseIotClient. listIotDomains(ListIotDomainsRequest request)Iterable<IotDomainSummary>IotPaginators. listIotDomainsRecordIterator(ListIotDomainsRequest request)Creates a new iterable which will iterate over theIotDomainSummaryobjects contained in responses from the listIotDomains operation.Iterable<ListIotDomainsResponse>IotPaginators. listIotDomainsResponseIterator(ListIotDomainsRequest request)Creates a new iterable which will iterate over the responses received from the listIotDomains operation.Method parameters in com.oracle.bmc.iot with type arguments of type ListIotDomainsRequest Modifier and Type Method Description Future<ListIotDomainsResponse>IotAsync. listIotDomains(ListIotDomainsRequest request, AsyncHandler<ListIotDomainsRequest,ListIotDomainsResponse> handler)Retrieves a list of IoT domains within the specified compartment.Future<ListIotDomainsResponse>IotAsyncClient. listIotDomains(ListIotDomainsRequest request, AsyncHandler<ListIotDomainsRequest,ListIotDomainsResponse> handler) -
Uses of ListIotDomainsRequest in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return ListIotDomainsRequest Modifier and Type Method Description ListIotDomainsRequestListIotDomainsRequest.Builder. build()Build the instance of ListIotDomainsRequest as configured by this builderListIotDomainsRequestListIotDomainsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListIotDomainsRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type ListIotDomainsRequest Modifier and Type Method Description ListIotDomainsRequest.BuilderListIotDomainsRequest.Builder. copy(ListIotDomainsRequest o)Copy method to populate the builder with values from the given instance.
-