| 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 |
|---|---|
GetSubscriptionResult |
AmazonDataZoneClient.getSubscription(GetSubscriptionRequest request)
Gets a subscription in Amazon DataZone.
|
GetSubscriptionResult |
AmazonDataZone.getSubscription(GetSubscriptionRequest getSubscriptionRequest)
Gets a subscription in Amazon DataZone.
|
GetSubscriptionResult |
AbstractAmazonDataZone.getSubscription(GetSubscriptionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSubscriptionResult> |
AbstractAmazonDataZoneAsync.getSubscriptionAsync(GetSubscriptionRequest request,
AsyncHandler<GetSubscriptionRequest,GetSubscriptionResult> asyncHandler) |
Future<GetSubscriptionResult> |
AmazonDataZoneAsync.getSubscriptionAsync(GetSubscriptionRequest getSubscriptionRequest,
AsyncHandler<GetSubscriptionRequest,GetSubscriptionResult> asyncHandler)
Gets a subscription in Amazon DataZone.
|
Future<GetSubscriptionResult> |
AmazonDataZoneAsyncClient.getSubscriptionAsync(GetSubscriptionRequest request,
AsyncHandler<GetSubscriptionRequest,GetSubscriptionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSubscriptionResult |
GetSubscriptionResult.clone() |
GetSubscriptionResult |
GetSubscriptionResult.withCreatedAt(Date createdAt)
The timestamp of when the subscription was created.
|
GetSubscriptionResult |
GetSubscriptionResult.withCreatedBy(String createdBy)
The Amazon DataZone user who created the subscription.
|
GetSubscriptionResult |
GetSubscriptionResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the subscription exists.
|
GetSubscriptionResult |
GetSubscriptionResult.withId(String id)
The ID of the subscription.
|
GetSubscriptionResult |
GetSubscriptionResult.withRetainPermissions(Boolean retainPermissions)
The retain permissions of the subscription.
|
GetSubscriptionResult |
GetSubscriptionResult.withStatus(String status)
The status of the subscription.
|
GetSubscriptionResult |
GetSubscriptionResult.withStatus(SubscriptionStatus status)
The status of the subscription.
|
GetSubscriptionResult |
GetSubscriptionResult.withSubscribedListing(SubscribedListing subscribedListing)
|
GetSubscriptionResult |
GetSubscriptionResult.withSubscribedPrincipal(SubscribedPrincipal subscribedPrincipal)
The principal that owns the subscription.
|
GetSubscriptionResult |
GetSubscriptionResult.withSubscriptionRequestId(String subscriptionRequestId)
The ID of the subscription request.
|
GetSubscriptionResult |
GetSubscriptionResult.withUpdatedAt(Date updatedAt)
The timestamp of when the subscription was updated.
|
GetSubscriptionResult |
GetSubscriptionResult.withUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription.
|
Copyright © 2023. All rights reserved.