| 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 |
|---|---|
ListCoreDefinitionVersionsResult |
AWSGreengrassClient.listCoreDefinitionVersions(ListCoreDefinitionVersionsRequest request)
Lists the versions of a core definition.
|
ListCoreDefinitionVersionsResult |
AbstractAWSGreengrass.listCoreDefinitionVersions(ListCoreDefinitionVersionsRequest request) |
ListCoreDefinitionVersionsResult |
AWSGreengrass.listCoreDefinitionVersions(ListCoreDefinitionVersionsRequest listCoreDefinitionVersionsRequest)
Lists the versions of a core definition.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListCoreDefinitionVersionsResult> |
AbstractAWSGreengrassAsync.listCoreDefinitionVersionsAsync(ListCoreDefinitionVersionsRequest request,
AsyncHandler<ListCoreDefinitionVersionsRequest,ListCoreDefinitionVersionsResult> asyncHandler) |
Future<ListCoreDefinitionVersionsResult> |
AWSGreengrassAsync.listCoreDefinitionVersionsAsync(ListCoreDefinitionVersionsRequest listCoreDefinitionVersionsRequest,
AsyncHandler<ListCoreDefinitionVersionsRequest,ListCoreDefinitionVersionsResult> asyncHandler)
Lists the versions of a core definition.
|
Future<ListCoreDefinitionVersionsResult> |
AWSGreengrassAsyncClient.listCoreDefinitionVersionsAsync(ListCoreDefinitionVersionsRequest request,
AsyncHandler<ListCoreDefinitionVersionsRequest,ListCoreDefinitionVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCoreDefinitionVersionsResult |
ListCoreDefinitionVersionsResult.clone() |
ListCoreDefinitionVersionsResult |
ListCoreDefinitionVersionsResult.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
ListCoreDefinitionVersionsResult |
ListCoreDefinitionVersionsResult.withVersions(Collection<VersionInformation> versions)
Information about a version.
|
ListCoreDefinitionVersionsResult |
ListCoreDefinitionVersionsResult.withVersions(VersionInformation... versions)
Information about a version.
|
Copyright © 2023. All rights reserved.