| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass |
AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate,
while still using the cloud for management, analytics, and durable storage.
|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
default StopBulkDeploymentResponse |
GreengrassClient.stopBulkDeployment(Consumer<StopBulkDeploymentRequest.Builder> stopBulkDeploymentRequest)
Stops the execution of a bulk deployment.
|
default CompletableFuture<StopBulkDeploymentResponse> |
GreengrassAsyncClient.stopBulkDeployment(Consumer<StopBulkDeploymentRequest.Builder> stopBulkDeploymentRequest)
Stops the execution of a bulk deployment.
|
| Modifier and Type | Method and Description |
|---|---|
static StopBulkDeploymentRequest.Builder |
StopBulkDeploymentRequest.builder() |
StopBulkDeploymentRequest.Builder |
StopBulkDeploymentRequest.Builder.bulkDeploymentId(String bulkDeploymentId)
The ID of the bulk deployment.
|
StopBulkDeploymentRequest.Builder |
StopBulkDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopBulkDeploymentRequest.Builder |
StopBulkDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopBulkDeploymentRequest.Builder |
StopBulkDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopBulkDeploymentRequest.Builder> |
StopBulkDeploymentRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.