Uses of Class
software.amazon.awssdk.services.greengrass.model.GetGroupResponse
-
Packages that use GetGroupResponse 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 GetGroupResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return GetGroupResponse Modifier and Type Method Description default GetGroupResponseGreengrassClient. getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)Retrieves information about a group.default GetGroupResponseGreengrassClient. getGroup(GetGroupRequest getGroupRequest)Retrieves information about a group.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type GetGroupResponse Modifier and Type Method Description default CompletableFuture<GetGroupResponse>GreengrassAsyncClient. getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)Retrieves information about a group.default CompletableFuture<GetGroupResponse>GreengrassAsyncClient. getGroup(GetGroupRequest getGroupRequest)Retrieves information about a group.
-