| 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 GetConnectorDefinitionVersionResponse |
GreengrassClient.getConnectorDefinitionVersion(Consumer<GetConnectorDefinitionVersionRequest.Builder> getConnectorDefinitionVersionRequest)
Retrieves information about a connector definition version, including the connectors that the version contains.
|
default GetConnectorDefinitionVersionResponse |
GreengrassClient.getConnectorDefinitionVersion(GetConnectorDefinitionVersionRequest getConnectorDefinitionVersionRequest)
Retrieves information about a connector definition version, including the connectors that the version contains.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetConnectorDefinitionVersionResponse> |
GreengrassAsyncClient.getConnectorDefinitionVersion(Consumer<GetConnectorDefinitionVersionRequest.Builder> getConnectorDefinitionVersionRequest)
Retrieves information about a connector definition version, including the connectors that the version contains.
|
default CompletableFuture<GetConnectorDefinitionVersionResponse> |
GreengrassAsyncClient.getConnectorDefinitionVersion(GetConnectorDefinitionVersionRequest getConnectorDefinitionVersionRequest)
Retrieves information about a connector definition version, including the connectors that the version contains.
|
Copyright © 2022. All rights reserved.