| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateSubscriptionDefinitionVersionResponse |
GreengrassClient.createSubscriptionDefinitionVersion(Consumer<CreateSubscriptionDefinitionVersionRequest.Builder> createSubscriptionDefinitionVersionRequest)
Creates a version of a subscription definition which has already been defined.
|
default CreateSubscriptionDefinitionVersionResponse |
GreengrassClient.createSubscriptionDefinitionVersion(CreateSubscriptionDefinitionVersionRequest createSubscriptionDefinitionVersionRequest)
Creates a version of a subscription definition which has already been defined.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateSubscriptionDefinitionVersionResponse> |
GreengrassAsyncClient.createSubscriptionDefinitionVersion(Consumer<CreateSubscriptionDefinitionVersionRequest.Builder> createSubscriptionDefinitionVersionRequest)
Creates a version of a subscription definition which has already been defined.
|
default CompletableFuture<CreateSubscriptionDefinitionVersionResponse> |
GreengrassAsyncClient.createSubscriptionDefinitionVersion(CreateSubscriptionDefinitionVersionRequest createSubscriptionDefinitionVersionRequest)
Creates a version of a subscription definition which has already been defined.
|
Copyright © 2023. All rights reserved.