| 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 |
|---|---|
DeleteSubscriptionGrantResult |
AmazonDataZoneClient.deleteSubscriptionGrant(DeleteSubscriptionGrantRequest request)
Deletes and subscription grant in Amazon DataZone.
|
DeleteSubscriptionGrantResult |
AmazonDataZone.deleteSubscriptionGrant(DeleteSubscriptionGrantRequest deleteSubscriptionGrantRequest)
Deletes and subscription grant in Amazon DataZone.
|
DeleteSubscriptionGrantResult |
AbstractAmazonDataZone.deleteSubscriptionGrant(DeleteSubscriptionGrantRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteSubscriptionGrantResult> |
AmazonDataZoneAsyncClient.deleteSubscriptionGrantAsync(DeleteSubscriptionGrantRequest request,
AsyncHandler<DeleteSubscriptionGrantRequest,DeleteSubscriptionGrantResult> asyncHandler) |
Future<DeleteSubscriptionGrantResult> |
AmazonDataZoneAsync.deleteSubscriptionGrantAsync(DeleteSubscriptionGrantRequest deleteSubscriptionGrantRequest,
AsyncHandler<DeleteSubscriptionGrantRequest,DeleteSubscriptionGrantResult> asyncHandler)
Deletes and subscription grant in Amazon DataZone.
|
Future<DeleteSubscriptionGrantResult> |
AbstractAmazonDataZoneAsync.deleteSubscriptionGrantAsync(DeleteSubscriptionGrantRequest request,
AsyncHandler<DeleteSubscriptionGrantRequest,DeleteSubscriptionGrantResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteSubscriptionGrantResult |
DeleteSubscriptionGrantResult.clone() |
DeleteSubscriptionGrantResult |
DeleteSubscriptionGrantResult.withAssets(Collection<SubscribedAsset> assets)
The assets for which the subsctiption grant that is deleted gave access.
|
DeleteSubscriptionGrantResult |
DeleteSubscriptionGrantResult.withAssets(SubscribedAsset... assets)
The assets for which the subsctiption grant that is deleted gave access.
|
DeleteSubscriptionGrantResult |
DeleteSubscriptionGrantResult.withCreatedAt(Date createdAt)
The timestamp of when the subscription grant that is deleted was created.
|
DeleteSubscriptionGrantResult |
DeleteSubscriptionGrantResult.withCreatedBy(String createdBy)
The Amazon DataZone user who created the subscription grant that is deleted.
|
DeleteSubscriptionGrantResult |
DeleteSubscriptionGrantResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the subscription grant is deleted.
|
DeleteSubscriptionGrantResult |
DeleteSubscriptionGrantResult.withGrantedEntity(GrantedEntity grantedEntity)
The entity to which the subscription is deleted.
|
DeleteSubscriptionGrantResult |
DeleteSubscriptionGrantResult.withId(String id)
The ID of the subscription grant that is deleted.
|
DeleteSubscriptionGrantResult |
DeleteSubscriptionGrantResult.withStatus(String status)
The status of the subscription grant that is deleted.
|
DeleteSubscriptionGrantResult |
DeleteSubscriptionGrantResult.withStatus(SubscriptionGrantOverallStatus status)
The status of the subscription grant that is deleted.
|
DeleteSubscriptionGrantResult |
DeleteSubscriptionGrantResult.withSubscriptionId(String subscriptionId)
The identifier of the subsctiption whose subscription grant is to be deleted.
|
DeleteSubscriptionGrantResult |
DeleteSubscriptionGrantResult.withSubscriptionTargetId(String subscriptionTargetId)
The ID of the subscription target associated with the subscription grant that is deleted.
|
DeleteSubscriptionGrantResult |
DeleteSubscriptionGrantResult.withUpdatedAt(Date updatedAt)
The timestamp of when the subscription grant that is deleted was updated.
|
DeleteSubscriptionGrantResult |
DeleteSubscriptionGrantResult.withUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription grant that is deleted.
|
Copyright © 2023. All rights reserved.