| Package | Description |
|---|---|
| com.amazonaws.services.datazone |
Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your
data.
|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
RevokeSubscriptionResult |
AmazonDataZoneClient.revokeSubscription(RevokeSubscriptionRequest request)
Revokes a specified subscription in Amazon DataZone.
|
RevokeSubscriptionResult |
AmazonDataZone.revokeSubscription(RevokeSubscriptionRequest revokeSubscriptionRequest)
Revokes a specified subscription in Amazon DataZone.
|
RevokeSubscriptionResult |
AbstractAmazonDataZone.revokeSubscription(RevokeSubscriptionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<RevokeSubscriptionResult> |
AbstractAmazonDataZoneAsync.revokeSubscriptionAsync(RevokeSubscriptionRequest request,
AsyncHandler<RevokeSubscriptionRequest,RevokeSubscriptionResult> asyncHandler) |
Future<RevokeSubscriptionResult> |
AmazonDataZoneAsync.revokeSubscriptionAsync(RevokeSubscriptionRequest revokeSubscriptionRequest,
AsyncHandler<RevokeSubscriptionRequest,RevokeSubscriptionResult> asyncHandler)
Revokes a specified subscription in Amazon DataZone.
|
Future<RevokeSubscriptionResult> |
AmazonDataZoneAsyncClient.revokeSubscriptionAsync(RevokeSubscriptionRequest request,
AsyncHandler<RevokeSubscriptionRequest,RevokeSubscriptionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RevokeSubscriptionResult |
RevokeSubscriptionResult.clone() |
RevokeSubscriptionResult |
RevokeSubscriptionResult.withCreatedAt(Date createdAt)
The timestamp of when the subscription was revoked.
|
RevokeSubscriptionResult |
RevokeSubscriptionResult.withCreatedBy(String createdBy)
The identifier of the user who revoked the subscription.
|
RevokeSubscriptionResult |
RevokeSubscriptionResult.withDomainId(String domainId)
The identifier of the Amazon DataZone domain where you want to revoke a subscription.
|
RevokeSubscriptionResult |
RevokeSubscriptionResult.withId(String id)
The identifier of the revoked subscription.
|
RevokeSubscriptionResult |
RevokeSubscriptionResult.withRetainPermissions(Boolean retainPermissions)
Specifies whether permissions are retained when the subscription is revoked.
|
RevokeSubscriptionResult |
RevokeSubscriptionResult.withStatus(String status)
The status of the revoked subscription.
|
RevokeSubscriptionResult |
RevokeSubscriptionResult.withStatus(SubscriptionStatus status)
The status of the revoked subscription.
|
RevokeSubscriptionResult |
RevokeSubscriptionResult.withSubscribedListing(SubscribedListing subscribedListing)
The subscribed listing of the revoked subscription.
|
RevokeSubscriptionResult |
RevokeSubscriptionResult.withSubscribedPrincipal(SubscribedPrincipal subscribedPrincipal)
The subscribed principal of the revoked subscription.
|
RevokeSubscriptionResult |
RevokeSubscriptionResult.withSubscriptionRequestId(String subscriptionRequestId)
The identifier of the subscription request for the revoked subscription.
|
RevokeSubscriptionResult |
RevokeSubscriptionResult.withUpdatedAt(Date updatedAt)
The timestamp of when the subscription was revoked.
|
RevokeSubscriptionResult |
RevokeSubscriptionResult.withUpdatedBy(String updatedBy)
The Amazon DataZone user who revoked the subscription.
|
Copyright © 2023. All rights reserved.