Uses of Class
software.amazon.awssdk.services.greengrassv2.model.GetServiceRoleForAccountResponse
-
Packages that use GetServiceRoleForAccountResponse Package Description software.amazon.awssdk.services.greengrassv2 IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices. -
-
Uses of GetServiceRoleForAccountResponse in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 that return GetServiceRoleForAccountResponse Modifier and Type Method Description default GetServiceRoleForAccountResponseGreengrassV2Client. getServiceRoleForAccount(Consumer<GetServiceRoleForAccountRequest.Builder> getServiceRoleForAccountRequest)Gets the service role associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.default GetServiceRoleForAccountResponseGreengrassV2Client. getServiceRoleForAccount(GetServiceRoleForAccountRequest getServiceRoleForAccountRequest)Gets the service role associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.Methods in software.amazon.awssdk.services.greengrassv2 that return types with arguments of type GetServiceRoleForAccountResponse Modifier and Type Method Description default CompletableFuture<GetServiceRoleForAccountResponse>GreengrassV2AsyncClient. getServiceRoleForAccount(Consumer<GetServiceRoleForAccountRequest.Builder> getServiceRoleForAccountRequest)Gets the service role associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.default CompletableFuture<GetServiceRoleForAccountResponse>GreengrassV2AsyncClient. getServiceRoleForAccount(GetServiceRoleForAccountRequest getServiceRoleForAccountRequest)Gets the service role associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
-