Uses of Class
com.amazonaws.services.ec2.model.ActiveInstance
Packages that use ActiveInstance
-
Uses of ActiveInstance in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ActiveInstanceModifier and TypeMethodDescriptionActiveInstance.clone()
ActiveInstance.withInstanceId
(String instanceId) The ID of the instance.ActiveInstance.withInstanceType
(String instanceType) The instance type.ActiveInstance.withSpotInstanceRequestId
(String spotInstanceRequestId) The ID of the Spot instance request.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ActiveInstanceModifier and TypeMethodDescriptionDescribeSpotFleetInstancesResult.getActiveInstances()
The running instances.Methods in com.amazonaws.services.ec2.model with parameters of type ActiveInstanceModifier and TypeMethodDescriptionDescribeSpotFleetInstancesResult.withActiveInstances
(ActiveInstance... activeInstances) The running instances.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ActiveInstanceModifier and TypeMethodDescriptionvoid
DescribeSpotFleetInstancesResult.setActiveInstances
(Collection<ActiveInstance> activeInstances) The running instances.DescribeSpotFleetInstancesResult.withActiveInstances
(Collection<ActiveInstance> activeInstances) The running instances.