| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
DataSetEntry |
DataSetEntry.clone() |
DataSetEntry |
DataSetEntry.withArn(String arn)
The ARN for the data set.
|
DataSetEntry |
DataSetEntry.withAssetType(AssetType assetType)
The type of asset that is added to a data set.
|
DataSetEntry |
DataSetEntry.withAssetType(String assetType)
The type of asset that is added to a data set.
|
DataSetEntry |
DataSetEntry.withCreatedAt(Date createdAt)
The date and time that the data set was created, in ISO 8601 format.
|
DataSetEntry |
DataSetEntry.withDescription(String description)
The description for the data set.
|
DataSetEntry |
DataSetEntry.withId(String id)
The unique identifier for the data set.
|
DataSetEntry |
DataSetEntry.withName(String name)
The name of the data set.
|
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).
|
DataSetEntry |
DataSetEntry.withOrigin(String origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
DataSetEntry |
DataSetEntry.withOriginDetails(OriginDetails originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
|
DataSetEntry |
DataSetEntry.withSourceId(String sourceId)
The data set ID of the owned data set corresponding to the entitled data set being viewed.
|
DataSetEntry |
DataSetEntry.withUpdatedAt(Date updatedAt)
The date and time that the data set was last updated, in ISO 8601 format.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSetEntry> |
ListDataSetsResult.getDataSets()
The data set objects listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataSetsResult |
ListDataSetsResult.withDataSets(DataSetEntry... dataSets)
The data set objects listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataSetsResult.setDataSets(Collection<DataSetEntry> dataSets)
The data set objects listed by the request.
|
ListDataSetsResult |
ListDataSetsResult.withDataSets(Collection<DataSetEntry> dataSets)
The data set objects listed by the request.
|
Copyright © 2023. All rights reserved.