| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange |
AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud.
|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateRevisionResult |
AbstractAWSDataExchange.updateRevision(UpdateRevisionRequest request) |
UpdateRevisionResult |
AWSDataExchange.updateRevision(UpdateRevisionRequest updateRevisionRequest)
This operation updates a revision.
|
UpdateRevisionResult |
AWSDataExchangeClient.updateRevision(UpdateRevisionRequest request)
This operation updates a revision.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateRevisionResult> |
AbstractAWSDataExchangeAsync.updateRevisionAsync(UpdateRevisionRequest request,
AsyncHandler<UpdateRevisionRequest,UpdateRevisionResult> asyncHandler) |
Future<UpdateRevisionResult> |
AWSDataExchangeAsync.updateRevisionAsync(UpdateRevisionRequest updateRevisionRequest,
AsyncHandler<UpdateRevisionRequest,UpdateRevisionResult> asyncHandler)
This operation updates a revision.
|
Future<UpdateRevisionResult> |
AWSDataExchangeAsyncClient.updateRevisionAsync(UpdateRevisionRequest request,
AsyncHandler<UpdateRevisionRequest,UpdateRevisionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateRevisionResult |
UpdateRevisionResult.clone() |
UpdateRevisionResult |
UpdateRevisionResult.withArn(String arn)
The ARN for the revision.
|
UpdateRevisionResult |
UpdateRevisionResult.withComment(String comment)
An optional comment about the revision.
|
UpdateRevisionResult |
UpdateRevisionResult.withCreatedAt(Date createdAt)
The date and time that the revision was created, in ISO 8601 format.
|
UpdateRevisionResult |
UpdateRevisionResult.withDataSetId(String dataSetId)
The unique identifier for the data set associated with the data set revision.
|
UpdateRevisionResult |
UpdateRevisionResult.withFinalized(Boolean finalized)
To publish a revision to a data set in a product, the revision must first be finalized.
|
UpdateRevisionResult |
UpdateRevisionResult.withId(String id)
The unique identifier for the revision.
|
UpdateRevisionResult |
UpdateRevisionResult.withRevocationComment(String revocationComment)
A required comment to inform subscribers of the reason their access to the revision was revoked.
|
UpdateRevisionResult |
UpdateRevisionResult.withRevoked(Boolean revoked)
A status indicating that subscribers' access to the revision was revoked.
|
UpdateRevisionResult |
UpdateRevisionResult.withRevokedAt(Date revokedAt)
The date and time that the revision was revoked, in ISO 8601 format.
|
UpdateRevisionResult |
UpdateRevisionResult.withSourceId(String sourceId)
The revision ID of the owned revision corresponding to the entitled revision being viewed.
|
UpdateRevisionResult |
UpdateRevisionResult.withUpdatedAt(Date updatedAt)
The date and time that the revision was last updated, in ISO 8601 format.
|
Copyright © 2025. All rights reserved.