Uses of Class
software.amazon.awssdk.services.ec2.model.Subscription
-
Packages that use Subscription Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 Subscription Modifier and Type Method Description List<Subscription>DescribeAwsNetworkPerformanceMetricSubscriptionsResponse. subscriptions()Describes the current Infrastructure Performance subscriptions.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Subscription Modifier and Type Method Description DescribeAwsNetworkPerformanceMetricSubscriptionsResponse.BuilderDescribeAwsNetworkPerformanceMetricSubscriptionsResponse.Builder. subscriptions(Subscription... subscriptions)Describes the current Infrastructure Performance subscriptions.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Subscription Modifier and Type Method Description DescribeAwsNetworkPerformanceMetricSubscriptionsResponse.BuilderDescribeAwsNetworkPerformanceMetricSubscriptionsResponse.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 Subscription Modifier and Type Method Description SdkIterable<Subscription>DescribeAwsNetworkPerformanceMetricSubscriptionsIterable. subscriptions()Returns an iterable to iterate through the paginatedDescribeAwsNetworkPerformanceMetricSubscriptionsResponse.subscriptions()member.SdkPublisher<Subscription>DescribeAwsNetworkPerformanceMetricSubscriptionsPublisher. subscriptions()Returns a publisher that can be used to get a stream of data.
-