| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
RecordDetail |
RecordDetail.clone() |
RecordDetail |
DescribeRecordResult.getRecordDetail()
Detailed record information for the specified product.
|
RecordDetail |
UpdateProvisionedProductResult.getRecordDetail()
The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request,
the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a
list of any errors that the request encountered.
|
RecordDetail |
TerminateProvisionedProductResult.getRecordDetail()
The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that
request, the current state of the request, a pointer to the ProvisionedProduct object that the request is
modifying, and a list of any errors that the request encountered.
|
RecordDetail |
ProvisionProductResult.getRecordDetail()
The detailed result of the ProvisionProduct request, containing the inputs made to that request, the
current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors
that the request encountered.
|
RecordDetail |
RecordDetail.withCreatedTime(Date createdTime)
The time when the record for the ProvisionedProduct object was created.
|
RecordDetail |
RecordDetail.withPathId(String pathId)
The identifier of the path for this product's provisioning.
|
RecordDetail |
RecordDetail.withProductId(String productId)
The identifier of the product.
|
RecordDetail |
RecordDetail.withProvisionedProductId(String provisionedProductId)
The identifier of the ProvisionedProduct object.
|
RecordDetail |
RecordDetail.withProvisionedProductName(String provisionedProductName)
The user-friendly name of the ProvisionedProduct object.
|
RecordDetail |
RecordDetail.withProvisionedProductType(String provisionedProductType)
The type of the ProvisionedProduct object.
|
RecordDetail |
RecordDetail.withProvisioningArtifactId(String provisioningArtifactId)
The provisioning artifact identifier for this product.
|
RecordDetail |
RecordDetail.withRecordErrors(Collection<RecordError> recordErrors)
A list of errors that occurred while processing the request.
|
RecordDetail |
RecordDetail.withRecordErrors(RecordError... recordErrors)
A list of errors that occurred while processing the request.
|
RecordDetail |
RecordDetail.withRecordId(String recordId)
The identifier of the ProvisionedProduct object record.
|
RecordDetail |
RecordDetail.withRecordTags(Collection<RecordTag> recordTags)
List of tags associated with this record.
|
RecordDetail |
RecordDetail.withRecordTags(RecordTag... recordTags)
List of tags associated with this record.
|
RecordDetail |
RecordDetail.withRecordType(String recordType)
The record type for this record.
|
RecordDetail |
RecordDetail.withStatus(RecordStatus status)
The status of the ProvisionedProduct object.
|
RecordDetail |
RecordDetail.withStatus(String status)
The status of the ProvisionedProduct object.
|
RecordDetail |
RecordDetail.withUpdatedTime(Date updatedTime)
The time when the record for the ProvisionedProduct object was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecordDetail> |
ListRecordHistoryResult.getRecordDetails()
A list of record detail objects, listed in reverse chronological order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRecordResult.setRecordDetail(RecordDetail recordDetail)
Detailed record information for the specified product.
|
void |
UpdateProvisionedProductResult.setRecordDetail(RecordDetail recordDetail)
The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request,
the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a
list of any errors that the request encountered.
|
void |
TerminateProvisionedProductResult.setRecordDetail(RecordDetail recordDetail)
The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that
request, the current state of the request, a pointer to the ProvisionedProduct object that the request is
modifying, and a list of any errors that the request encountered.
|
void |
ProvisionProductResult.setRecordDetail(RecordDetail recordDetail)
The detailed result of the ProvisionProduct request, containing the inputs made to that request, the
current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors
that the request encountered.
|
DescribeRecordResult |
DescribeRecordResult.withRecordDetail(RecordDetail recordDetail)
Detailed record information for the specified product.
|
UpdateProvisionedProductResult |
UpdateProvisionedProductResult.withRecordDetail(RecordDetail recordDetail)
The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request,
the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a
list of any errors that the request encountered.
|
TerminateProvisionedProductResult |
TerminateProvisionedProductResult.withRecordDetail(RecordDetail recordDetail)
The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that
request, the current state of the request, a pointer to the ProvisionedProduct object that the request is
modifying, and a list of any errors that the request encountered.
|
ProvisionProductResult |
ProvisionProductResult.withRecordDetail(RecordDetail recordDetail)
The detailed result of the ProvisionProduct request, containing the inputs made to that request, the
current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors
that the request encountered.
|
ListRecordHistoryResult |
ListRecordHistoryResult.withRecordDetails(RecordDetail... recordDetails)
A list of record detail objects, listed in reverse chronological order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecordHistoryResult.setRecordDetails(Collection<RecordDetail> recordDetails)
A list of record detail objects, listed in reverse chronological order.
|
ListRecordHistoryResult |
ListRecordHistoryResult.withRecordDetails(Collection<RecordDetail> recordDetails)
A list of record detail objects, listed in reverse chronological order.
|
Copyright © 2016. All rights reserved.