| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
RecordDetail |
RecordDetail.clone() |
RecordDetail |
UpdateProvisionedProductResult.getRecordDetail()
Information about the result of the request.
|
RecordDetail |
TerminateProvisionedProductResult.getRecordDetail()
Information about the result of this request.
|
RecordDetail |
ImportAsProvisionedProductResult.getRecordDetail() |
RecordDetail |
ExecuteProvisionedProductServiceActionResult.getRecordDetail()
An object containing detailed information about the result of provisioning the product.
|
RecordDetail |
DescribeRecordResult.getRecordDetail()
Information about the product.
|
RecordDetail |
ProvisionProductResult.getRecordDetail()
Information about the result of provisioning the product.
|
RecordDetail |
ExecuteProvisionedProductPlanResult.getRecordDetail()
Information about the result of provisioning the product.
|
RecordDetail |
RecordDetail.withCreatedTime(Date createdTime)
The UTC time stamp of the creation time.
|
RecordDetail |
RecordDetail.withLaunchRoleArn(String launchRoleArn)
The ARN of the launch role associated with the provisioned product.
|
RecordDetail |
RecordDetail.withPathId(String pathId)
The path identifier.
|
RecordDetail |
RecordDetail.withProductId(String productId)
The product identifier.
|
RecordDetail |
RecordDetail.withProvisionedProductId(String provisionedProductId)
The identifier of the provisioned product.
|
RecordDetail |
RecordDetail.withProvisionedProductName(String provisionedProductName)
The user-friendly name of the provisioned product.
|
RecordDetail |
RecordDetail.withProvisionedProductType(String provisionedProductType)
The type of provisioned product.
|
RecordDetail |
RecordDetail.withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
RecordDetail |
RecordDetail.withRecordErrors(Collection<RecordError> recordErrors)
The errors that occurred.
|
RecordDetail |
RecordDetail.withRecordErrors(RecordError... recordErrors)
The errors that occurred.
|
RecordDetail |
RecordDetail.withRecordId(String recordId)
The identifier of the record.
|
RecordDetail |
RecordDetail.withRecordTags(Collection<RecordTag> recordTags)
One or more tags.
|
RecordDetail |
RecordDetail.withRecordTags(RecordTag... recordTags)
One or more tags.
|
RecordDetail |
RecordDetail.withRecordType(String recordType)
The record type.
|
RecordDetail |
RecordDetail.withStatus(RecordStatus status)
The status of the provisioned product.
|
RecordDetail |
RecordDetail.withStatus(String status)
The status of the provisioned product.
|
RecordDetail |
RecordDetail.withUpdatedTime(Date updatedTime)
The time when the record was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecordDetail> |
ListRecordHistoryResult.getRecordDetails()
The records, in reverse chronological order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateProvisionedProductResult.setRecordDetail(RecordDetail recordDetail)
Information about the result of the request.
|
void |
TerminateProvisionedProductResult.setRecordDetail(RecordDetail recordDetail)
Information about the result of this request.
|
void |
ImportAsProvisionedProductResult.setRecordDetail(RecordDetail recordDetail) |
void |
ExecuteProvisionedProductServiceActionResult.setRecordDetail(RecordDetail recordDetail)
An object containing detailed information about the result of provisioning the product.
|
void |
DescribeRecordResult.setRecordDetail(RecordDetail recordDetail)
Information about the product.
|
void |
ProvisionProductResult.setRecordDetail(RecordDetail recordDetail)
Information about the result of provisioning the product.
|
void |
ExecuteProvisionedProductPlanResult.setRecordDetail(RecordDetail recordDetail)
Information about the result of provisioning the product.
|
UpdateProvisionedProductResult |
UpdateProvisionedProductResult.withRecordDetail(RecordDetail recordDetail)
Information about the result of the request.
|
TerminateProvisionedProductResult |
TerminateProvisionedProductResult.withRecordDetail(RecordDetail recordDetail)
Information about the result of this request.
|
ImportAsProvisionedProductResult |
ImportAsProvisionedProductResult.withRecordDetail(RecordDetail recordDetail) |
ExecuteProvisionedProductServiceActionResult |
ExecuteProvisionedProductServiceActionResult.withRecordDetail(RecordDetail recordDetail)
An object containing detailed information about the result of provisioning the product.
|
DescribeRecordResult |
DescribeRecordResult.withRecordDetail(RecordDetail recordDetail)
Information about the product.
|
ProvisionProductResult |
ProvisionProductResult.withRecordDetail(RecordDetail recordDetail)
Information about the result of provisioning the product.
|
ExecuteProvisionedProductPlanResult |
ExecuteProvisionedProductPlanResult.withRecordDetail(RecordDetail recordDetail)
Information about the result of provisioning the product.
|
ListRecordHistoryResult |
ListRecordHistoryResult.withRecordDetails(RecordDetail... recordDetails)
The records, in reverse chronological order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecordHistoryResult.setRecordDetails(Collection<RecordDetail> recordDetails)
The records, in reverse chronological order.
|
ListRecordHistoryResult |
ListRecordHistoryResult.withRecordDetails(Collection<RecordDetail> recordDetails)
The records, in reverse chronological order.
|
Copyright © 2024. All rights reserved.