| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAssociatedRoleResult> |
AbstractAWSGreengrassAsync.getAssociatedRoleAsync(GetAssociatedRoleRequest request,
AsyncHandler<GetAssociatedRoleRequest,GetAssociatedRoleResult> asyncHandler) |
Future<GetAssociatedRoleResult> |
AWSGreengrassAsyncClient.getAssociatedRoleAsync(GetAssociatedRoleRequest request,
AsyncHandler<GetAssociatedRoleRequest,GetAssociatedRoleResult> asyncHandler) |
Future<GetAssociatedRoleResult> |
AWSGreengrassAsync.getAssociatedRoleAsync(GetAssociatedRoleRequest getAssociatedRoleRequest,
AsyncHandler<GetAssociatedRoleRequest,GetAssociatedRoleResult> asyncHandler)
Retrieves the role associated with a particular group.
|
| Modifier and Type | Method and Description |
|---|---|
GetAssociatedRoleRequest |
GetAssociatedRoleRequest.clone() |
GetAssociatedRoleRequest |
GetAssociatedRoleRequest.withGroupId(String groupId)
The ID of the Greengrass group.
|
Copyright © 2023. All rights reserved.