| 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 CancelDeploymentResponse |
GreengrassV2Client.cancelDeployment(Consumer<CancelDeploymentRequest.Builder> cancelDeploymentRequest)
Cancels a deployment.
|
default CompletableFuture<CancelDeploymentResponse> |
GreengrassV2AsyncClient.cancelDeployment(Consumer<CancelDeploymentRequest.Builder> cancelDeploymentRequest)
Cancels a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
static CancelDeploymentRequest.Builder |
CancelDeploymentRequest.builder() |
CancelDeploymentRequest.Builder |
CancelDeploymentRequest.Builder.deploymentId(String deploymentId)
The ID of the deployment.
|
CancelDeploymentRequest.Builder |
CancelDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelDeploymentRequest.Builder |
CancelDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelDeploymentRequest.Builder |
CancelDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CancelDeploymentRequest.Builder> |
CancelDeploymentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.