Uses of Class
software.amazon.awssdk.services.servicecatalog.model.RecordOutput
-
Packages that use RecordOutput Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of RecordOutput in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type RecordOutput Modifier and Type Method Description List<RecordOutput>GetProvisionedProductOutputsResponse. outputs()Information about the product created as the result of a request.List<RecordOutput>NotifyProvisionProductEngineWorkflowResultRequest. outputs()The output of the provisioning engine execution.List<RecordOutput>NotifyUpdateProvisionedProductEngineWorkflowResultRequest. outputs()The output of the update engine execution.List<RecordOutput>DescribeRecordResponse. recordOutputs()Information about the product created as the result of a request.Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type RecordOutput Modifier and Type Method Description GetProvisionedProductOutputsResponse.BuilderGetProvisionedProductOutputsResponse.Builder. outputs(RecordOutput... outputs)Information about the product created as the result of a request.NotifyProvisionProductEngineWorkflowResultRequest.BuilderNotifyProvisionProductEngineWorkflowResultRequest.Builder. outputs(RecordOutput... outputs)The output of the provisioning engine execution.NotifyUpdateProvisionedProductEngineWorkflowResultRequest.BuilderNotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder. outputs(RecordOutput... outputs)The output of the update engine execution.DescribeRecordResponse.BuilderDescribeRecordResponse.Builder. recordOutputs(RecordOutput... recordOutputs)Information about the product created as the result of a request.Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type RecordOutput Modifier and Type Method Description GetProvisionedProductOutputsResponse.BuilderGetProvisionedProductOutputsResponse.Builder. outputs(Collection<RecordOutput> outputs)Information about the product created as the result of a request.NotifyProvisionProductEngineWorkflowResultRequest.BuilderNotifyProvisionProductEngineWorkflowResultRequest.Builder. outputs(Collection<RecordOutput> outputs)The output of the provisioning engine execution.NotifyUpdateProvisionedProductEngineWorkflowResultRequest.BuilderNotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder. outputs(Collection<RecordOutput> outputs)The output of the update engine execution.DescribeRecordResponse.BuilderDescribeRecordResponse.Builder. recordOutputs(Collection<RecordOutput> recordOutputs)Information about the product created as the result of a request.
-