| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
SubscribedAsset |
SubscribedAsset.clone() |
SubscribedAsset |
SubscribedAsset.withAssetId(String assetId)
The identifier of the asset for which the subscription grant is created.
|
SubscribedAsset |
SubscribedAsset.withAssetRevision(String assetRevision)
The revision of the asset for which the subscription grant is created.
|
SubscribedAsset |
SubscribedAsset.withFailureCause(FailureCause failureCause)
The failure cause included in the details of the asset for which the subscription grant is created.
|
SubscribedAsset |
SubscribedAsset.withFailureTimestamp(Date failureTimestamp)
The failure timestamp included in the details of the asset for which the subscription grant is created.
|
SubscribedAsset |
SubscribedAsset.withGrantedTimestamp(Date grantedTimestamp)
The timestamp of when the subscription grant to the asset is created.
|
SubscribedAsset |
SubscribedAsset.withStatus(String status)
The status of the asset for which the subscription grant is created.
|
SubscribedAsset |
SubscribedAsset.withStatus(SubscriptionGrantStatus status)
The status of the asset for which the subscription grant is created.
|
SubscribedAsset |
SubscribedAsset.withTargetName(String targetName)
The target name of the asset for which the subscription grant is created.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubscribedAsset> |
UpdateSubscriptionGrantStatusResult.getAssets()
|
List<SubscribedAsset> |
GetSubscriptionGrantResult.getAssets()
The assets for which the subscription grant is created.
|
List<SubscribedAsset> |
DeleteSubscriptionGrantResult.getAssets()
The assets for which the subsctiption grant that is deleted gave access.
|
List<SubscribedAsset> |
CreateSubscriptionGrantResult.getAssets()
The assets for which the subscription grant is created.
|
List<SubscribedAsset> |
SubscriptionGrantSummary.getAssets()
The assets included in the subscription grant.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSubscriptionGrantStatusResult |
UpdateSubscriptionGrantStatusResult.withAssets(SubscribedAsset... assets)
|
GetSubscriptionGrantResult |
GetSubscriptionGrantResult.withAssets(SubscribedAsset... assets)
The assets for which the subscription grant is created.
|
DeleteSubscriptionGrantResult |
DeleteSubscriptionGrantResult.withAssets(SubscribedAsset... assets)
The assets for which the subsctiption grant that is deleted gave access.
|
CreateSubscriptionGrantResult |
CreateSubscriptionGrantResult.withAssets(SubscribedAsset... assets)
The assets for which the subscription grant is created.
|
SubscriptionGrantSummary |
SubscriptionGrantSummary.withAssets(SubscribedAsset... assets)
The assets included in the subscription grant.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSubscriptionGrantStatusResult.setAssets(Collection<SubscribedAsset> assets)
|
void |
GetSubscriptionGrantResult.setAssets(Collection<SubscribedAsset> assets)
The assets for which the subscription grant is created.
|
void |
DeleteSubscriptionGrantResult.setAssets(Collection<SubscribedAsset> assets)
The assets for which the subsctiption grant that is deleted gave access.
|
void |
CreateSubscriptionGrantResult.setAssets(Collection<SubscribedAsset> assets)
The assets for which the subscription grant is created.
|
void |
SubscriptionGrantSummary.setAssets(Collection<SubscribedAsset> assets)
The assets included in the subscription grant.
|
UpdateSubscriptionGrantStatusResult |
UpdateSubscriptionGrantStatusResult.withAssets(Collection<SubscribedAsset> assets)
|
GetSubscriptionGrantResult |
GetSubscriptionGrantResult.withAssets(Collection<SubscribedAsset> assets)
The assets for which the subscription grant is created.
|
DeleteSubscriptionGrantResult |
DeleteSubscriptionGrantResult.withAssets(Collection<SubscribedAsset> assets)
The assets for which the subsctiption grant that is deleted gave access.
|
CreateSubscriptionGrantResult |
CreateSubscriptionGrantResult.withAssets(Collection<SubscribedAsset> assets)
The assets for which the subscription grant is created.
|
SubscriptionGrantSummary |
SubscriptionGrantSummary.withAssets(Collection<SubscribedAsset> assets)
The assets included in the subscription grant.
|
Copyright © 2023. All rights reserved.