| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog |
|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
default NotifyTerminateProvisionedProductEngineWorkflowResultResponse |
ServiceCatalogClient.notifyTerminateProvisionedProductEngineWorkflowResult(Consumer<NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder> notifyTerminateProvisionedProductEngineWorkflowResultRequest)
Notifies the result of the terminate engine execution.
|
default CompletableFuture<NotifyTerminateProvisionedProductEngineWorkflowResultResponse> |
ServiceCatalogAsyncClient.notifyTerminateProvisionedProductEngineWorkflowResult(Consumer<NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder> notifyTerminateProvisionedProductEngineWorkflowResultRequest)
Notifies the result of the terminate engine execution.
|
| Modifier and Type | Method and Description |
|---|---|
static NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.builder() |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder.failureReason(String failureReason)
The reason why the terminate engine execution failed.
|
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder.idempotencyToken(String idempotencyToken)
The idempotency token that identifies the terminate engine execution.
|
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder.recordId(String recordId)
The identifier of the record.
|
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder.status(EngineWorkflowStatus status)
The status of the terminate engine execution.
|
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder.status(String status)
The status of the terminate engine execution.
|
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.toBuilder() |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder.workflowToken(String workflowToken)
The encrypted contents of the terminate engine execution payload that Service Catalog sends after the
Terraform product terminate workflow starts.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder> |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.