Uses of Class
software.amazon.awssdk.services.greengrass.model.UpdateGroupResponse
-
Packages that use UpdateGroupResponse 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 UpdateGroupResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return UpdateGroupResponse Modifier and Type Method Description default UpdateGroupResponseGreengrassClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Updates a group.default UpdateGroupResponseGreengrassClient. updateGroup(UpdateGroupRequest updateGroupRequest)Updates a group.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type UpdateGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateGroupResponse>GreengrassAsyncClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Updates a group.default CompletableFuture<UpdateGroupResponse>GreengrassAsyncClient. updateGroup(UpdateGroupRequest updateGroupRequest)Updates a group.
-