| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static GrantedEntity |
GrantedEntity.fromListing(Consumer<ListingRevision.Builder> listing)
Create an instance of this class with
listing() initialized to the given value. |
static GrantedEntity |
GrantedEntity.fromListing(ListingRevision listing)
Create an instance of this class with
listing() initialized to the given value. |
GrantedEntity |
GetSubscriptionGrantResponse.grantedEntity()
The entity to which the subscription is granted.
|
GrantedEntity |
CreateSubscriptionGrantResponse.grantedEntity()
The entity to which the subscription is granted.
|
GrantedEntity |
UpdateSubscriptionGrantStatusResponse.grantedEntity()
The granted entity to be updated as part of the
UpdateSubscriptionGrantStatus action. |
GrantedEntity |
DeleteSubscriptionGrantResponse.grantedEntity()
The entity to which the subscription is deleted.
|
GrantedEntity |
SubscriptionGrantSummary.grantedEntity()
The entity to which the subscription is granted.
|
| Modifier and Type | Method and Description |
|---|---|
GetSubscriptionGrantResponse.Builder |
GetSubscriptionGrantResponse.Builder.grantedEntity(GrantedEntity grantedEntity)
The entity to which the subscription is granted.
|
CreateSubscriptionGrantResponse.Builder |
CreateSubscriptionGrantResponse.Builder.grantedEntity(GrantedEntity grantedEntity)
The entity to which the subscription is granted.
|
UpdateSubscriptionGrantStatusResponse.Builder |
UpdateSubscriptionGrantStatusResponse.Builder.grantedEntity(GrantedEntity grantedEntity)
The granted entity to be updated as part of the
UpdateSubscriptionGrantStatus action. |
DeleteSubscriptionGrantResponse.Builder |
DeleteSubscriptionGrantResponse.Builder.grantedEntity(GrantedEntity grantedEntity)
The entity to which the subscription is deleted.
|
SubscriptionGrantSummary.Builder |
SubscriptionGrantSummary.Builder.grantedEntity(GrantedEntity grantedEntity)
The entity to which the subscription is granted.
|
Copyright © 2023. All rights reserved.