| Package | Description |
|---|---|
| com.amazonaws.services.ssmsap.model |
| Modifier and Type | Method and Description |
|---|---|
IpAddressMember |
IpAddressMember.clone() |
IpAddressMember |
IpAddressMember.withAllocationType(AllocationType allocationType)
The type of allocation for the IP address.
|
IpAddressMember |
IpAddressMember.withAllocationType(String allocationType)
The type of allocation for the IP address.
|
IpAddressMember |
IpAddressMember.withIpAddress(String ipAddress)
The IP address.
|
IpAddressMember |
IpAddressMember.withPrimary(Boolean primary)
The primary IP address.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpAddressMember> |
AssociatedHost.getIpAddresses()
The IP addresses of the associated host.
|
| Modifier and Type | Method and Description |
|---|---|
AssociatedHost |
AssociatedHost.withIpAddresses(IpAddressMember... ipAddresses)
The IP addresses of the associated host.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociatedHost.setIpAddresses(Collection<IpAddressMember> ipAddresses)
The IP addresses of the associated host.
|
AssociatedHost |
AssociatedHost.withIpAddresses(Collection<IpAddressMember> ipAddresses)
The IP addresses of the associated host.
|
Copyright © 2023. All rights reserved.