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