Uses of Class
software.amazon.awssdk.services.lightsail.model.InstancePortState
-
Packages that use InstancePortState Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of InstancePortState in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type InstancePortState Modifier and Type Method Description List<InstancePortState>GetInstancePortStatesResponse. portStates()An array of objects that describe the firewall port states for the specified instance.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type InstancePortState Modifier and Type Method Description GetInstancePortStatesResponse.BuilderGetInstancePortStatesResponse.Builder. portStates(InstancePortState... portStates)An array of objects that describe the firewall port states for the specified instance.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type InstancePortState Modifier and Type Method Description GetInstancePortStatesResponse.BuilderGetInstancePortStatesResponse.Builder. portStates(Collection<InstancePortState> portStates)An array of objects that describe the firewall port states for the specified instance.
-