| Package | Description |
|---|---|
| com.amazonaws.services.greengrass |
AWS 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 |
|---|---|
GetSubscriptionDefinitionResult |
AWSGreengrass.getSubscriptionDefinition(GetSubscriptionDefinitionRequest getSubscriptionDefinitionRequest)
Retrieves information about a subscription definition.
|
GetSubscriptionDefinitionResult |
AWSGreengrassClient.getSubscriptionDefinition(GetSubscriptionDefinitionRequest request)
Retrieves information about a subscription definition.
|
GetSubscriptionDefinitionResult |
AbstractAWSGreengrass.getSubscriptionDefinition(GetSubscriptionDefinitionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSubscriptionDefinitionResult> |
AbstractAWSGreengrassAsync.getSubscriptionDefinitionAsync(GetSubscriptionDefinitionRequest request,
AsyncHandler<GetSubscriptionDefinitionRequest,GetSubscriptionDefinitionResult> asyncHandler) |
Future<GetSubscriptionDefinitionResult> |
AWSGreengrassAsyncClient.getSubscriptionDefinitionAsync(GetSubscriptionDefinitionRequest request,
AsyncHandler<GetSubscriptionDefinitionRequest,GetSubscriptionDefinitionResult> asyncHandler) |
Future<GetSubscriptionDefinitionResult> |
AWSGreengrassAsync.getSubscriptionDefinitionAsync(GetSubscriptionDefinitionRequest getSubscriptionDefinitionRequest,
AsyncHandler<GetSubscriptionDefinitionRequest,GetSubscriptionDefinitionResult> asyncHandler)
Retrieves information about a subscription definition.
|
| Modifier and Type | Method and Description |
|---|---|
GetSubscriptionDefinitionResult |
GetSubscriptionDefinitionResult.clone() |
GetSubscriptionDefinitionResult |
GetSubscriptionDefinitionResult.withArn(String arn)
The ARN of the definition.
|
GetSubscriptionDefinitionResult |
GetSubscriptionDefinitionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the definition was created.
|
GetSubscriptionDefinitionResult |
GetSubscriptionDefinitionResult.withId(String id)
The ID of the definition.
|
GetSubscriptionDefinitionResult |
GetSubscriptionDefinitionResult.withLastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the definition was last updated.
|
GetSubscriptionDefinitionResult |
GetSubscriptionDefinitionResult.withLatestVersion(String latestVersion)
The latest version of the definition.
|
GetSubscriptionDefinitionResult |
GetSubscriptionDefinitionResult.withLatestVersionArn(String latestVersionArn)
The ARN of the latest version of the definition.
|
GetSubscriptionDefinitionResult |
GetSubscriptionDefinitionResult.withName(String name)
The name of the definition.
|
Copyright © 2018. All rights reserved.