| 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 |
|---|---|
Future<GetComponentVersionArtifactResult> |
AWSGreengrassV2AsyncClient.getComponentVersionArtifactAsync(GetComponentVersionArtifactRequest request,
AsyncHandler<GetComponentVersionArtifactRequest,GetComponentVersionArtifactResult> asyncHandler) |
Future<GetComponentVersionArtifactResult> |
AbstractAWSGreengrassV2Async.getComponentVersionArtifactAsync(GetComponentVersionArtifactRequest request,
AsyncHandler<GetComponentVersionArtifactRequest,GetComponentVersionArtifactResult> asyncHandler) |
Future<GetComponentVersionArtifactResult> |
AWSGreengrassV2Async.getComponentVersionArtifactAsync(GetComponentVersionArtifactRequest getComponentVersionArtifactRequest,
AsyncHandler<GetComponentVersionArtifactRequest,GetComponentVersionArtifactResult> asyncHandler)
Gets the pre-signed URL to download a public component artifact.
|
| Modifier and Type | Method and Description |
|---|---|
GetComponentVersionArtifactRequest |
GetComponentVersionArtifactRequest.clone() |
GetComponentVersionArtifactRequest |
GetComponentVersionArtifactRequest.withArn(String arn)
The ARN of the component
version.
|
GetComponentVersionArtifactRequest |
GetComponentVersionArtifactRequest.withArtifactName(String artifactName)
The name of the artifact.
|
Copyright © 2021. All rights reserved.