Uses of Class
software.amazon.awssdk.services.outposts.model.Subscription
Packages that use Subscription
Package
Description
-
Uses of Subscription in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type SubscriptionModifier and TypeMethodDescriptionfinal List<Subscription>GetOutpostBillingInformationResponse.subscriptions()The subscription details for the specified Outpost.Methods in software.amazon.awssdk.services.outposts.model with parameters of type SubscriptionModifier and TypeMethodDescriptionGetOutpostBillingInformationResponse.Builder.subscriptions(Subscription... subscriptions) The subscription details for the specified Outpost.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type SubscriptionModifier and TypeMethodDescriptionGetOutpostBillingInformationResponse.Builder.subscriptions(Collection<Subscription> subscriptions) The subscription details for the specified Outpost. -
Uses of Subscription in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type SubscriptionModifier and TypeMethodDescriptionfinal SdkIterable<Subscription>GetOutpostBillingInformationIterable.subscriptions()Returns an iterable to iterate through the paginatedGetOutpostBillingInformationResponse.subscriptions()member.final SdkPublisher<Subscription>GetOutpostBillingInformationPublisher.subscriptions()Returns a publisher that can be used to get a stream of data.