| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2 |
IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.
|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateComponentVersionResult |
AWSGreengrassV2Client.createComponentVersion(CreateComponentVersionRequest request)
Creates a component.
|
CreateComponentVersionResult |
AbstractAWSGreengrassV2.createComponentVersion(CreateComponentVersionRequest request) |
CreateComponentVersionResult |
AWSGreengrassV2.createComponentVersion(CreateComponentVersionRequest createComponentVersionRequest)
Creates a component.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateComponentVersionResult> |
AWSGreengrassV2AsyncClient.createComponentVersionAsync(CreateComponentVersionRequest request,
AsyncHandler<CreateComponentVersionRequest,CreateComponentVersionResult> asyncHandler) |
Future<CreateComponentVersionResult> |
AbstractAWSGreengrassV2Async.createComponentVersionAsync(CreateComponentVersionRequest request,
AsyncHandler<CreateComponentVersionRequest,CreateComponentVersionResult> asyncHandler) |
Future<CreateComponentVersionResult> |
AWSGreengrassV2Async.createComponentVersionAsync(CreateComponentVersionRequest createComponentVersionRequest,
AsyncHandler<CreateComponentVersionRequest,CreateComponentVersionResult> asyncHandler)
Creates a component.
|
| Modifier and Type | Method and Description |
|---|---|
CreateComponentVersionResult |
CreateComponentVersionResult.clone() |
CreateComponentVersionResult |
CreateComponentVersionResult.withArn(String arn)
The ARN of the component
version.
|
CreateComponentVersionResult |
CreateComponentVersionResult.withComponentName(String componentName)
The name of the component.
|
CreateComponentVersionResult |
CreateComponentVersionResult.withComponentVersion(String componentVersion)
The version of the component.
|
CreateComponentVersionResult |
CreateComponentVersionResult.withCreationTimestamp(Date creationTimestamp)
The time at which the component was created, expressed in ISO 8601 format.
|
CreateComponentVersionResult |
CreateComponentVersionResult.withStatus(CloudComponentStatus status)
The status of the component version in IoT Greengrass V2.
|
Copyright © 2023. All rights reserved.