Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceTypeInfoFromInstanceRequirements
Packages that use InstanceTypeInfoFromInstanceRequirements
Package
Description
-
Uses of InstanceTypeInfoFromInstanceRequirements in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceTypeInfoFromInstanceRequirementsModifier and TypeMethodDescriptionGetInstanceTypesFromInstanceRequirementsResponse.instanceTypes()The instance types with the specified instance attributes.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceTypeInfoFromInstanceRequirementsModifier and TypeMethodDescriptionGetInstanceTypesFromInstanceRequirementsResponse.Builder.instanceTypes(InstanceTypeInfoFromInstanceRequirements... instanceTypes) The instance types with the specified instance attributes.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceTypeInfoFromInstanceRequirementsModifier and TypeMethodDescriptionGetInstanceTypesFromInstanceRequirementsResponse.Builder.instanceTypes(Collection<InstanceTypeInfoFromInstanceRequirements> instanceTypes) The instance types with the specified instance attributes. -
Uses of InstanceTypeInfoFromInstanceRequirements in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type InstanceTypeInfoFromInstanceRequirementsModifier and TypeMethodDescriptionGetInstanceTypesFromInstanceRequirementsIterable.instanceTypes()Returns an iterable to iterate through the paginatedGetInstanceTypesFromInstanceRequirementsResponse.instanceTypes()member.GetInstanceTypesFromInstanceRequirementsPublisher.instanceTypes()Returns a publisher that can be used to get a stream of data.