Uses of Class
software.amazon.awssdk.services.dataexchange.model.OriginDetails
-
Packages that use OriginDetails Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of OriginDetails in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return OriginDetails Modifier and Type Method Description OriginDetailsCreateDataSetResponse. originDetails()If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.OriginDetailsDataSetEntry. originDetails()If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.OriginDetailsGetDataSetResponse. originDetails()If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.OriginDetailsUpdateDataSetResponse. originDetails()If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type OriginDetails Modifier and Type Method Description CreateDataSetResponse.BuilderCreateDataSetResponse.Builder. originDetails(OriginDetails originDetails)If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.DataSetEntry.BuilderDataSetEntry.Builder. originDetails(OriginDetails originDetails)If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.GetDataSetResponse.BuilderGetDataSetResponse.Builder. originDetails(OriginDetails originDetails)If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.UpdateDataSetResponse.BuilderUpdateDataSetResponse.Builder. originDetails(OriginDetails originDetails)If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
-