Uses of Class
com.amazonaws.services.ec2.model.HostProperties
-
Packages that use HostProperties Package Description com.amazonaws.services.ec2.model -
-
Uses of HostProperties in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return HostProperties Modifier and Type Method Description HostPropertiesHostProperties. clone()HostPropertiesHost. getHostProperties()The hardware specifications of the Dedicated host.HostPropertiesHostProperties. withCores(Integer cores)The number of cores on the Dedicated host.HostPropertiesHostProperties. withInstanceType(String instanceType)The instance type size that the Dedicated host supports (for example, m3.medium).HostPropertiesHostProperties. withSockets(Integer sockets)The number of sockets on the Dedicated host.HostPropertiesHostProperties. withTotalVCpus(Integer totalVCpus)The number of vCPUs on the Dedicated host.Methods in com.amazonaws.services.ec2.model with parameters of type HostProperties Modifier and Type Method Description voidHost. setHostProperties(HostProperties hostProperties)The hardware specifications of the Dedicated host.HostHost. withHostProperties(HostProperties hostProperties)The hardware specifications of the Dedicated host.
-