| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
RevisionEntry |
RevisionEntry.clone() |
RevisionEntry |
RevisionEntry.withArn(String arn)
The ARN for the revision.
|
RevisionEntry |
RevisionEntry.withComment(String comment)
An optional comment about the revision.
|
RevisionEntry |
RevisionEntry.withCreatedAt(Date createdAt)
The date and time that the revision was created, in ISO 8601 format.
|
RevisionEntry |
RevisionEntry.withDataSetId(String dataSetId)
The unique identifier for the data set associated with the data set revision.
|
RevisionEntry |
RevisionEntry.withFinalized(Boolean finalized)
To publish a revision to a data set in a product, the revision must first be finalized.
|
RevisionEntry |
RevisionEntry.withId(String id)
The unique identifier for the revision.
|
RevisionEntry |
RevisionEntry.withRevocationComment(String revocationComment)
A required comment to inform subscribers of the reason their access to the revision was revoked.
|
RevisionEntry |
RevisionEntry.withRevoked(Boolean revoked)
A status indicating that subscribers' access to the revision was revoked.
|
RevisionEntry |
RevisionEntry.withRevokedAt(Date revokedAt)
The date and time that the revision was revoked, in ISO 8601 format.
|
RevisionEntry |
RevisionEntry.withSourceId(String sourceId)
The revision ID of the owned revision corresponding to the entitled revision being viewed.
|
RevisionEntry |
RevisionEntry.withUpdatedAt(Date updatedAt)
The date and time that the revision was last updated, in ISO 8601 format.
|
| Modifier and Type | Method and Description |
|---|---|
List<RevisionEntry> |
ListDataSetRevisionsResult.getRevisions()
The asset objects listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataSetRevisionsResult |
ListDataSetRevisionsResult.withRevisions(RevisionEntry... revisions)
The asset objects listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataSetRevisionsResult.setRevisions(Collection<RevisionEntry> revisions)
The asset objects listed by the request.
|
ListDataSetRevisionsResult |
ListDataSetRevisionsResult.withRevisions(Collection<RevisionEntry> revisions)
The asset objects listed by the request.
|
Copyright © 2025. All rights reserved.