| 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 |
|---|---|
CancelSubscriptionResult |
AmazonDataZoneClient.cancelSubscription(CancelSubscriptionRequest request)
Cancels the subscription to the specified asset.
|
CancelSubscriptionResult |
AmazonDataZone.cancelSubscription(CancelSubscriptionRequest cancelSubscriptionRequest)
Cancels the subscription to the specified asset.
|
CancelSubscriptionResult |
AbstractAmazonDataZone.cancelSubscription(CancelSubscriptionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelSubscriptionResult> |
AmazonDataZoneAsyncClient.cancelSubscriptionAsync(CancelSubscriptionRequest request,
AsyncHandler<CancelSubscriptionRequest,CancelSubscriptionResult> asyncHandler) |
Future<CancelSubscriptionResult> |
AmazonDataZoneAsync.cancelSubscriptionAsync(CancelSubscriptionRequest cancelSubscriptionRequest,
AsyncHandler<CancelSubscriptionRequest,CancelSubscriptionResult> asyncHandler)
Cancels the subscription to the specified asset.
|
Future<CancelSubscriptionResult> |
AbstractAmazonDataZoneAsync.cancelSubscriptionAsync(CancelSubscriptionRequest request,
AsyncHandler<CancelSubscriptionRequest,CancelSubscriptionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CancelSubscriptionResult |
CancelSubscriptionResult.clone() |
CancelSubscriptionResult |
CancelSubscriptionResult.withCreatedAt(Date createdAt)
The timestamp that specifies when the request to cancel the subscription was created.
|
CancelSubscriptionResult |
CancelSubscriptionResult.withCreatedBy(String createdBy)
Specifies the Amazon DataZone user who is cancelling the subscription.
|
CancelSubscriptionResult |
CancelSubscriptionResult.withDomainId(String domainId)
The unique identifier of the Amazon DataZone domain where the subscription is being cancelled.
|
CancelSubscriptionResult |
CancelSubscriptionResult.withId(String id)
The identifier of the subscription.
|
CancelSubscriptionResult |
CancelSubscriptionResult.withRetainPermissions(Boolean retainPermissions)
Specifies whether the permissions to the asset are retained after the subscription is cancelled.
|
CancelSubscriptionResult |
CancelSubscriptionResult.withStatus(String status)
The status of the request to cancel the subscription.
|
CancelSubscriptionResult |
CancelSubscriptionResult.withStatus(SubscriptionStatus status)
The status of the request to cancel the subscription.
|
CancelSubscriptionResult |
CancelSubscriptionResult.withSubscribedListing(SubscribedListing subscribedListing)
The asset to which a subscription is being cancelled.
|
CancelSubscriptionResult |
CancelSubscriptionResult.withSubscribedPrincipal(SubscribedPrincipal subscribedPrincipal)
The Amazon DataZone user who is made a subscriber to the specified asset by the subscription that is being
cancelled.
|
CancelSubscriptionResult |
CancelSubscriptionResult.withSubscriptionRequestId(String subscriptionRequestId)
The unique ID of the subscripton request for the subscription that is being cancelled.
|
CancelSubscriptionResult |
CancelSubscriptionResult.withUpdatedAt(Date updatedAt)
The timestamp that specifies when the subscription was cancelled.
|
CancelSubscriptionResult |
CancelSubscriptionResult.withUpdatedBy(String updatedBy)
The Amazon DataZone user that cancelled the subscription.
|
Copyright © 2023. All rights reserved.