| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
RecordDetail |
ImportAsProvisionedProductResponse.recordDetail()
Returns the value of the RecordDetail property for this object.
|
RecordDetail |
TerminateProvisionedProductResponse.recordDetail()
Information about the result of this request.
|
RecordDetail |
ExecuteProvisionedProductPlanResponse.recordDetail()
Information about the result of provisioning the product.
|
RecordDetail |
UpdateProvisionedProductResponse.recordDetail()
Information about the result of the request.
|
RecordDetail |
DescribeRecordResponse.recordDetail()
Information about the product.
|
RecordDetail |
ProvisionProductResponse.recordDetail()
Information about the result of provisioning the product.
|
RecordDetail |
ExecuteProvisionedProductServiceActionResponse.recordDetail()
An object containing detailed information about the result of provisioning the product.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecordDetail> |
ListRecordHistoryResponse.recordDetails()
The records, in reverse chronological order.
|
| Modifier and Type | Method and Description |
|---|---|
ImportAsProvisionedProductResponse.Builder |
ImportAsProvisionedProductResponse.Builder.recordDetail(RecordDetail recordDetail)
Sets the value of the RecordDetail property for this object.
|
TerminateProvisionedProductResponse.Builder |
TerminateProvisionedProductResponse.Builder.recordDetail(RecordDetail recordDetail)
Information about the result of this request.
|
ExecuteProvisionedProductPlanResponse.Builder |
ExecuteProvisionedProductPlanResponse.Builder.recordDetail(RecordDetail recordDetail)
Information about the result of provisioning the product.
|
UpdateProvisionedProductResponse.Builder |
UpdateProvisionedProductResponse.Builder.recordDetail(RecordDetail recordDetail)
Information about the result of the request.
|
DescribeRecordResponse.Builder |
DescribeRecordResponse.Builder.recordDetail(RecordDetail recordDetail)
Information about the product.
|
ProvisionProductResponse.Builder |
ProvisionProductResponse.Builder.recordDetail(RecordDetail recordDetail)
Information about the result of provisioning the product.
|
ExecuteProvisionedProductServiceActionResponse.Builder |
ExecuteProvisionedProductServiceActionResponse.Builder.recordDetail(RecordDetail recordDetail)
An object containing detailed information about the result of provisioning the product.
|
ListRecordHistoryResponse.Builder |
ListRecordHistoryResponse.Builder.recordDetails(RecordDetail... recordDetails)
The records, in reverse chronological order.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecordHistoryResponse.Builder |
ListRecordHistoryResponse.Builder.recordDetails(Collection<RecordDetail> recordDetails)
The records, in reverse chronological order.
|
Copyright © 2023. All rights reserved.