| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default GetAssociatedRoleResponse |
GreengrassClient.getAssociatedRole(Consumer<GetAssociatedRoleRequest.Builder> getAssociatedRoleRequest)
Retrieves the role associated with a particular group.
|
default GetAssociatedRoleResponse |
GreengrassClient.getAssociatedRole(GetAssociatedRoleRequest getAssociatedRoleRequest)
Retrieves the role associated with a particular group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetAssociatedRoleResponse> |
GreengrassAsyncClient.getAssociatedRole(Consumer<GetAssociatedRoleRequest.Builder> getAssociatedRoleRequest)
Retrieves the role associated with a particular group.
|
default CompletableFuture<GetAssociatedRoleResponse> |
GreengrassAsyncClient.getAssociatedRole(GetAssociatedRoleRequest getAssociatedRoleRequest)
Retrieves the role associated with a particular group.
|
Copyright © 2023. All rights reserved.