Uses of Class
com.amazonaws.services.ec2.model.HostProperties
Packages that use HostProperties
-
Uses of HostProperties in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return HostPropertiesModifier and TypeMethodDescriptionHostProperties.clone()
Host.getHostProperties()
The hardware specifications of the Dedicated host.The number of cores on the Dedicated host.HostProperties.withInstanceType
(String instanceType) The instance type size that the Dedicated host supports (for example, m3.medium).HostProperties.withSockets
(Integer sockets) The number of sockets on the Dedicated host.HostProperties.withTotalVCpus
(Integer totalVCpus) The number of vCPUs on the Dedicated host.Methods in com.amazonaws.services.ec2.model with parameters of type HostPropertiesModifier and TypeMethodDescriptionvoid
Host.setHostProperties
(HostProperties hostProperties) The hardware specifications of the Dedicated host.Host.withHostProperties
(HostProperties hostProperties) The hardware specifications of the Dedicated host.