Uses of Class
software.amazon.awssdk.services.lightsail.model.Instance
-
Packages that use Instance Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of Instance in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return Instance Modifier and Type Method Description InstanceGetInstanceResponse. instance()An array of key-value pairs containing information about the specified instance.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type Instance Modifier and Type Method Description List<Instance>GetInstancesResponse. instances()An array of key-value pairs containing information about your instances.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type Instance Modifier and Type Method Description GetInstanceResponse.BuilderGetInstanceResponse.Builder. instance(Instance instance)An array of key-value pairs containing information about the specified instance.GetInstancesResponse.BuilderGetInstancesResponse.Builder. instances(Instance... instances)An array of key-value pairs containing information about your instances.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type Instance Modifier and Type Method Description GetInstancesResponse.BuilderGetInstancesResponse.Builder. instances(Collection<Instance> instances)An array of key-value pairs containing information about your instances.
-