| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
List<SubscribedAsset> |
GetSubscriptionGrantResponse.assets()
The assets for which the subscription grant is created.
|
List<SubscribedAsset> |
CreateSubscriptionGrantResponse.assets()
The assets for which the subscription grant is created.
|
List<SubscribedAsset> |
UpdateSubscriptionGrantStatusResponse.assets()
|
List<SubscribedAsset> |
DeleteSubscriptionGrantResponse.assets()
The assets for which the subsctiption grant that is deleted gave access.
|
List<SubscribedAsset> |
SubscriptionGrantSummary.assets()
The assets included in the subscription grant.
|
| Modifier and Type | Method and Description |
|---|---|
GetSubscriptionGrantResponse.Builder |
GetSubscriptionGrantResponse.Builder.assets(SubscribedAsset... assets)
The assets for which the subscription grant is created.
|
CreateSubscriptionGrantResponse.Builder |
CreateSubscriptionGrantResponse.Builder.assets(SubscribedAsset... assets)
The assets for which the subscription grant is created.
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.assets(SubscribedAsset... assets)
|
DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.assets(SubscribedAsset... assets)
The assets for which the subsctiption grant that is deleted gave access.
|
SubscriptionGrantSummary.Builder |
SubscriptionGrantSummary.Builder.assets(SubscribedAsset... assets)
The assets included in the subscription grant.
|
| Modifier and Type | Method and Description |
|---|---|
GetSubscriptionGrantResponse.Builder |
GetSubscriptionGrantResponse.Builder.assets(Collection<SubscribedAsset> assets)
The assets for which the subscription grant is created.
|
CreateSubscriptionGrantResponse.Builder |
CreateSubscriptionGrantResponse.Builder.assets(Collection<SubscribedAsset> assets)
The assets for which the subscription grant is created.
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.assets(Collection<SubscribedAsset> assets)
|
DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.assets(Collection<SubscribedAsset> assets)
The assets for which the subsctiption grant that is deleted gave access.
|
SubscriptionGrantSummary.Builder |
SubscriptionGrantSummary.Builder.assets(Collection<SubscribedAsset> assets)
The assets included in the subscription grant.
|
Copyright © 2023. All rights reserved.