Uses of Class
software.amazon.awssdk.services.ec2.model.CreateFleetInstance
-
Packages that use CreateFleetInstance Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CreateFleetInstance in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateFleetInstance Modifier and Type Method Description List<CreateFleetInstance>CreateFleetResponse. instances()Information about the instances that were launched by the fleet.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CreateFleetInstance Modifier and Type Method Description CreateFleetResponse.BuilderCreateFleetResponse.Builder. instances(CreateFleetInstance... instances)Information about the instances that were launched by the fleet.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CreateFleetInstance Modifier and Type Method Description CreateFleetResponse.BuilderCreateFleetResponse.Builder. instances(Collection<CreateFleetInstance> instances)Information about the instances that were launched by the fleet.
-