| 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 |
|---|---|
RejectSubscriptionRequestResult |
AmazonDataZoneClient.rejectSubscriptionRequest(RejectSubscriptionRequestRequest request)
Rejects the specified subscription request.
|
RejectSubscriptionRequestResult |
AbstractAmazonDataZone.rejectSubscriptionRequest(RejectSubscriptionRequestRequest request) |
RejectSubscriptionRequestResult |
AmazonDataZone.rejectSubscriptionRequest(RejectSubscriptionRequestRequest rejectSubscriptionRequestRequest)
Rejects the specified subscription request.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RejectSubscriptionRequestResult> |
AmazonDataZoneAsyncClient.rejectSubscriptionRequestAsync(RejectSubscriptionRequestRequest request,
AsyncHandler<RejectSubscriptionRequestRequest,RejectSubscriptionRequestResult> asyncHandler) |
Future<RejectSubscriptionRequestResult> |
AmazonDataZoneAsync.rejectSubscriptionRequestAsync(RejectSubscriptionRequestRequest rejectSubscriptionRequestRequest,
AsyncHandler<RejectSubscriptionRequestRequest,RejectSubscriptionRequestResult> asyncHandler)
Rejects the specified subscription request.
|
Future<RejectSubscriptionRequestResult> |
AbstractAmazonDataZoneAsync.rejectSubscriptionRequestAsync(RejectSubscriptionRequestRequest request,
AsyncHandler<RejectSubscriptionRequestRequest,RejectSubscriptionRequestResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RejectSubscriptionRequestResult |
RejectSubscriptionRequestResult.clone() |
RejectSubscriptionRequestResult |
RejectSubscriptionRequestResult.withCreatedAt(Date createdAt)
The timestamp of when the subscription request was rejected.
|
RejectSubscriptionRequestResult |
RejectSubscriptionRequestResult.withCreatedBy(String createdBy)
The timestamp of when the subscription request was rejected.
|
RejectSubscriptionRequestResult |
RejectSubscriptionRequestResult.withDecisionComment(String decisionComment)
The decision comment of the rejected subscription request.
|
RejectSubscriptionRequestResult |
RejectSubscriptionRequestResult.withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the subscription request was rejected.
|
RejectSubscriptionRequestResult |
RejectSubscriptionRequestResult.withId(String id)
The identifier of the subscription request that was rejected.
|
RejectSubscriptionRequestResult |
RejectSubscriptionRequestResult.withRequestReason(String requestReason)
The reason for the subscription request.
|
RejectSubscriptionRequestResult |
RejectSubscriptionRequestResult.withReviewerId(String reviewerId)
The identifier of the subscription request reviewer.
|
RejectSubscriptionRequestResult |
RejectSubscriptionRequestResult.withStatus(String status)
The status of the subscription request.
|
RejectSubscriptionRequestResult |
RejectSubscriptionRequestResult.withStatus(SubscriptionRequestStatus status)
The status of the subscription request.
|
RejectSubscriptionRequestResult |
RejectSubscriptionRequestResult.withSubscribedListings(Collection<SubscribedListing> subscribedListings)
The subscribed listings of the subscription request.
|
RejectSubscriptionRequestResult |
RejectSubscriptionRequestResult.withSubscribedListings(SubscribedListing... subscribedListings)
The subscribed listings of the subscription request.
|
RejectSubscriptionRequestResult |
RejectSubscriptionRequestResult.withSubscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)
The subscribed principals of the subscription request.
|
RejectSubscriptionRequestResult |
RejectSubscriptionRequestResult.withSubscribedPrincipals(SubscribedPrincipal... subscribedPrincipals)
The subscribed principals of the subscription request.
|
RejectSubscriptionRequestResult |
RejectSubscriptionRequestResult.withUpdatedAt(Date updatedAt)
The timestamp of when the subscription request was updated.
|
RejectSubscriptionRequestResult |
RejectSubscriptionRequestResult.withUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription request.
|
Copyright © 2024. All rights reserved.