| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph |
|
| software.amazon.awssdk.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
default UndeploySystemInstanceResponse |
IoTThingsGraphClient.undeploySystemInstance(Consumer<UndeploySystemInstanceRequest.Builder> undeploySystemInstanceRequest)
Deprecated.
since: 2022-08-30
|
default CompletableFuture<UndeploySystemInstanceResponse> |
IoTThingsGraphAsyncClient.undeploySystemInstance(Consumer<UndeploySystemInstanceRequest.Builder> undeploySystemInstanceRequest)
Deprecated.
since: 2022-08-30
|
| Modifier and Type | Method and Description |
|---|---|
static UndeploySystemInstanceRequest.Builder |
UndeploySystemInstanceRequest.builder() |
UndeploySystemInstanceRequest.Builder |
UndeploySystemInstanceRequest.Builder.id(String id)
The ID of the system instance to remove from its target.
|
UndeploySystemInstanceRequest.Builder |
UndeploySystemInstanceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UndeploySystemInstanceRequest.Builder |
UndeploySystemInstanceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UndeploySystemInstanceRequest.Builder |
UndeploySystemInstanceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UndeploySystemInstanceRequest.Builder> |
UndeploySystemInstanceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.