Uses of Class
software.amazon.awssdk.services.greengrass.model.ListGroupsResponse
-
Packages that use ListGroupsResponse Package Description software.amazon.awssdk.services.greengrass AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage. -
-
Uses of ListGroupsResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return ListGroupsResponse Modifier and Type Method Description default ListGroupsResponseGreengrassClient. listGroups()Retrieves a list of groups.default ListGroupsResponseGreengrassClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Retrieves a list of groups.default ListGroupsResponseGreengrassClient. listGroups(ListGroupsRequest listGroupsRequest)Retrieves a list of groups.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type ListGroupsResponse Modifier and Type Method Description default CompletableFuture<ListGroupsResponse>GreengrassAsyncClient. listGroups()Retrieves a list of groups.default CompletableFuture<ListGroupsResponse>GreengrassAsyncClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Retrieves a list of groups.default CompletableFuture<ListGroupsResponse>GreengrassAsyncClient. listGroups(ListGroupsRequest listGroupsRequest)Retrieves a list of groups.
-