| 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> |
DescribeRecordResult.getRecordOutputs()
Information about the product created as the result of a request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRecordResult |
DescribeRecordResult.withRecordOutputs(RecordOutput... recordOutputs)
Information about the product created as the result of a request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRecordResult.setRecordOutputs(Collection<RecordOutput> recordOutputs)
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 © 2018. All rights reserved.