Uses of Class
software.amazon.awssdk.services.greengrass.model.GetServiceRoleForAccountResponse
-
Packages that use GetServiceRoleForAccountResponse 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 GetServiceRoleForAccountResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return GetServiceRoleForAccountResponse Modifier and Type Method Description default GetServiceRoleForAccountResponseGreengrassClient. getServiceRoleForAccount()Retrieves the service role that is attached to your account.default GetServiceRoleForAccountResponseGreengrassClient. getServiceRoleForAccount(Consumer<GetServiceRoleForAccountRequest.Builder> getServiceRoleForAccountRequest)Retrieves the service role that is attached to your account.default GetServiceRoleForAccountResponseGreengrassClient. getServiceRoleForAccount(GetServiceRoleForAccountRequest getServiceRoleForAccountRequest)Retrieves the service role that is attached to your account.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type GetServiceRoleForAccountResponse Modifier and Type Method Description default CompletableFuture<GetServiceRoleForAccountResponse>GreengrassAsyncClient. getServiceRoleForAccount()Retrieves the service role that is attached to your account.default CompletableFuture<GetServiceRoleForAccountResponse>GreengrassAsyncClient. getServiceRoleForAccount(Consumer<GetServiceRoleForAccountRequest.Builder> getServiceRoleForAccountRequest)Retrieves the service role that is attached to your account.default CompletableFuture<GetServiceRoleForAccountResponse>GreengrassAsyncClient. getServiceRoleForAccount(GetServiceRoleForAccountRequest getServiceRoleForAccountRequest)Retrieves the service role that is attached to your account.
-