Uses of Class
software.amazon.awssdk.services.datazone.model.SubscribedListing
-
Packages that use SubscribedListing Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SubscribedListing in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SubscribedListing Modifier and Type Method Description SubscribedListingCancelSubscriptionResponse. subscribedListing()The asset to which a subscription is being cancelled.SubscribedListingGetSubscriptionResponse. subscribedListing()SubscribedListingRevokeSubscriptionResponse. subscribedListing()The subscribed listing of the revoked subscription.SubscribedListingSubscriptionSummary. subscribedListing()The listing included in the subscription.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type SubscribedListing Modifier and Type Method Description List<SubscribedListing>AcceptSubscriptionRequestResponse. subscribedListings()Specifies the asset for which the subscription request was created.List<SubscribedListing>CreateSubscriptionRequestResponse. subscribedListings()List<SubscribedListing>GetSubscriptionRequestDetailsResponse. subscribedListings()The subscribed listings in the subscription request.List<SubscribedListing>RejectSubscriptionRequestResponse. subscribedListings()The subscribed listings of the subscription request.List<SubscribedListing>SubscriptionRequestSummary. subscribedListings()The listings included in the subscription request.List<SubscribedListing>UpdateSubscriptionRequestResponse. subscribedListings()The subscribed listings of the subscription request.Methods in software.amazon.awssdk.services.datazone.model with parameters of type SubscribedListing Modifier and Type Method Description CancelSubscriptionResponse.BuilderCancelSubscriptionResponse.Builder. subscribedListing(SubscribedListing subscribedListing)The asset to which a subscription is being cancelled.GetSubscriptionResponse.BuilderGetSubscriptionResponse.Builder. subscribedListing(SubscribedListing subscribedListing)RevokeSubscriptionResponse.BuilderRevokeSubscriptionResponse.Builder. subscribedListing(SubscribedListing subscribedListing)The subscribed listing of the revoked subscription.SubscriptionSummary.BuilderSubscriptionSummary.Builder. subscribedListing(SubscribedListing subscribedListing)The listing included in the subscription.AcceptSubscriptionRequestResponse.BuilderAcceptSubscriptionRequestResponse.Builder. subscribedListings(SubscribedListing... subscribedListings)Specifies the asset for which the subscription request was created.CreateSubscriptionRequestResponse.BuilderCreateSubscriptionRequestResponse.Builder. subscribedListings(SubscribedListing... subscribedListings)GetSubscriptionRequestDetailsResponse.BuilderGetSubscriptionRequestDetailsResponse.Builder. subscribedListings(SubscribedListing... subscribedListings)The subscribed listings in the subscription request.RejectSubscriptionRequestResponse.BuilderRejectSubscriptionRequestResponse.Builder. subscribedListings(SubscribedListing... subscribedListings)The subscribed listings of the subscription request.SubscriptionRequestSummary.BuilderSubscriptionRequestSummary.Builder. subscribedListings(SubscribedListing... subscribedListings)The listings included in the subscription request.UpdateSubscriptionRequestResponse.BuilderUpdateSubscriptionRequestResponse.Builder. subscribedListings(SubscribedListing... subscribedListings)The subscribed listings of the subscription request.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type SubscribedListing Modifier and Type Method Description AcceptSubscriptionRequestResponse.BuilderAcceptSubscriptionRequestResponse.Builder. subscribedListings(Collection<SubscribedListing> subscribedListings)Specifies the asset for which the subscription request was created.CreateSubscriptionRequestResponse.BuilderCreateSubscriptionRequestResponse.Builder. subscribedListings(Collection<SubscribedListing> subscribedListings)GetSubscriptionRequestDetailsResponse.BuilderGetSubscriptionRequestDetailsResponse.Builder. subscribedListings(Collection<SubscribedListing> subscribedListings)The subscribed listings in the subscription request.RejectSubscriptionRequestResponse.BuilderRejectSubscriptionRequestResponse.Builder. subscribedListings(Collection<SubscribedListing> subscribedListings)The subscribed listings of the subscription request.SubscriptionRequestSummary.BuilderSubscriptionRequestSummary.Builder. subscribedListings(Collection<SubscribedListing> subscribedListings)The listings included in the subscription request.UpdateSubscriptionRequestResponse.BuilderUpdateSubscriptionRequestResponse.Builder. subscribedListings(Collection<SubscribedListing> subscribedListings)The subscribed listings of the subscription request.
-