Uses of Class
software.amazon.awssdk.services.greengrass.model.CreateGroupResponse
-
Packages that use CreateGroupResponse 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 CreateGroupResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return CreateGroupResponse Modifier and Type Method Description default CreateGroupResponseGreengrassClient. createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)Creates a group.default CreateGroupResponseGreengrassClient. createGroup(CreateGroupRequest createGroupRequest)Creates a group.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type CreateGroupResponse Modifier and Type Method Description default CompletableFuture<CreateGroupResponse>GreengrassAsyncClient. createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)Creates a group.default CompletableFuture<CreateGroupResponse>GreengrassAsyncClient. createGroup(CreateGroupRequest createGroupRequest)Creates a group.
-