| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
RecordOutput |
RecordOutput.clone() |
RecordOutput |
RecordOutput.withDescription(String description)
The description of the output.
|
RecordOutput |
RecordOutput.withOutputKey(String outputKey)
The output key.
|
RecordOutput |
RecordOutput.withOutputValue(String outputValue)
The output value.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecordOutput> |
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.getOutputs()
The output of the update engine execution.
|
List<RecordOutput> |
NotifyProvisionProductEngineWorkflowResultRequest.getOutputs()
The output of the provisioning engine execution.
|
List<RecordOutput> |
GetProvisionedProductOutputsResult.getOutputs()
Information about the product created as the result of a request.
|
List<RecordOutput> |
DescribeRecordResult.getRecordOutputs()
Information about the product created as the result of a request.
|
| Modifier and Type | Method and Description |
|---|---|
NotifyUpdateProvisionedProductEngineWorkflowResultRequest |
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.withOutputs(RecordOutput... outputs)
The output of the update engine execution.
|
NotifyProvisionProductEngineWorkflowResultRequest |
NotifyProvisionProductEngineWorkflowResultRequest.withOutputs(RecordOutput... outputs)
The output of the provisioning engine execution.
|
GetProvisionedProductOutputsResult |
GetProvisionedProductOutputsResult.withOutputs(RecordOutput... outputs)
Information about the product created as the result of a request.
|
DescribeRecordResult |
DescribeRecordResult.withRecordOutputs(RecordOutput... recordOutputs)
Information about the product created as the result of a request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.setOutputs(Collection<RecordOutput> outputs)
The output of the update engine execution.
|
void |
NotifyProvisionProductEngineWorkflowResultRequest.setOutputs(Collection<RecordOutput> outputs)
The output of the provisioning engine execution.
|
void |
GetProvisionedProductOutputsResult.setOutputs(Collection<RecordOutput> outputs)
Information about the product created as the result of a request.
|
void |
DescribeRecordResult.setRecordOutputs(Collection<RecordOutput> recordOutputs)
Information about the product created as the result of a request.
|
NotifyUpdateProvisionedProductEngineWorkflowResultRequest |
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.withOutputs(Collection<RecordOutput> outputs)
The output of the update engine execution.
|
NotifyProvisionProductEngineWorkflowResultRequest |
NotifyProvisionProductEngineWorkflowResultRequest.withOutputs(Collection<RecordOutput> outputs)
The output of the provisioning engine execution.
|
GetProvisionedProductOutputsResult |
GetProvisionedProductOutputsResult.withOutputs(Collection<RecordOutput> outputs)
Information about the product created as the result of a request.
|
DescribeRecordResult |
DescribeRecordResult.withRecordOutputs(Collection<RecordOutput> recordOutputs)
Information about the product created as the result of a request.
|
Copyright © 2024. All rights reserved.