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 OriginDetails
CreateDataSetResponse. originDetails()
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.OriginDetails
DataSetEntry. originDetails()
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.OriginDetails
GetDataSetResponse. originDetails()
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.OriginDetails
UpdateDataSetResponse. 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.Builder
CreateDataSetResponse.Builder. originDetails(OriginDetails originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.DataSetEntry.Builder
DataSetEntry.Builder. originDetails(OriginDetails originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.GetDataSetResponse.Builder
GetDataSetResponse.Builder. originDetails(OriginDetails originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.UpdateDataSetResponse.Builder
UpdateDataSetResponse.Builder. originDetails(OriginDetails originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
-