| 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 |
|---|---|
GetRevisionResult |
AWSDataExchangeClient.getRevision(GetRevisionRequest request)
This operation returns information about a revision.
|
GetRevisionResult |
AbstractAWSDataExchange.getRevision(GetRevisionRequest request) |
GetRevisionResult |
AWSDataExchange.getRevision(GetRevisionRequest getRevisionRequest)
This operation returns information about a revision.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRevisionResult> |
AbstractAWSDataExchangeAsync.getRevisionAsync(GetRevisionRequest request,
AsyncHandler<GetRevisionRequest,GetRevisionResult> asyncHandler) |
Future<GetRevisionResult> |
AWSDataExchangeAsync.getRevisionAsync(GetRevisionRequest getRevisionRequest,
AsyncHandler<GetRevisionRequest,GetRevisionResult> asyncHandler)
This operation returns information about a revision.
|
Future<GetRevisionResult> |
AWSDataExchangeAsyncClient.getRevisionAsync(GetRevisionRequest request,
AsyncHandler<GetRevisionRequest,GetRevisionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetRevisionResult |
GetRevisionResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetRevisionResult |
GetRevisionResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetRevisionResult |
GetRevisionResult.clone() |
GetRevisionResult |
GetRevisionResult.withArn(String arn)
The ARN for the revision.
|
GetRevisionResult |
GetRevisionResult.withComment(String comment)
An optional comment about the revision.
|
GetRevisionResult |
GetRevisionResult.withCreatedAt(Date createdAt)
The date and time that the revision was created, in ISO 8601 format.
|
GetRevisionResult |
GetRevisionResult.withDataSetId(String dataSetId)
The unique identifier for the data set associated with this revision.
|
GetRevisionResult |
GetRevisionResult.withFinalized(Boolean finalized)
To publish a revision to a data set in a product, the revision must first be finalized.
|
GetRevisionResult |
GetRevisionResult.withId(String id)
The unique identifier for the revision.
|
GetRevisionResult |
GetRevisionResult.withRevocationComment(String revocationComment)
A required comment to inform subscribers of the reason their access to the revision was revoked.
|
GetRevisionResult |
GetRevisionResult.withRevoked(Boolean revoked)
A status indicating that subscribers' access to the revision was revoked.
|
GetRevisionResult |
GetRevisionResult.withRevokedAt(Date revokedAt)
The date and time that the revision was revoked, in ISO 8601 format.
|
GetRevisionResult |
GetRevisionResult.withSourceId(String sourceId)
The revision ID of the owned revision corresponding to the entitled revision being viewed.
|
GetRevisionResult |
GetRevisionResult.withTags(Map<String,String> tags)
The tags for the revision.
|
GetRevisionResult |
GetRevisionResult.withUpdatedAt(Date updatedAt)
The date and time that the revision was last updated, in ISO 8601 format.
|
Copyright © 2022. All rights reserved.