Uses of Class
software.amazon.awssdk.services.lightsail.model.StaticIp
-
Packages that use StaticIp Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of StaticIp in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return StaticIp Modifier and Type Method Description StaticIpGetStaticIpResponse. staticIp()An array of key-value pairs containing information about the requested static IP.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type StaticIp Modifier and Type Method Description List<StaticIp>GetStaticIpsResponse. staticIps()An array of key-value pairs containing information about your get static IPs request.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type StaticIp Modifier and Type Method Description GetStaticIpResponse.BuilderGetStaticIpResponse.Builder. staticIp(StaticIp staticIp)An array of key-value pairs containing information about the requested static IP.GetStaticIpsResponse.BuilderGetStaticIpsResponse.Builder. staticIps(StaticIp... staticIps)An array of key-value pairs containing information about your get static IPs request.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type StaticIp Modifier and Type Method Description GetStaticIpsResponse.BuilderGetStaticIpsResponse.Builder. staticIps(Collection<StaticIp> staticIps)An array of key-value pairs containing information about your get static IPs request.
-