| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
StaticIp |
GetStaticIpResponse.staticIp()
An array of key-value pairs containing information about the requested static IP.
|
| Modifier and Type | Method and Description |
|---|---|
List<StaticIp> |
GetStaticIpsResponse.staticIps()
An array of key-value pairs containing information about your get static IPs request.
|
| Modifier and Type | Method and Description |
|---|---|
GetStaticIpResponse.Builder |
GetStaticIpResponse.Builder.staticIp(StaticIp staticIp)
An array of key-value pairs containing information about the requested static IP.
|
GetStaticIpsResponse.Builder |
GetStaticIpsResponse.Builder.staticIps(StaticIp... staticIps)
An array of key-value pairs containing information about your get static IPs request.
|
| Modifier and Type | Method and Description |
|---|---|
GetStaticIpsResponse.Builder |
GetStaticIpsResponse.Builder.staticIps(Collection<StaticIp> staticIps)
An array of key-value pairs containing information about your get static IPs request.
|
Copyright © 2022. All rights reserved.