| 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 |
|---|---|
CreateSubscriptionDefinitionResult |
AWSGreengrass.createSubscriptionDefinition(CreateSubscriptionDefinitionRequest createSubscriptionDefinitionRequest)
Creates a subscription definition.
|
CreateSubscriptionDefinitionResult |
AWSGreengrassClient.createSubscriptionDefinition(CreateSubscriptionDefinitionRequest request)
Creates a subscription definition.
|
CreateSubscriptionDefinitionResult |
AbstractAWSGreengrass.createSubscriptionDefinition(CreateSubscriptionDefinitionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSubscriptionDefinitionResult> |
AWSGreengrassAsyncClient.createSubscriptionDefinitionAsync(CreateSubscriptionDefinitionRequest request,
AsyncHandler<CreateSubscriptionDefinitionRequest,CreateSubscriptionDefinitionResult> asyncHandler) |
Future<CreateSubscriptionDefinitionResult> |
AbstractAWSGreengrassAsync.createSubscriptionDefinitionAsync(CreateSubscriptionDefinitionRequest request,
AsyncHandler<CreateSubscriptionDefinitionRequest,CreateSubscriptionDefinitionResult> asyncHandler) |
Future<CreateSubscriptionDefinitionResult> |
AWSGreengrassAsync.createSubscriptionDefinitionAsync(CreateSubscriptionDefinitionRequest createSubscriptionDefinitionRequest,
AsyncHandler<CreateSubscriptionDefinitionRequest,CreateSubscriptionDefinitionResult> asyncHandler)
Creates a subscription definition.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSubscriptionDefinitionResult |
CreateSubscriptionDefinitionResult.clone() |
CreateSubscriptionDefinitionResult |
CreateSubscriptionDefinitionResult.withArn(String arn)
The ARN of the definition.
|
CreateSubscriptionDefinitionResult |
CreateSubscriptionDefinitionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the definition was created.
|
CreateSubscriptionDefinitionResult |
CreateSubscriptionDefinitionResult.withId(String id)
The ID of the definition.
|
CreateSubscriptionDefinitionResult |
CreateSubscriptionDefinitionResult.withLastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the definition was last updated.
|
CreateSubscriptionDefinitionResult |
CreateSubscriptionDefinitionResult.withLatestVersion(String latestVersion)
The latest version of the definition.
|
CreateSubscriptionDefinitionResult |
CreateSubscriptionDefinitionResult.withLatestVersionArn(String latestVersionArn)
The ARN of the latest version of the definition.
|
CreateSubscriptionDefinitionResult |
CreateSubscriptionDefinitionResult.withName(String name)
The name of the definition.
|
Copyright © 2019. All rights reserved.