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