| 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 |
|---|---|
CreateGroupVersionResult |
AWSGreengrassClient.createGroupVersion(CreateGroupVersionRequest request)
Creates a version of a group which has already been defined.
|
CreateGroupVersionResult |
AWSGreengrass.createGroupVersion(CreateGroupVersionRequest createGroupVersionRequest)
Creates a version of a group which has already been defined.
|
CreateGroupVersionResult |
AbstractAWSGreengrass.createGroupVersion(CreateGroupVersionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateGroupVersionResult> |
AbstractAWSGreengrassAsync.createGroupVersionAsync(CreateGroupVersionRequest request,
AsyncHandler<CreateGroupVersionRequest,CreateGroupVersionResult> asyncHandler) |
Future<CreateGroupVersionResult> |
AWSGreengrassAsyncClient.createGroupVersionAsync(CreateGroupVersionRequest request,
AsyncHandler<CreateGroupVersionRequest,CreateGroupVersionResult> asyncHandler) |
Future<CreateGroupVersionResult> |
AWSGreengrassAsync.createGroupVersionAsync(CreateGroupVersionRequest createGroupVersionRequest,
AsyncHandler<CreateGroupVersionRequest,CreateGroupVersionResult> asyncHandler)
Creates a version of a group which has already been defined.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGroupVersionResult |
CreateGroupVersionResult.clone() |
CreateGroupVersionResult |
CreateGroupVersionResult.withArn(String arn)
The ARN of the version.
|
CreateGroupVersionResult |
CreateGroupVersionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the version was created.
|
CreateGroupVersionResult |
CreateGroupVersionResult.withId(String id)
The ID of the parent definition that the version is associated with.
|
CreateGroupVersionResult |
CreateGroupVersionResult.withVersion(String version)
The ID of the version.
|
Copyright © 2024. All rights reserved.