Uses of Class
software.amazon.awssdk.services.datazone.model.GrantedEntity
-
Packages that use GrantedEntity Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of GrantedEntity in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GrantedEntity Modifier and Type Method Description static GrantedEntityGrantedEntity. fromListing(Consumer<ListingRevision.Builder> listing)Create an instance of this class withlisting()initialized to the given value.static GrantedEntityGrantedEntity. fromListing(ListingRevision listing)Create an instance of this class withlisting()initialized to the given value.GrantedEntityCreateSubscriptionGrantResponse. grantedEntity()The entity to which the subscription is granted.GrantedEntityDeleteSubscriptionGrantResponse. grantedEntity()The entity to which the subscription is deleted.GrantedEntityGetSubscriptionGrantResponse. grantedEntity()The entity to which the subscription is granted.GrantedEntitySubscriptionGrantSummary. grantedEntity()The entity to which the subscription is granted.GrantedEntityUpdateSubscriptionGrantStatusResponse. grantedEntity()The granted entity to be updated as part of theUpdateSubscriptionGrantStatusaction.Methods in software.amazon.awssdk.services.datazone.model with parameters of type GrantedEntity Modifier and Type Method Description CreateSubscriptionGrantResponse.BuilderCreateSubscriptionGrantResponse.Builder. grantedEntity(GrantedEntity grantedEntity)The entity to which the subscription is granted.DeleteSubscriptionGrantResponse.BuilderDeleteSubscriptionGrantResponse.Builder. grantedEntity(GrantedEntity grantedEntity)The entity to which the subscription is deleted.GetSubscriptionGrantResponse.BuilderGetSubscriptionGrantResponse.Builder. grantedEntity(GrantedEntity grantedEntity)The entity to which the subscription is granted.SubscriptionGrantSummary.BuilderSubscriptionGrantSummary.Builder. grantedEntity(GrantedEntity grantedEntity)The entity to which the subscription is granted.UpdateSubscriptionGrantStatusResponse.BuilderUpdateSubscriptionGrantStatusResponse.Builder. grantedEntity(GrantedEntity grantedEntity)The granted entity to be updated as part of theUpdateSubscriptionGrantStatusaction.
-