Uses of Class
software.amazon.awssdk.services.lightsail.model.InstanceEntry
-
Packages that use InstanceEntry Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of InstanceEntry in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type InstanceEntry Modifier and Type Method Description List<InstanceEntry>CreateCloudFormationStackRequest. instances()An array of parameters that will be used to create the new Amazon EC2 instance.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type InstanceEntry Modifier and Type Method Description CreateCloudFormationStackRequest.BuilderCreateCloudFormationStackRequest.Builder. instances(InstanceEntry... instances)An array of parameters that will be used to create the new Amazon EC2 instance.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type InstanceEntry Modifier and Type Method Description CreateCloudFormationStackRequest.BuilderCreateCloudFormationStackRequest.Builder. instances(Collection<InstanceEntry> instances)An array of parameters that will be used to create the new Amazon EC2 instance.
-