Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceTypeInfo
Packages that use InstanceTypeInfo
Package
Description
-
Uses of InstanceTypeInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceTypeInfoModifier and TypeMethodDescriptionfinal List<InstanceTypeInfo>DescribeInstanceTypesResponse.instanceTypes()The instance type.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceTypeInfoModifier and TypeMethodDescriptionDescribeInstanceTypesResponse.Builder.instanceTypes(InstanceTypeInfo... instanceTypes) The instance type.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceTypeInfoModifier and TypeMethodDescriptionDescribeInstanceTypesResponse.Builder.instanceTypes(Collection<InstanceTypeInfo> instanceTypes) The instance type. -
Uses of InstanceTypeInfo in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type InstanceTypeInfoModifier and TypeMethodDescriptionfinal SdkIterable<InstanceTypeInfo>DescribeInstanceTypesIterable.instanceTypes()Returns an iterable to iterate through the paginatedDescribeInstanceTypesResponse.instanceTypes()member.final SdkPublisher<InstanceTypeInfo>DescribeInstanceTypesPublisher.instanceTypes()Returns a publisher that can be used to get a stream of data.