| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
List<RecordOutput> |
GetProvisionedProductOutputsResponse.outputs()
Information about the product created as the result of a request.
|
List<RecordOutput> |
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.outputs()
The output of the update engine execution.
|
List<RecordOutput> |
NotifyProvisionProductEngineWorkflowResultRequest.outputs()
The output of the provisioning engine execution.
|
List<RecordOutput> |
DescribeRecordResponse.recordOutputs()
Information about the product created as the result of a request.
|
| Modifier and Type | Method and Description |
|---|---|
GetProvisionedProductOutputsResponse.Builder |
GetProvisionedProductOutputsResponse.Builder.outputs(RecordOutput... outputs)
Information about the product created as the result of a request.
|
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder |
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder.outputs(RecordOutput... outputs)
The output of the update engine execution.
|
NotifyProvisionProductEngineWorkflowResultRequest.Builder |
NotifyProvisionProductEngineWorkflowResultRequest.Builder.outputs(RecordOutput... outputs)
The output of the provisioning engine execution.
|
DescribeRecordResponse.Builder |
DescribeRecordResponse.Builder.recordOutputs(RecordOutput... recordOutputs)
Information about the product created as the result of a request.
|
| Modifier and Type | Method and Description |
|---|---|
GetProvisionedProductOutputsResponse.Builder |
GetProvisionedProductOutputsResponse.Builder.outputs(Collection<RecordOutput> outputs)
Information about the product created as the result of a request.
|
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder |
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder.outputs(Collection<RecordOutput> outputs)
The output of the update engine execution.
|
NotifyProvisionProductEngineWorkflowResultRequest.Builder |
NotifyProvisionProductEngineWorkflowResultRequest.Builder.outputs(Collection<RecordOutput> outputs)
The output of the provisioning engine execution.
|
DescribeRecordResponse.Builder |
DescribeRecordResponse.Builder.recordOutputs(Collection<RecordOutput> recordOutputs)
Information about the product created as the result of a request.
|
Copyright © 2023. All rights reserved.