| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
static Origin |
Origin.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
UpdateDataSetResult |
UpdateDataSetResult.withOrigin(Origin origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
DataSetEntry |
DataSetEntry.withOrigin(Origin origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
CreateDataSetResult |
CreateDataSetResult.withOrigin(Origin origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
GetDataSetResult |
GetDataSetResult.withOrigin(Origin origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
Copyright © 2021. All rights reserved.