Uses of Class
software.amazon.awssdk.services.ec2.model.Subscription
Packages that use Subscription
Package
Description
-
Uses of Subscription in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SubscriptionModifier and TypeMethodDescriptionfinal List<Subscription>DescribeAwsNetworkPerformanceMetricSubscriptionsResponse.subscriptions()Describes the current Infrastructure Performance subscriptions.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SubscriptionModifier and TypeMethodDescriptionDescribeAwsNetworkPerformanceMetricSubscriptionsResponse.Builder.subscriptions(Subscription... subscriptions) Describes the current Infrastructure Performance subscriptions.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SubscriptionModifier and TypeMethodDescriptionDescribeAwsNetworkPerformanceMetricSubscriptionsResponse.Builder.subscriptions(Collection<Subscription> subscriptions) Describes the current Infrastructure Performance subscriptions. -
Uses of Subscription in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type SubscriptionModifier and TypeMethodDescriptionfinal SdkIterable<Subscription>DescribeAwsNetworkPerformanceMetricSubscriptionsIterable.subscriptions()Returns an iterable to iterate through the paginatedDescribeAwsNetworkPerformanceMetricSubscriptionsResponse.subscriptions()member.final SdkPublisher<Subscription>DescribeAwsNetworkPerformanceMetricSubscriptionsPublisher.subscriptions()Returns a publisher that can be used to get a stream of data.