Uses of Class
software.amazon.awssdk.services.datazone.model.GrantedEntityInput
-
Packages that use GrantedEntityInput Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of GrantedEntityInput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GrantedEntityInput Modifier and Type Method Description static GrantedEntityInputGrantedEntityInput. fromListing(Consumer<ListingRevisionInput.Builder> listing)Create an instance of this class withlisting()initialized to the given value.static GrantedEntityInputGrantedEntityInput. fromListing(ListingRevisionInput listing)Create an instance of this class withlisting()initialized to the given value.GrantedEntityInputCreateSubscriptionGrantRequest. grantedEntity()The entity to which the subscription is to be granted.Methods in software.amazon.awssdk.services.datazone.model with parameters of type GrantedEntityInput Modifier and Type Method Description CreateSubscriptionGrantRequest.BuilderCreateSubscriptionGrantRequest.Builder. grantedEntity(GrantedEntityInput grantedEntity)The entity to which the subscription is to be granted.
-