Uses of Class
software.amazon.awssdk.services.datazone.model.SubscribedListingInput
-
Packages that use SubscribedListingInput Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SubscribedListingInput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type SubscribedListingInput Modifier and Type Method Description List<SubscribedListingInput>CreateSubscriptionRequestRequest. subscribedListings()The published asset for which the subscription grant is to be created.Methods in software.amazon.awssdk.services.datazone.model with parameters of type SubscribedListingInput Modifier and Type Method Description CreateSubscriptionRequestRequest.BuilderCreateSubscriptionRequestRequest.Builder. subscribedListings(SubscribedListingInput... subscribedListings)The published asset for which the subscription grant is to be created.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type SubscribedListingInput Modifier and Type Method Description CreateSubscriptionRequestRequest.BuilderCreateSubscriptionRequestRequest.Builder. subscribedListings(Collection<SubscribedListingInput> subscribedListings)The published asset for which the subscription grant is to be created.
-