| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
IpRouteInfo |
IpRouteInfo.clone() |
IpRouteInfo |
IpRouteInfo.withAddedDateTime(Date addedDateTime)
The date and time the address block was added to the directory.
|
IpRouteInfo |
IpRouteInfo.withCidrIp(String cidrIp)
IP address block in the IpRoute.
|
IpRouteInfo |
IpRouteInfo.withDescription(String description)
Description of the IpRouteInfo.
|
IpRouteInfo |
IpRouteInfo.withDirectoryId(String directoryId)
Identifier (ID) of the directory associated with the IP addresses.
|
IpRouteInfo |
IpRouteInfo.withIpRouteStatusMsg(IpRouteStatusMsg ipRouteStatusMsg)
The status of the IP address block.
|
IpRouteInfo |
IpRouteInfo.withIpRouteStatusMsg(String ipRouteStatusMsg)
The status of the IP address block.
|
IpRouteInfo |
IpRouteInfo.withIpRouteStatusReason(String ipRouteStatusReason)
The reason for the IpRouteStatusMsg.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpRouteInfo> |
ListIpRoutesResult.getIpRoutesInfo()
A list of IpRoutes.
|
| Modifier and Type | Method and Description |
|---|---|
ListIpRoutesResult |
ListIpRoutesResult.withIpRoutesInfo(IpRouteInfo... ipRoutesInfo)
A list of IpRoutes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIpRoutesResult.setIpRoutesInfo(Collection<IpRouteInfo> ipRoutesInfo)
A list of IpRoutes.
|
ListIpRoutesResult |
ListIpRoutesResult.withIpRoutesInfo(Collection<IpRouteInfo> ipRoutesInfo)
A list of IpRoutes.
|
Copyright © 2024. All rights reserved.