| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph |
|
| software.amazon.awssdk.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateFlowTemplateResponse> |
IoTThingsGraphAsyncClient.updateFlowTemplate(Consumer<UpdateFlowTemplateRequest.Builder> updateFlowTemplateRequest)
Updates the specified workflow.
|
default UpdateFlowTemplateResponse |
IoTThingsGraphClient.updateFlowTemplate(Consumer<UpdateFlowTemplateRequest.Builder> updateFlowTemplateRequest)
Updates the specified workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateFlowTemplateRequest.Builder |
UpdateFlowTemplateRequest.builder() |
UpdateFlowTemplateRequest.Builder |
UpdateFlowTemplateRequest.Builder.compatibleNamespaceVersion(Long compatibleNamespaceVersion)
The version of the user's namespace.
|
default UpdateFlowTemplateRequest.Builder |
UpdateFlowTemplateRequest.Builder.definition(Consumer<DefinitionDocument.Builder> definition)
The
DefinitionDocument that contains the updated workflow definition. |
UpdateFlowTemplateRequest.Builder |
UpdateFlowTemplateRequest.Builder.definition(DefinitionDocument definition)
The
DefinitionDocument that contains the updated workflow definition. |
UpdateFlowTemplateRequest.Builder |
UpdateFlowTemplateRequest.Builder.id(String id)
The ID of the workflow to be updated.
|
UpdateFlowTemplateRequest.Builder |
UpdateFlowTemplateRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFlowTemplateRequest.Builder |
UpdateFlowTemplateRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFlowTemplateRequest.Builder |
UpdateFlowTemplateRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateFlowTemplateRequest.Builder> |
UpdateFlowTemplateRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.