| 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 |
|---|---|
CreateSubscriptionRequestResult |
AmazonDataZoneClient.createSubscriptionRequest(CreateSubscriptionRequestRequest request)
Creates a subscription request in Amazon DataZone.
|
CreateSubscriptionRequestResult |
AmazonDataZone.createSubscriptionRequest(CreateSubscriptionRequestRequest createSubscriptionRequestRequest)
Creates a subscription request in Amazon DataZone.
|
CreateSubscriptionRequestResult |
AbstractAmazonDataZone.createSubscriptionRequest(CreateSubscriptionRequestRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSubscriptionRequestResult> |
AbstractAmazonDataZoneAsync.createSubscriptionRequestAsync(CreateSubscriptionRequestRequest request,
AsyncHandler<CreateSubscriptionRequestRequest,CreateSubscriptionRequestResult> asyncHandler) |
Future<CreateSubscriptionRequestResult> |
AmazonDataZoneAsync.createSubscriptionRequestAsync(CreateSubscriptionRequestRequest createSubscriptionRequestRequest,
AsyncHandler<CreateSubscriptionRequestRequest,CreateSubscriptionRequestResult> asyncHandler)
Creates a subscription request in Amazon DataZone.
|
Future<CreateSubscriptionRequestResult> |
AmazonDataZoneAsyncClient.createSubscriptionRequestAsync(CreateSubscriptionRequestRequest request,
AsyncHandler<CreateSubscriptionRequestRequest,CreateSubscriptionRequestResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSubscriptionRequestResult |
CreateSubscriptionRequestResult.clone() |
CreateSubscriptionRequestResult |
CreateSubscriptionRequestResult.withCreatedAt(Date createdAt)
A timestamp of when the subscription request is created.
|
CreateSubscriptionRequestResult |
CreateSubscriptionRequestResult.withCreatedBy(String createdBy)
The Amazon DataZone user who created the subscription request.
|
CreateSubscriptionRequestResult |
CreateSubscriptionRequestResult.withDecisionComment(String decisionComment)
The decision comment of the subscription request.
|
CreateSubscriptionRequestResult |
CreateSubscriptionRequestResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain in whcih the subscription request is created.
|
CreateSubscriptionRequestResult |
CreateSubscriptionRequestResult.withId(String id)
The ID of the subscription request.
|
CreateSubscriptionRequestResult |
CreateSubscriptionRequestResult.withRequestReason(String requestReason)
The reason for the subscription request.
|
CreateSubscriptionRequestResult |
CreateSubscriptionRequestResult.withReviewerId(String reviewerId)
The ID of the reviewer of the subscription request.
|
CreateSubscriptionRequestResult |
CreateSubscriptionRequestResult.withStatus(String status)
The status of the subscription request.
|
CreateSubscriptionRequestResult |
CreateSubscriptionRequestResult.withStatus(SubscriptionRequestStatus status)
The status of the subscription request.
|
CreateSubscriptionRequestResult |
CreateSubscriptionRequestResult.withSubscribedListings(Collection<SubscribedListing> subscribedListings)
The published asset for which the subscription grant is to be created.
|
CreateSubscriptionRequestResult |
CreateSubscriptionRequestResult.withSubscribedListings(SubscribedListing... subscribedListings)
The published asset for which the subscription grant is to be created.
|
CreateSubscriptionRequestResult |
CreateSubscriptionRequestResult.withSubscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The subscribed principals of the subscription request.
|
CreateSubscriptionRequestResult |
CreateSubscriptionRequestResult.withSubscribedPrincipals(SubscribedPrincipal... subscribedPrincipals)
The subscribed principals of the subscription request.
|
CreateSubscriptionRequestResult |
CreateSubscriptionRequestResult.withUpdatedAt(Date updatedAt)
The timestamp of when the subscription request was updated.
|
CreateSubscriptionRequestResult |
CreateSubscriptionRequestResult.withUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription request.
|
Copyright © 2024. All rights reserved.