Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceTypeInfo
-
Packages that use InstanceTypeInfo Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 InstanceTypeInfo Modifier and Type Method Description List<InstanceTypeInfo>DescribeInstanceTypesResponse. instanceTypes()The instance type.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceTypeInfo Modifier and Type Method Description DescribeInstanceTypesResponse.BuilderDescribeInstanceTypesResponse.Builder. instanceTypes(InstanceTypeInfo... instanceTypes)The instance type.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceTypeInfo Modifier and Type Method Description DescribeInstanceTypesResponse.BuilderDescribeInstanceTypesResponse.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 InstanceTypeInfo Modifier and Type Method Description SdkIterable<InstanceTypeInfo>DescribeInstanceTypesIterable. instanceTypes()Returns an iterable to iterate through the paginatedDescribeInstanceTypesResponse.instanceTypes()member.SdkPublisher<InstanceTypeInfo>DescribeInstanceTypesPublisher. instanceTypes()Returns a publisher that can be used to get a stream of data.
-