| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
static Origin |
Origin.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Origin |
UpdateDataSetResponse.origin()
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
Origin |
DataSetEntry.origin()
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
Origin |
CreateDataSetResponse.origin()
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
Origin |
GetDataSetResponse.origin()
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
static Origin |
Origin.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Origin> |
Origin.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDataSetResponse.Builder |
UpdateDataSetResponse.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.Builder |
DataSetEntry.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).
|
CreateDataSetResponse.Builder |
CreateDataSetResponse.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.Builder |
GetDataSetResponse.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).
|
Copyright © 2023. All rights reserved.