| 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)
Arn of the definition.
|
GetSubscriptionDefinitionResult |
GetSubscriptionDefinitionResult.withCreationTimestamp(String creationTimestamp)
Timestamp of when the definition was created.
|
GetSubscriptionDefinitionResult |
GetSubscriptionDefinitionResult.withId(String id)
Id of the definition.
|
GetSubscriptionDefinitionResult |
GetSubscriptionDefinitionResult.withLastUpdatedTimestamp(String lastUpdatedTimestamp)
Last updated timestamp of the definition.
|
GetSubscriptionDefinitionResult |
GetSubscriptionDefinitionResult.withLatestVersion(String latestVersion)
Last version of the definition.
|
GetSubscriptionDefinitionResult |
GetSubscriptionDefinitionResult.withLatestVersionArn(String latestVersionArn)
Latest version arn of the definition.
|
GetSubscriptionDefinitionResult |
GetSubscriptionDefinitionResult.withName(String name)
Name of the definition.
|
Copyright © 2017. All rights reserved.