Uses of Class
software.amazon.awssdk.services.greengrass.model.GetAssociatedRoleResponse
-
Packages that use GetAssociatedRoleResponse 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 GetAssociatedRoleResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return GetAssociatedRoleResponse Modifier and Type Method Description default GetAssociatedRoleResponseGreengrassClient. getAssociatedRole(Consumer<GetAssociatedRoleRequest.Builder> getAssociatedRoleRequest)Retrieves the role associated with a particular group.default GetAssociatedRoleResponseGreengrassClient. getAssociatedRole(GetAssociatedRoleRequest getAssociatedRoleRequest)Retrieves the role associated with a particular group.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type GetAssociatedRoleResponse Modifier and Type Method 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.
-