Uses of Class
software.amazon.awssdk.services.dataexchange.model.Origin
-
Packages that use Origin Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of Origin in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return Origin Modifier and Type Method Description static OriginOrigin. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OriginCreateDataSetResponse. origin()A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).OriginDataSetEntry. origin()A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).OriginGetDataSetResponse. origin()A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).OriginUpdateDataSetResponse. origin()A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).static OriginOrigin. valueOf(String name)Returns the enum constant of this type with the specified name.static Origin[]Origin. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type Origin Modifier and Type Method Description static Set<Origin>Origin. knownValues()Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type Origin Modifier and Type Method Description CreateDataSetResponse.BuilderCreateDataSetResponse.Builder. origin(Origin origin)A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).DataSetEntry.BuilderDataSetEntry.Builder. origin(Origin origin)A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).GetDataSetResponse.BuilderGetDataSetResponse.Builder. origin(Origin origin)A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).UpdateDataSetResponse.BuilderUpdateDataSetResponse.Builder. origin(Origin origin)A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
-