| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
GetServiceRoleForAccountResult |
AWSGreengrass.getServiceRoleForAccount(GetServiceRoleForAccountRequest getServiceRoleForAccountRequest)
Retrieves the service role that is attached to your account.
|
GetServiceRoleForAccountResult |
AWSGreengrassClient.getServiceRoleForAccount(GetServiceRoleForAccountRequest request)
Retrieves the service role that is attached to your account.
|
GetServiceRoleForAccountResult |
AbstractAWSGreengrass.getServiceRoleForAccount(GetServiceRoleForAccountRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetServiceRoleForAccountResult> |
AbstractAWSGreengrassAsync.getServiceRoleForAccountAsync(GetServiceRoleForAccountRequest request,
AsyncHandler<GetServiceRoleForAccountRequest,GetServiceRoleForAccountResult> asyncHandler) |
Future<GetServiceRoleForAccountResult> |
AWSGreengrassAsyncClient.getServiceRoleForAccountAsync(GetServiceRoleForAccountRequest request,
AsyncHandler<GetServiceRoleForAccountRequest,GetServiceRoleForAccountResult> asyncHandler) |
Future<GetServiceRoleForAccountResult> |
AWSGreengrassAsync.getServiceRoleForAccountAsync(GetServiceRoleForAccountRequest getServiceRoleForAccountRequest,
AsyncHandler<GetServiceRoleForAccountRequest,GetServiceRoleForAccountResult> asyncHandler)
Retrieves the service role that is attached to your account.
|
| Modifier and Type | Method and Description |
|---|---|
GetServiceRoleForAccountResult |
GetServiceRoleForAccountResult.clone() |
GetServiceRoleForAccountResult |
GetServiceRoleForAccountResult.withAssociatedAt(String associatedAt)
The time when the service role was associated with the account.
|
GetServiceRoleForAccountResult |
GetServiceRoleForAccountResult.withRoleArn(String roleArn)
The ARN of the role which is associated with the account.
|
Copyright © 2021. All rights reserved.