| 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 |
|---|---|
GetDeploymentResult |
AWSGreengrassV2Client.getDeployment(GetDeploymentRequest request)
Gets a deployment.
|
GetDeploymentResult |
AbstractAWSGreengrassV2.getDeployment(GetDeploymentRequest request) |
GetDeploymentResult |
AWSGreengrassV2.getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeploymentResult> |
AWSGreengrassV2AsyncClient.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
Future<GetDeploymentResult> |
AbstractAWSGreengrassV2Async.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
Future<GetDeploymentResult> |
AWSGreengrassV2Async.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Gets a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentResult |
GetDeploymentResult.addComponentsEntry(String key,
ComponentDeploymentSpecification value)
Add a single Components entry
|
GetDeploymentResult |
GetDeploymentResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetDeploymentResult |
GetDeploymentResult.clearComponentsEntries()
Removes all the entries added into Components.
|
GetDeploymentResult |
GetDeploymentResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetDeploymentResult |
GetDeploymentResult.clone() |
GetDeploymentResult |
GetDeploymentResult.withComponents(Map<String,ComponentDeploymentSpecification> components)
The components to deploy.
|
GetDeploymentResult |
GetDeploymentResult.withCreationTimestamp(Date creationTimestamp)
The time at which the deployment was created, expressed in ISO 8601 format.
|
GetDeploymentResult |
GetDeploymentResult.withDeploymentId(String deploymentId)
The ID of the deployment.
|
GetDeploymentResult |
GetDeploymentResult.withDeploymentName(String deploymentName)
The name of the deployment.
|
GetDeploymentResult |
GetDeploymentResult.withDeploymentPolicies(DeploymentPolicies deploymentPolicies)
The deployment policies for the deployment.
|
GetDeploymentResult |
GetDeploymentResult.withDeploymentStatus(DeploymentStatus deploymentStatus)
The status of the deployment.
|
GetDeploymentResult |
GetDeploymentResult.withDeploymentStatus(String deploymentStatus)
The status of the deployment.
|
GetDeploymentResult |
GetDeploymentResult.withIotJobArn(String iotJobArn)
The ARN of the IoT job
that applies the deployment to target devices.
|
GetDeploymentResult |
GetDeploymentResult.withIotJobConfiguration(DeploymentIoTJobConfiguration iotJobConfiguration)
The job configuration for the deployment configuration.
|
GetDeploymentResult |
GetDeploymentResult.withIotJobId(String iotJobId)
The ID of the IoT job that applies the deployment to target devices.
|
GetDeploymentResult |
GetDeploymentResult.withIsLatestForTarget(Boolean isLatestForTarget)
Whether or not the deployment is the latest revision for its target.
|
GetDeploymentResult |
GetDeploymentResult.withRevisionId(String revisionId)
The revision number of the deployment.
|
GetDeploymentResult |
GetDeploymentResult.withTags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the resource.
|
GetDeploymentResult |
GetDeploymentResult.withTargetArn(String targetArn)
The ARN of the target
IoT thing or thing group.
|
Copyright © 2022. All rights reserved.