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