Uses of Class
com.oracle.bmc.iot.responses.ListIotDomainGroupsResponse
-
Packages that use ListIotDomainGroupsResponse Package Description com.oracle.bmc.iot com.oracle.bmc.iot.responses -
-
Uses of ListIotDomainGroupsResponse in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot that return ListIotDomainGroupsResponse Modifier and Type Method Description ListIotDomainGroupsResponseIot. listIotDomainGroups(ListIotDomainGroupsRequest request)Retrieves a list of IoT domain groups within the specified compartment.ListIotDomainGroupsResponseIotClient. listIotDomainGroups(ListIotDomainGroupsRequest request)Methods in com.oracle.bmc.iot that return types with arguments of type ListIotDomainGroupsResponse 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)Iterable<ListIotDomainGroupsResponse>IotPaginators. listIotDomainGroupsResponseIterator(ListIotDomainGroupsRequest request)Creates a new iterable which will iterate over the responses received from the listIotDomainGroups operation.Method parameters in com.oracle.bmc.iot with type arguments of type ListIotDomainGroupsResponse 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 ListIotDomainGroupsResponse in com.oracle.bmc.iot.responses
Methods in com.oracle.bmc.iot.responses that return ListIotDomainGroupsResponse Modifier and Type Method Description ListIotDomainGroupsResponseListIotDomainGroupsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type ListIotDomainGroupsResponse Modifier and Type Method Description ListIotDomainGroupsResponse.BuilderListIotDomainGroupsResponse.Builder. copy(ListIotDomainGroupsResponse o)Copy method to populate the builder with values from the given instance.
-