Uses of Class
com.oracle.bmc.iot.requests.ListIotDomainGroupsRequest
-
Packages that use ListIotDomainGroupsRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests -
-
Uses of ListIotDomainGroupsRequest in com.oracle.bmc.iot
Method parameters in com.oracle.bmc.iot with type arguments of type ListIotDomainGroupsRequest Modifier and Type Method Description Future<ListIotDomainGroupsResponse>IotAsync. listIotDomainGroups(ListIotDomainGroupsRequest request, AsyncHandler<ListIotDomainGroupsRequest,ListIotDomainGroupsResponse> handler)Retrieves a list of IoT domain groups within the specified compartment.Future<ListIotDomainGroupsResponse>IotAsyncClient. listIotDomainGroups(ListIotDomainGroupsRequest request, AsyncHandler<ListIotDomainGroupsRequest,ListIotDomainGroupsResponse> handler) -
Uses of ListIotDomainGroupsRequest in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return ListIotDomainGroupsRequest Modifier and Type Method Description ListIotDomainGroupsRequestListIotDomainGroupsRequest.Builder. build()Build the instance of ListIotDomainGroupsRequest as configured by this builderListIotDomainGroupsRequestListIotDomainGroupsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListIotDomainGroupsRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type ListIotDomainGroupsRequest Modifier and Type Method Description ListIotDomainGroupsRequest.BuilderListIotDomainGroupsRequest.Builder. copy(ListIotDomainGroupsRequest o)Copy method to populate the builder with values from the given instance.
-