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