Uses of Class
software.amazon.awssdk.services.servicecatalog.model.RecordDetail
-
Packages that use RecordDetail Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of RecordDetail in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return RecordDetail Modifier and Type Method Description RecordDetailDescribeRecordResponse. recordDetail()Information about the product.RecordDetailExecuteProvisionedProductPlanResponse. recordDetail()Information about the result of provisioning the product.RecordDetailExecuteProvisionedProductServiceActionResponse. recordDetail()An object containing detailed information about the result of provisioning the product.RecordDetailImportAsProvisionedProductResponse. recordDetail()Returns the value of the RecordDetail property for this object.RecordDetailProvisionProductResponse. recordDetail()Information about the result of provisioning the product.RecordDetailTerminateProvisionedProductResponse. recordDetail()Information about the result of this request.RecordDetailUpdateProvisionedProductResponse. recordDetail()Information about the result of the request.Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type RecordDetail Modifier and Type Method Description List<RecordDetail>ListRecordHistoryResponse. recordDetails()The records, in reverse chronological order.Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type RecordDetail Modifier and Type Method Description DescribeRecordResponse.BuilderDescribeRecordResponse.Builder. recordDetail(RecordDetail recordDetail)Information about the product.ExecuteProvisionedProductPlanResponse.BuilderExecuteProvisionedProductPlanResponse.Builder. recordDetail(RecordDetail recordDetail)Information about the result of provisioning the product.ExecuteProvisionedProductServiceActionResponse.BuilderExecuteProvisionedProductServiceActionResponse.Builder. recordDetail(RecordDetail recordDetail)An object containing detailed information about the result of provisioning the product.ImportAsProvisionedProductResponse.BuilderImportAsProvisionedProductResponse.Builder. recordDetail(RecordDetail recordDetail)Sets the value of the RecordDetail property for this object.ProvisionProductResponse.BuilderProvisionProductResponse.Builder. recordDetail(RecordDetail recordDetail)Information about the result of provisioning the product.TerminateProvisionedProductResponse.BuilderTerminateProvisionedProductResponse.Builder. recordDetail(RecordDetail recordDetail)Information about the result of this request.UpdateProvisionedProductResponse.BuilderUpdateProvisionedProductResponse.Builder. recordDetail(RecordDetail recordDetail)Information about the result of the request.ListRecordHistoryResponse.BuilderListRecordHistoryResponse.Builder. recordDetails(RecordDetail... recordDetails)The records, in reverse chronological order.Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type RecordDetail Modifier and Type Method Description ListRecordHistoryResponse.BuilderListRecordHistoryResponse.Builder. recordDetails(Collection<RecordDetail> recordDetails)The records, in reverse chronological order.
-