| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2 |
IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.
|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
default GetDeploymentResponse |
GreengrassV2Client.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Gets a deployment.
|
default CompletableFuture<GetDeploymentResponse> |
GreengrassV2AsyncClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Gets a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
static GetDeploymentRequest.Builder |
GetDeploymentRequest.builder() |
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.deploymentId(String deploymentId)
The ID of the deployment.
|
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDeploymentRequest.Builder |
GetDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDeploymentRequest.Builder> |
GetDeploymentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.