Uses of Class
software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model.Instance
-
Packages that use Instance Package Description software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.paginators -
-
Uses of Instance in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model
Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model that return types with arguments of type Instance Modifier and Type Method Description List<Instance>ListLinuxSubscriptionInstancesResponse. instances()An array that contains instance objects.Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model with parameters of type Instance Modifier and Type Method Description ListLinuxSubscriptionInstancesResponse.BuilderListLinuxSubscriptionInstancesResponse.Builder. instances(Instance... instances)An array that contains instance objects.Method parameters in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model with type arguments of type Instance Modifier and Type Method Description ListLinuxSubscriptionInstancesResponse.BuilderListLinuxSubscriptionInstancesResponse.Builder. instances(Collection<Instance> instances)An array that contains instance objects. -
Uses of Instance in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.paginators
Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.paginators that return types with arguments of type Instance Modifier and Type Method Description SdkIterable<Instance>ListLinuxSubscriptionInstancesIterable. instances()Returns an iterable to iterate through the paginatedListLinuxSubscriptionInstancesResponse.instances()member.SdkPublisher<Instance>ListLinuxSubscriptionInstancesPublisher. instances()Returns a publisher that can be used to get a stream of data.
-