| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
StaticIp |
StaticIp.clone() |
StaticIp |
GetStaticIpResult.getStaticIp()
An array of key-value pairs containing information about the requested static IP.
|
StaticIp |
StaticIp.withArn(String arn)
The Amazon Resource Name (ARN) of the static IP (e.g.,
arn:aws:lightsail:us-east-2:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE). |
StaticIp |
StaticIp.withAttachedTo(String attachedTo)
The instance where the static IP is attached (e.g.,
Amazon_Linux-1GB-Ohio-1). |
StaticIp |
StaticIp.withCreatedAt(Date createdAt)
The timestamp when the static IP was created (e.g.,
1479735304.222). |
StaticIp |
StaticIp.withIpAddress(String ipAddress)
The static IP address.
|
StaticIp |
StaticIp.withIsAttached(Boolean isAttached)
A Boolean value indicating whether the static IP is attached.
|
StaticIp |
StaticIp.withLocation(ResourceLocation location)
The region and Availability Zone where the static IP was created.
|
StaticIp |
StaticIp.withName(String name)
The name of the static IP (e.g.,
StaticIP-Ohio-EXAMPLE). |
StaticIp |
StaticIp.withResourceType(ResourceType resourceType)
The resource type (usually
StaticIp). |
StaticIp |
StaticIp.withResourceType(String resourceType)
The resource type (usually
StaticIp). |
StaticIp |
StaticIp.withSupportCode(String supportCode)
The support code.
|
| Modifier and Type | Method and Description |
|---|---|
List<StaticIp> |
GetStaticIpsResult.getStaticIps()
An array of key-value pairs containing information about your get static IPs request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetStaticIpResult.setStaticIp(StaticIp staticIp)
An array of key-value pairs containing information about the requested static IP.
|
GetStaticIpResult |
GetStaticIpResult.withStaticIp(StaticIp staticIp)
An array of key-value pairs containing information about the requested static IP.
|
GetStaticIpsResult |
GetStaticIpsResult.withStaticIps(StaticIp... staticIps)
An array of key-value pairs containing information about your get static IPs request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetStaticIpsResult.setStaticIps(Collection<StaticIp> staticIps)
An array of key-value pairs containing information about your get static IPs request.
|
GetStaticIpsResult |
GetStaticIpsResult.withStaticIps(Collection<StaticIp> staticIps)
An array of key-value pairs containing information about your get static IPs request.
|
Copyright © 2017. All rights reserved.